Caveat verdict

astock-video-report

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Generates daily A-share recap videos by fetching public market data, running AI analysis, and rendering slides/video with Pillow and ffmpeg; all operations are local media generation using publicly accessible data APIs with no credential harvesting.

⚠ 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.

45
security
100
transparency
90
maintenance

Findings (6)

Pattern match high

Pipe to python — executes piped content as Python code

SKILL.md · prose · downgraded · | Python

Pattern match medium

subprocess execution — runs system commands from Python

scripts/ensure_assets.py · prose · downgraded · subprocess.check_call(

Pattern match medium

yum install — installs system packages

scripts/make_video.py · prose · downgraded · yum install

Pattern match medium

References sudo — requests elevated privileges

scripts/setup.sh · prose · downgraded · sudo

Pattern match low

Python urllib.request — network access

scripts/ensure_assets.py · prose · downgraded · urllib.request

Pattern match low

pip3 install — installs Python packages at runtime

scripts/setup.sh · prose · downgraded · pip3 install

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class 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?

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