proposal-lit-search
Fail
Audited by Snyk on Jul 30, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill tells the agent to create or update an api-keys.env file with entries like OPENALEX_API_KEY=..., which requires the agent to receive and embed secret API key values verbatim into workspace files (and thus into its outputs), creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). Runtime path
scripts/search.pytakes user-suppliedqueryand passes it to federated source clients that fetch and ingest third-party text/metadata (e.g., arXiv Atom XML viascripts/arxiv.pyand Crossref abstracts viascripts/crossref.py), so outsider-authored free text can enter the LLM at runtime through these responses.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata