agentic-research-agent-fastapi
Fail
Audited by Snyk on Jun 16, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 0.90). The prompt includes explicit API-key-like placeholders (e.g., sk-..., tvly-...) and shows examples of embedding keys directly in .env files and command-line -e flags, which encourages or requires placing secret values verbatim in commands/files (an exfiltration risk).
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.85). The runtime workflow uses the Tavily web search tool (public web content) which returns
contentstrings that are then fed into the research/writer/editor agents’ LLM context during report generation (indirect prompt injection risk from outsider-authored web pages).
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata