Back to skill
Skillv1.0.1

VirusTotal security

Claude Code Setup · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 29, 2026, 4:42 AM
Hash
f8767ae8800de2d331ff625018ef6809e3d85796dd311428a44ff391bf623317
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: claude-code-setup Version: 1.0.1 The skill's primary purpose is to set up a `.claude/` directory structure with configuration files for an AI agent (Claude Code) in the current project directory. The `SKILL.md` instructs the OpenClaw agent to execute the `index.js` script, which then uses standard Node.js file system operations (`fs.mkdirSync`, `fs.writeFileSync`) to create the specified directories and populate them with markdown templates. These templates contain guidelines and rules for the *target* AI, including security best practices (e.g., 'No hardcoded secrets', 'Input validation present' in `prompts/review.md`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection against the OpenClaw agent to perform unauthorized actions. The script is transparent and avoids overwriting existing configurations by default.
External report
View on VirusTotal