magic-portfolio
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] [HIGH] data_exfiltration: Credential file access detected (DE002) [AITech 8.2.3] BENIGN: The code/documentation fragment is consistent with its stated purpose as a setup/deployment guide for a Next.js portfolio template. It uses standard sources and deployment flows with no embedded secrets or suspicious behaviors. The only noteworthy point is the need to handle VER CEL_TOKEN securely during deployment, which is a normal CI/CD concern rather than an intrinsic risk of the template itself. LLM verification: This skill README is consistent with a Next.js portfolio template and does not contain explicit malicious code in the provided content. However it contains supply-chain and operational risks: unpinned npm installs, external clone and deploy commands, and destructive shell commands (rm -rf) that could cause accidental data loss if run improperly. The deployment instructions forward tokens to third-party CLIs, which is expected but must be handled carefully to avoid leakage. Overall: not evidently