frontend-developer-skill

Warn

Audited by Socket on Sep 23, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
scripts/setup_state.ts

The fragment appears to be a legitimate state-management boilerplate generator, not malware. Its main security weakness is that the command-line name is trusted and inserted into filesystem paths and generated source code without validation. A malicious or accidental name could cause path traversal or code-generation injection when the tool is run in a project. The shown invocation does not access secrets, exfiltrate data, execute commands, or contact suspicious hosts.

Confidence: 96%Severity: 55%
AnomalyLOW
scripts/scaffold_component.tsx

No clear malware, credential theft, exfiltration, persistence, or command execution is present. The code has a meaningful security risk if its CLI arguments can be supplied by an untrusted user: component-name path traversal can cause writes outside ./src/components, and unvalidated prop names/types can inject content into generated source files. Inputs should be constrained to safe identifiers, paths should be resolved and verified to remain beneath the output directory, and prop schemas should be strictly validated.

Confidence: 98%Severity: 68%
Audit Metadata
Analyzed At
Sep 23, 2026, 08:06 AM
Package URL
pkg:socket/skills-sh/xgaisystems%2Fclaude-supercode-skills-404kidwiz%2Ffrontend-developer-skill%2F@fe78e5d5c543efc2836f2c6cd3d2a45df9375d91e4f4331066a20b1c4e5a0dbb
Security Audit — socket — frontend-developer-skill