commafeed-api
Fail
Audited by Snyk on May 17, 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 instructs the agent to ask for COMMAFEED_USER/COMMAFEED_PASS if not set and shows curl examples using -u "$COMMAFEED_USER:$COMMAFEED_PASS", which requires the agent to accept and embed user credentials verbatim into commands/outputs, creating an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.80). The skill explicitly fetches and ingests arbitrary public feed/web content (e.g., /rest/feed/fetch for probe-by-URL and /rest/category/entries which returns entry.content and entry.url from external RSS feeds) and the SKILL.md shows workflows and example code that read those entries and then perform follow-up actions (e.g., choosing entries to star or subscribing based on fetched feed info), so untrusted third-party content can influence tool use and next actions.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata