test
Fail
Audited by Snyk on Mar 29, 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 asks the user to paste secrets (OIDC client IDs, OpenRouter API key, admin user IDs) and then instructs using those values verbatim in commands and files (e.g., --ai-key , --admin-ids '[""]', sed/write to .env), which requires the LLM to handle and emit secret values directly and thus poses exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill's deploy flow explicitly auto-detects VITE_OIDC_AUTHORITY from test-vibes/.env and "fetches OIDC discovery, gets PEM key, sets OIDC_PEM_PUBLIC_KEY and PERMITTED_ORIGINS" (Phase 4/Deploy), meaning it fetches and interprets arbitrary external OIDC discovery metadata from a user-supplied public URL which can materially influence deployment and runtime behavior.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata