datacommons-client
Fail
Audited by Snyk on Feb 15, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The prompt explicitly shows an insecure pattern — client = DataCommonsClient(api_key="your_key") — which instructs embedding the API key directly in code/output, requiring the LLM to handle secret values verbatim (even though an env var alternative is also mentioned).
Audit Metadata