llm-intelligent-public-opinion-analytics
Warn
Audited by Snyk on Jun 12, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.95). The skill’s runtime workflow ingests outsider-authored free text by crawling public platform pages/comments (e.g., via the browser automation in
hotsearchcrawler/VideoAnalyzer.extract_content(url=...)withextract_comments=True), then passes the extractednews_content/comment text into the LLM viallm.analyze(content=news_content, ...).
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 0.80). The skill includes explicit sudo commands (e.g., sudo mv/chmod to /usr/local/bin), and instructions that modify system-level locations and invoke systemctl, which require elevated privileges and therefore push the agent to change the machine state.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata