senior-frontend
Warn
Audited by Socket on Aug 9, 2026
1 alert found:
AnomalyAnomalyscripts/frontend_scaffolder.py
LOWAnomalyLOW
scripts/frontend_scaffolder.py
No direct indicators of classic malware (networking, subprocesses, credential theft, or exfiltration) are present in the visible scaffolding logic. The primary security concern is a path safety gap: args.name is unsanitized when used to construct project_path, enabling potential directory traversal/arbitrary file writes outside the intended output directory. A secondary concern is supply-chain hygiene: feature-injected dependencies are set to "latest", making generated installs non-reproducible and increasing exposure to compromised/unvetted upstream releases. Confidence is reduced because the snippet appears syntactically incomplete/corrupted, limiting verification of exact generated contents.
Confidence: 58%Severity: 62%
Audit Metadata