ml-rag-foundations
Fail
Audited by Snyk on Jun 25, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The example initializes the API client with an api_key string literal (client = genai.Client(api_key="GEMINI_API_KEY")), which encourages embedding secret values verbatim into code/requests and thus creates an exfiltration risk.
Issues (1)
W007
HIGHInsecure credential handling detected in skill instructions.
Audit Metadata