installing-skills

Warn

Audited by Socket on Feb 27, 2026

2 alerts found:

AnomalySecurity
AnomalyLOW
README.md

The code fragment presents a legitimate remote-install capability but introduces notable supply-chain and runtime risks due to unvalidated downloads and a hardcoded install path. It is not inherently malicious, but requires robust safeguards (integrity verification, allowlisting, sandboxing, and least-privilege execution) to reduce risk before production use.

Confidence: 59%Severity: 60%
SecurityMEDIUM
SKILL.md

The package is an installer that pulls SKILL.md and possibly other repository assets from a public GitHub repository into the agent's skill directory. There is no direct evidence of malicious code in the provided documentation itself, but the installation pattern exhibits multiple supply-chain weaknesses: download-and-execute behavior (via a local install script), lack of integrity/pin/signature verification, automatic trigger-based installs, and placing unvetted files into the agent's execution path. These factors constitute a moderate-to-high security risk for agents that auto-load or execute content from /mnt/skills/user. Recommendations: require explicit, per-install operator confirmation; pin to commit SHAs or signed release artifacts; validate content (checksums/signatures); avoid automatically running install scripts downloaded from the repo without manual review; restrict network/file system privileges for installed skills or sandbox their execution; and log/alert on installation events for review.

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Feb 27, 2026, 08:49 PM
Package URL
pkg:socket/skills-sh/oaustegard%2Fclaude-skills%2Finstalling-skills%2F@6c6a1e145d950c43dd3e5ba8d8a944b9d3b9cf5c