summary-user-said
Fail
Audited by Snyk on Aug 7, 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 explicitly hands unsanitized original message text to the Agent and writes a .messages.md with raw user content, so any secrets present in the messages would be read by the LLM and output verbatim.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). 在
scripts/run.py产生to_agent断点后,Agent 运行时会从scripts/nodes/agent_summary.py的brief.allowed_path=collection["messages_path"]读取脚本筛选后的messages.jsonl(其中包含用户role=user的文本,可能包含恶意注入内容)。
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata