future-tokens
Audited by Socket on Jul 21, 2026
2 alerts found:
Anomalyx2No clear indicators of direct malware (no credential theft, exfiltration, reverse shells, or runtime execution of downloaded content) are present in this script fragment. However, there is a significant supply-chain integrity concern: when not using a local clone, it downloads and directly extracts an unverified GitHub archive. Additionally, it copies and parses untrusted Markdown and injects a description field verbatim into generated Claude command frontmatter, which could lead to malformed or semantically manipulated command metadata in downstream tooling. Overall, treat the upstream repository/content as untrusted unless verified/pinned, and consider adding cryptographic verification and output sanitization/escaping.
This fragment is documentation, not the executable payload. The main supply-chain risk is the documented one-line installer that downloads and executes a remote `install.sh` via `curl -sL ... | bash` without shown integrity controls; if that script (or what it fetches) were compromised, arbitrary code could run during installation. No malicious behavior (exfiltration/credential theft/obfuscation) is directly evidenced in the fragment because `install.sh` and the skill files are not included here.