Caveat verdict

doubao-video-creator

45
๐ŸŸ  Risky
Significant risk patterns flagged โ€” automated deep scan, not behavioral proof.

Accesses credentials AND makes external network calls

The content contains a hardcoded Volcengine API key (`65ae8f92-134c-4194-a3af-6e6cb74284e0`) embedded directly in the skill document, which will cause any agent using this skill to make requests authenticated with this exposed credential.

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
40
transparency
80
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence โ€” it does not verify that one flows into another. Read the code to confirm a live chain.

Capability combination high

Accesses credentials AND makes external network calls โ€” potential credential theft

LLM02 ยท ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Code accesses API keys/tokens but declares no environment variables

credential_access

Findings (3)

Pattern match high

Possible hardcoded credential

doubao_video_creator.py ยท prose ยท downgraded ยท API_KEY = "65ae8f92-134c-4194-a3af-6e6cb74284e0

Pattern match high

References sudo โ€” requests elevated privileges

GITHUB_PUBLISH_GUIDE.md ยท code ยท sudo

Pattern match medium

subprocess execution โ€” runs system commands from Python

element_generator.py ยท prose ยท downgraded ยท subprocess.run(

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.

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