starter-cleaner

Warn

Audited by Socket on Feb 26, 2026

1 alert found:

Security
SecurityMEDIUM
SKILL.md

This skill's stated purpose (cleaning a starter template by removing example directories and monorepo/config artifacts) aligns with the capabilities described (deleting files and editing config). There are no declared network downloads, credential requests, or third‑party proxies in the document, which reduces classic supply-chain/exfiltration concerns. The primary risk is the destructive filesystem operations: if the actual clean.js script lacks path sanitization, whitelists, confirmations, dry-run mode, or backup/rollback, it can cause unintended permanent data loss. Because the implementation of the script is not provided, I cannot confirm whether safe-guards are implemented. Recommend: review the clean.js source before running; require an explicit interactive confirmation, provide a dry-run and backup option, and ensure deletions are strictly limited to expected relative paths. Overall: purpose and capabilities are coherent, but operational risk is medium due to destructive actions and lack of visible safeguards.

Confidence: 75%Severity: 75%
Audit Metadata
Analyzed At
Feb 26, 2026, 02:08 PM
Package URL
pkg:socket/skills-sh/wot-ui%2Fwot-starter%2Fstarter-cleaner%2F@e06ee55e1abe71fca260860d4c4e9a77a35c41a6