anygen
Fail
Audited by Snyk on Mar 13, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill explicitly shows and requires configuring the AnyGen API key via a command-line example (python3 scripts/anygen.py config set api_key "sk-xxx") and includes rules about prompting for API keys, which encourages embedding secrets verbatim in commands/outputs and therefore creates an exfiltration risk.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.80). The skill's diagram rendering runtime fetches and executes JavaScript libraries from public CDNs (e.g., https://esm.sh and https://viewer.diagrams.net, plus fonts.googleapis.com) inside a headless Chromium—these remote assets are loaded at runtime, execute code in the browser context, and are required for rendering, so they constitute a runtime external dependency that executes remote code.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata