ClawAudit verdict
mystock
Stock analysis assistant launching a local FastAPI and Vue web UI for market data; network_in receives stock quotes from public APIs, no credential exfiltration.
⚠ 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.
Permission integrity
package_install
Findings (6)
Possible hardcoded credential
backend/AI_CONFIG.md · code · api_key = "your_key_here
Python os.getenv — reads environment variable
backend/ai_config.py · prose · downgraded · os.getenv(
Python urllib.request — network access
backend/ai_service.py · prose · downgraded · urllib.request
Python httpx request — network access
backend/main.py · prose · downgraded · httpx.get(
POSTs data to external URL
scripts/fetch_roe_data.py · prose · downgraded · .post(
"https://
pip3 install — installs Python packages at runtime
scripts/install.sh · prose · downgraded · pip3 install
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B). 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.
network_inpackage_install Is this flag fair?
Thanks — recorded.