ClawAudit verdict

yiliu

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

AI-powered note-taking system using optional OpenAI API or local embeddings; explicitly documents no eval or arbitrary code execution, no hardcoded credentials, and local SQLite storage.

⚠ 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.

15
security
70
transparency
100
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 critical

Uses eval() — can execute arbitrary code

SKILL.md · frontmatter · eval(

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="your-api-key

Pattern match low

Popular HTTP library — network access

package-lock.json · prose · downgraded · node-fetch

Pattern match low

Accesses sensitive environment variables

src/ai/index.ts · prose · downgraded · process.env.OPENAI_API_KEY

Permissions & capabilities

No declared permissions — minimal attack surface.

package_installnetwork_incredential_access

Is this flag fair?

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