ClawAudit verdict
materials-cli
The skill executes code from untrusted sources (e.g., user prompts), which could potentially lead to security vulnerabilities if not properly sanitized.
⚠ 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)
References sudo — requests elevated privileges
README.md · code · sudo
apt-get install — installs system packages
README.md · code · apt-get install
References child_process — can spawn system processes
bin/materials-cli.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
bin/materials-cli.js · prose · downgraded · spawn(
Dynamic import() — loads module at runtime
src/commands/generate.ts · prose · downgraded · import('
Popular HTTP library — network access
package-lock.json · prose · downgraded · node-fetch
Accesses sensitive environment variables
src/commands/generate.ts · prose · downgraded · process.env.OPENAI_API_KEY
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
Requires 1 environment variable. (1 sensitive: OPENAI_API_KEY). Requires 1 system binary.
Is this flag fair?
Thanks — recorded.