frontend-developer-skill
Audited by Socket on Sep 23, 2026
2 alerts found:
Anomalyx2The 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.
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.