assessing-vector-and-embedding-weaknesses
Fail
Audited by Snyk on Aug 3, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). This repository contains explicit, repeatable offensive techniques (embedding inversion, membership inference, and knowledge-base poisoning) and example code/tools that can be used to exfiltrate sensitive data or poison retrieval if run against systems without authorization.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). In
scripts/agent.py, theinjectionsubcommand retrieves vector-store payload text viaclient.search(...)and then directly parses outsider-authored chunk content with regex before prompt construction (indirect prompt-injection detection path).
Issues (2)
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata