ClawAudit verdict

stock-qdata

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Downloads A-share historical OHLCV data from the QMT quantitative trading platform local API; all operations are local data downloads from an already-installed trading platform matching the stated purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

20
security
50
transparency
70
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (11)

Pattern match high

Pipe to python — executes piped content as Python code

main.py · prose · downgraded · | python

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

SKILL.md · prose · downgraded · http://127.0.0.1

Pattern match medium

subprocess execution — runs system commands from Python

main.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

monitor.py · prose · downgraded · subprocess.Popen([qmt_path], shell=True

Pattern match medium

Uses exec() — may execute shell commands

static/socket.io.min.js · prose · downgraded · exec(

Pattern match low

Opens WebSocket connection

monitor.py · prose · downgraded · websocket

Pattern match low

Python os.environ.get — reads environment variable

monitor.py · prose · downgraded · os.environ.get(

Pattern match low

Python threading.Timer — deferred execution

monitor.py · prose · downgraded · threading.Timer(

Pattern match low

String.fromCharCode — can build strings to evade detection

static/socket.io.min.js · prose · downgraded · String.fromCharCode

Pattern match low

Uses XMLHttpRequest — network access

static/socket.io.min.js · prose · downgraded · XMLHttpRequest

Pattern match low

Popular HTTP library — network access

static/socket.io.min.js · prose · downgraded · got

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

No declared permissions — minimal attack surface.

package_install

Is this flag fair?

Check another skill Browse the registry Auditing your own skills or configs? Use the API