agent-delegate
Audited by Socket on Mar 1, 2026
1 alert found:
SecurityOverall, the skill footprint is coherently aligned with a multi-agent delegation pattern and depth-limited orchestration. However, several supply-chain and data-flow concerns warrant caution: (a) reliance on an external LLM via ANTHROPIC_API_KEY introduces data-transfer risk and external dependency; (b) potential exposure of parentAnalysis, code contents, and file payloads to the external model without explicit minimization or redaction policies; (c) lack of explicit provenance, signing, or integrity checks for the delegate.js runner; (d) credentials are used (API key) and could leak through logs or artifacts if not carefully guarded. Given these, the risk profile should be treated as SUSPICIOUS to MEDIUM: not malicious, but with meaningful data-flow and credential exposure concerns that deserve secure-by-design mitigations (data minimization, explicit opt-in prompts, redaction, and audited key management).