skill-downloader

Warn

Audited by Socket on Sep 18, 2026

3 alerts found:

Securityx2Anomaly
SecurityMEDIUM
SKILL.md

SUSPICIOUS: The skill’s behavior matches its stated purpose, but that purpose is itself a high-risk transitive installer for third-party AI agent skills from arbitrary URLs, archives, and community repos. No direct credential theft is shown, but provenance is weak, validation is unverified, and the installed skills inherit agent trust and permissions.

Confidence: 89%Severity: 82%
SecurityMEDIUM
scripts/download_from_archive.py

The code is a legitimate archive downloader and installer, but it has significant filesystem safety weaknesses. Archive path traversal, unsanitized destination names, unrestricted remote downloads, and destructive --force behavior could allow a malicious archive or command-line input to write or delete files outside the intended skill directory. It should not be used with untrusted archives until extraction containment checks and destination-name validation are added. No direct malware or covert data theft is evident in this fragment.

Confidence: 98%Severity: 78%
AnomalyLOW
scripts/download_skill.py

No clear malicious behavior is present in the supplied fragment. It implements skill downloading and local copying, but it has a potentially serious path traversal/absolute-path issue because an unvalidated SKILL.md name controls deletion and copy destinations. The risk is especially high when --force is used with untrusted local directories. The imported downloader modules must be reviewed separately for network and archive security.

Confidence: 97%Severity: 68%
Audit Metadata
Analyzed At
Sep 18, 2026, 02:08 PM
Package URL
pkg:socket/skills-sh/nicepkg%2Fai-workflow%2Fskill-downloader%2F@c14301ca11965479b80007cd0782fa15d010ce0f5678d3ac2dc18f8c2112e660
Security Audit — socket — skill-downloader