Caveat verdict

video-analyzer

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

This skill downloads and transcribes Bilibili/YouTube videos using standard tools (yt-dlp, Whisper, FFmpeg) and analyzes them via a configured LLM provider, all consistent with its stated video analysis purpose.

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

0
security
70
transparency
90
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Accesses agent memory/configuration files

agent_memory

Findings (8)

Pattern match critical

Possible hardcoded credential

README.md · code · token="your_parent_node_token

Pattern match high

References sudo — requests elevated privileges

README.md · code · sudo

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

yum install — installs system packages

dependency_manager.py · prose · downgraded · yum install

Pattern match medium

Downloads executables from external URLs

dependency_manager.py · prose · downgraded · Download from https://

Pattern match low

Python urllib.request — network access

feishu_publisher.py · prose · downgraded · urllib.request

Pattern match low

Python os.getenv — reads environment variable

feishu_publisher.py · prose · downgraded · os.getenv(

Pattern match low

Python shutil file operation — copies/moves/deletes files

main.py · prose · downgraded · shutil.copy(

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.

agent_memorycredential_access

Is this flag fair?

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