codedrobe-theme-manager

Warn

Audited by Socket on Jul 18, 2026

2 alerts found:

SecurityAnomaly
SecurityMEDIUM
SKILL.md

SUSPICIOUS: the skill’s theme-management purpose is plausible, but its trust chain is inconsistent. It relies on an unofficial theming ecosystem, uses a runtime path that appears to differ from upstream documentation, and executes an unpinned external CLI via `npx @latest`; however, it does not clearly seek credentials or exfiltrate user data.

Confidence: 83%Severity: 74%
AnomalyLOW
scripts/theme_library.mjs

Low-to-moderate risk for malicious behavior within this module: there’s no direct evidence of stealing data or executing arbitrary commands via eval/Function. It enforces HTTPS and codexskins.org host restrictions for both catalog/package URLs and validates theme IDs as safe slugs, and it verifies downloaded package SHA-256. However, a significant supply-chain/runtime risk exists: if 'codedrobe' is not present, it uses 'npx @codedrobe/core@latest' and executes it via spawnSync, which can download and run remote code at install time. Additionally, --catalog can point to any local file path (readFile), which could be abused in a local attack scenario.

Confidence: 68%Severity: 52%
Audit Metadata
Analyzed At
Jul 18, 2026, 12:47 PM
Package URL
pkg:socket/skills-sh/qcrao%2Fcodedrobe-one-shot-theme-skill%2Fcodedrobe-theme-manager%2F@c172d3e2574a4dff2460e214d71c5e73749d3fa986d9a030b49c5c8d2b248a46
Security Audit — socket — codedrobe-theme-manager