Caveat verdict
doubao-video-creator
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.
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.
Accesses credentials AND makes external network calls โ potential credential theft
LLM02 ยท ASI03
Permission integrity
network_out
credential_access
Findings (3)
Possible hardcoded credential
doubao_video_creator.py ยท prose ยท downgraded ยท API_KEY = "65ae8f92-134c-4194-a3af-6e6cb74284e0
References sudo โ requests elevated privileges
GITHUB_PUBLISH_GUIDE.md ยท code ยท sudo
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 Thanks โ recorded.