lore
Fail
Audited by Snyk on Apr 14, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.80). The skill explicitly documents using an API key via a CLI flag (
lore auth login --key <api-key>), which is an insecure pattern because it encourages embedding secret values into commands (even though the prompt shows placeholders and doesn't include actual keys), so the LLM could be asked to insert or echo secrets verbatim.
Issues (1)
W007
HIGHInsecure credential handling detected in skill instructions.
Audit Metadata