brief
Warn
Audited by Socket on Jul 4, 2026
2 alerts found:
SecurityAnomalySecuritySKILL.md
MEDIUMSecurityMEDIUM
SKILL.md
Anomalyscripts/prep.sh
LOWAnomalyLOW
scripts/prep.sh
This bash fragment itself shows no overt malware indicators (no credential theft, reverse shell, or direct network destination). The major security concern is that it runs an AI CLI with "--permission-mode bypassPermissions" in an unattended scheduled context and feeds it a local prompt file content without integrity/provenance checks. Because the data-collection and composition behavior is delegated to an external gather script and the AI tool’s elevated permissions, the real risk depends on those components; nevertheless, this orchestration pattern warrants review and hardening (input integrity, least-privilege permissions for the AI tool, and logging redaction/controls).
Confidence: 60%Severity: 60%
Audit Metadata