ClawAudit verdict

novel-video-pipeline

ai-novel-chongshengfuchou

45
🟠 Risky
Significant concerns — only install if you understand the risks

The pipeline reads OPENAI_API_KEY from env and sends it to a user-configured OpenAI-compatible base_url, meaning the key is transmitted to whatever endpoint the user specifies; combined with package_install and multi-step automation this warrants caution, though there is no evidence of hostile exfiltration.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

38
security
20
transparency
70
maintenance

Permission integrity

Code accesses API keys/tokens but declares no environment variables

credential_access

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (4)

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

subprocess with shell=True — command injection vector

pipeline.py · prose · downgraded · subprocess.run(cmd, shell=True

Pattern match low

Python os.environ.get — reads environment variable

pipeline.py · prose · downgraded · os.environ.get(

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.

package_installcredential_access

Is this flag fair?

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