future-tokens

Warn

Audited by Socket on Jul 21, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
install.sh

No 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.

Confidence: 66%Severity: 52%
AnomalyLOW
README.md

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.

Confidence: 62%Severity: 55%
Audit Metadata
Analyzed At
Jul 21, 2026, 05:13 PM
Package URL
pkg:socket/skills-sh/jordanrubin%2FFUTURE_TOKENS%2Ffuture-tokens%2F@d3cf01f6aafe75fc4ec27565676977ef310e0895
Security Audit — socket — future-tokens