java-coding-skill
Fail
Audited by Snyk on Jun 22, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The prompt includes BYOK examples that setApiKey("sk-...") and setBearerToken("...") (literal secret-like values), which instruct embedding API keys/bearer tokens directly into generated code or requests rather than keeping them in environment variables or external auth—this requires the LLM to handle/output secrets verbatim.
Issues (1)
W007
HIGHInsecure credential handling detected in skill instructions.
Audit Metadata