Writing Skills

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle is designed for developing and testing OpenClaw skills, focusing on a Test-Driven Development (TDD) approach for documentation. The `SKILL.md` and related markdown files (`persuasion-principles.md`, `testing-skills-with-subagents.md`) contain extensive meta-instructions for the AI agent on how to author, structure, and bulletproof skills against agent 'rationalization' (deviation from instructions). While these instructions aim to strongly control the agent's behavior, they are strictly within the benign context of improving skill development and compliance, not for harmful objectives like data exfiltration or unauthorized access. The `render-graphs.js` script uses `execSync` to run the `dot` (Graphviz) command-line tool, which is a high-risk function, but its usage is confined to rendering diagrams from `SKILL.md` content, a legitimate and stated purpose. No evidence of intentional harmful behavior, data exfiltration, persistence, or unauthorized command execution was found.