analyzing-threat-landscape-with-misp
Fail
Audited by Snyk on Mar 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 instructs configuring and passing the MISP API key directly on the command line (e.g.,
--api-key YOUR_KEY), which requires the LLM or agent to handle and potentially output secret values verbatim, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.70). The skill's required workflow connects to a user-configured MISP instance (SKILL.md and scripts/agent.py) and programmatically fetches and parses event attributes and tags from that third-party, user-contributed dataset via PyMISP (misp.search), which the agent ingests and uses to drive analysis and reports—exposing it to untrusted, user-generated content that could influence behavior.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata