nestjs-typescript-starter
Audited by Socket on Feb 21, 2026
1 alert found:
Malware[Skill Scanner] Destructive bash command detected (rm -rf, chmod 777) All findings: [CRITICAL] command_injection: Destructive bash command detected (rm -rf, chmod 777) (CI004) [AITech 9.1.4] [CRITICAL] command_injection: Destructive bash command detected (rm -rf, chmod 777) (CI004) [AITech 9.1.4] The fragment is benign and coherently aligned with the stated purpose of providing setup guidance for a NestJS TypeScript starter project. It does not introduce suspicious dependencies, credential handling, or unauthorized data flows. Overall risk remains low for supply-chain concerns within this isolated fragment. LLM verification: The document is a legitimate setup guide for the official NestJS TypeScript starter. There is no explicit evidence of malicious code in the fragment itself. Primary risks are supply-chain (unverified network downloads and npm lifecycle script execution) and accidental destructive filesystem commands (rm -rf .git and unsafe dotfile moves). These are operational hazards rather than direct malware indicators. Apply standard mitigations: pin versions/commits, use lockfiles and npm ci, inspect instal