Caveat verdict
capital-market-report
The skill orchestrates local Python scripts to collect financial news from local scanners and produces reports saved to local memory files; it runs local tools and reads local archives, with no evidence of exfiltration or malicious behavior.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (5)
Pipe-to-python pattern — remote code execution risk
scripts/news-fetcher.sh · prose · downgraded · curl -s "https://feed.mix.sina.com.cn/api/roll/get?pageid=153&lid=2509&k=&num=50
Pipe to python — executes piped content as Python code
scripts/news-fetcher.sh · prose · downgraded · | python3
<script> tag in markdown — potential code injection
scripts/news-processor.py · prose · downgraded · <script
subprocess execution — runs system commands from Python
scripts/generate-report.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/generate-report.py · prose · downgraded · subprocess.run(cmd, shell=True
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class C/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.
Is this flag fair?
Thanks — recorded.