ai-coding-agents
Warn
Audited by Socket on Aug 12, 2026
1 alert found:
AnomalyAnomalyreferences/platform-patterns.md
LOWAnomalyLOW
references/platform-patterns.md
No clear evidence of intentional malware is present in the snippet (no overt backdoor/exfiltration/credential harvesting). However, it demonstrates a meaningful security risk typical of agent-tooling: it provides an agent with the ability to execute local commands (npx/eslint/jest/npm audit) via custom tool handlers using path-like inputs with only minimal validation shown. Without strict workspace confinement, path allowlisting/normalization, and hardened sandbox/permission controls around tool invocation and dependency execution, this can become an abuse primitive and can also leak sensitive diagnostic output through streaming/printing.
Confidence: 60%Severity: 58%
Audit Metadata