configure-web-session
Audited by Socket on Feb 27, 2026
1 alert found:
MalwareFunctionally, the skill will achieve its goal: auto-detect required infra tools and ensure they are installed in remote web sessions. However, the implementation pattern (automatic download-and-execute from external hosts, installing to /usr/local/bin, and auto-running on SessionStart) creates a medium supply-chain security risk. There is no evidence in the provided material of intentional malware, obfuscation, or credential theft, but the design amplifies potential impact if upstream artifacts are compromised. Recommended actions before deploying: require signed artifacts or verified checksums for every downloaded release, avoid default automatic installs (use explicit opt-in or a one-time bootstrap step), prefer installing into a repository-controlled directory or clearly document the risk of writing to system paths, and log or surface install actions for audit.