self-improving-agent
Audited by Socket on Sep 4, 2026
2 alerts found:
Anomalyx2SUSPICIOUS. The core file access and rule-writing behavior aligns with the stated purpose, and no credential theft or exfiltration path is evident. The main concern is install trust: this skill is acquired through transitive plugin/skill installation with inconsistent publisher attribution and an unverified repo-local installer script, which is disproportionate enough to rate as medium-high security risk but not malicious.
This snippet itself is benign-looking configuration, but it sets up automatic local execution of an external shell script (./hooks/error-capture.sh) after a workflow event. The true security posture cannot be determined without inspecting that script and confirming it only performs intended error-capture actions (no exfiltration, persistence, or additional arbitrary command execution). Treat this as a moderate supply-chain risk point due to the high-impact process-execution sink behind an unseen file.