ClawAudit verdict
project-containerize
The skill analyzes project code and generates a Dockerfile and compose.yaml, which involves execution of shell commands and may be a security concern.
⚠ 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.
Findings (7)
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
Recursive delete from root or home — destructive command
scripts/generate_build_dockerfile.py · prose · downgraded · rm -rf /
apt-get install — installs system packages
scripts/generate_build_dockerfile.py · prose · downgraded · apt-get install
apk add — installs Alpine packages
scripts/generate_build_dockerfile.py · prose · downgraded · apk add
Python directory traversal
scripts/generate_main_docs.py · code · os.listdir(
Python urllib.request — network access
scripts/generate_deploy_dockerfile.py · prose · downgraded · urllib.request
Node http/https module — low-level network access
scripts/generate_deploy_dockerfile.py · prose · downgraded · require('http')
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B/C). 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?
Thanks — recorded.