agent-brain

Warn

Audited by Socket on Jun 28, 2026

3 alerts found:

Anomalyx2Security
AnomalyLOW
scripts/sync.sh

No strong evidence of intentional malware (no backdoor/exfiltration beyond the intended sync, no dynamic code execution, no credential theft). However, the script is highly capable of uploading and downloading local data to pCloud, and it builds local filesystem paths from remote path names without explicit sanitization (potential path traversal / arbitrary file write risk depending on remote path trust). Verify remote path constraints and review `index-memory.py` separately; otherwise classify as a likely benign sync tool with medium security risk rather than high-confidence malware.

Confidence: 62%Severity: 55%
AnomalyLOW
scripts/bootstrap.sh

This module looks like a legitimate bootstrap/sync tool for a local “agent-brain” workspace backed by pCloud, but it contains a serious security weakness: it executes ${BRAIN_DIR}/.env via `source`, which can enable arbitrary command execution if the file is tampered with. It also uses the pCloud access token in a URL query parameter (not an Authorization header), which can increase token leakage risk through logs and tooling. No explicit malicious payload is visible in this fragment; however, it intentionally delegates major actions (sync/pull, indexing, workflow installation) to other package scripts, making overall safety dependent on those scripts’ integrity and behavior.

Confidence: 63%Severity: 56%
SecurityMEDIUM
SKILL.md
Audit Metadata
Analyzed At
Jun 28, 2026, 12:42 PM
Package URL
pkg:socket/skills-sh/Tai-ch0802%2Fskills-bundle%2Fagent-brain%2F@8cc9d7586f64eec5b4a0208799ef630c02016bfb29aea94387f88a4a83445ab6
Security Audit — socket — agent-brain