doyourmagic
Audited by Socket on Sep 8, 2026
2 alerts found:
AnomalySecurityNo explicit malware behaviors (exfiltration/backdoors/credential theft/obfuscation) are evidenced in the provided fragment because it is documentation and does not include the underlying script implementations. The dominant concern is the intentionally enabled high-impact supply-chain execution pathway: remote code is fetched and executed directly (curl|bash) and remote branch content is cloned and executed, with no integrity/pinning guarantees shown here. This means the security posture of the workflow depends entirely on the referenced upstream scripts and transport integrity; those scripts should be pinned and verified (commit pinning, checksum/signature verification) and audited to reduce the risk of compromised upstream content.
No direct malware behavior is evidenced in this provided fragment because it is installer documentation rather than the implementation. However, it documents a high-blast-radius supply-chain mechanism: remote script execution via `curl ... | bash`, optional verification bypass, and persistent modification of global agent configuration under HOME (plus optional overwriting of many global skills via npx). Treat as high security risk until the referenced bootstrap/install scripts and any installed skills are integrity-pinned, provenance-verified, and reviewed.