skills-master

Fail

Audited by Socket on Mar 2, 2026

2 alerts found:

MalwareSecurity
MalwareHIGH
assets/skill-templates/update-skills-master/SKILL.md

The script accurately implements a useful capability (safely fetching only the skills-master folder via git sparse checkout) and includes sensible safety features (backup, rollback, and user confirmation in the documented workflow). It does not display direct indicators of embedded malware or explicit exfiltration. The main security concerns are supply-chain risk (pulling arbitrary remote content without cryptographic verification) and the destructive nature of replacing local directories. The tool should be considered safe to use only when the repository is trusted or when additional verification (pinned SHAs or signatures) and careful input sanitization are enforced.

Confidence: 98%Severity: 90%
SecurityMEDIUM
assets/skill-templates/add-in-skills-master/SKILL.md

The code/utility is a legitimate administrative script for registering skill templates into a local skills-master repository. Primary risks are local and operational: accepting arbitrary absolute source paths, copying any files found (including secrets), and overwriting repository files (with optional --force to skip prompts). There is no evidence of network exfiltration or intentionally malicious code in the provided fragment. Treat this utility as moderately risky in automated or high-privilege contexts: require human confirmation for cross-project or absolute paths, restrict execution to trusted principals, run with least privilege, and consider adding safeguards (dry-run, whitelist of allowed files, symlink/path traversal checks).

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Mar 2, 2026, 11:40 PM
Package URL
pkg:socket/skills-sh/lone-yu-cmd%2Fai-coding-paradigm%2Fskills-master%2F@9ec7cd3d12655b02aa438e9ff4d1eb2c7cf24246