Code Documentation

PassAudited by VirusTotal on May 6, 2026.

Overview

Type: OpenClaw Skill Name: code-documentation Version: 1.0.0 The code-documentation skill bundle provides a structured framework for an AI agent to generate and maintain project documentation, including inline headers, subsystem docs, and API references. While the instructions in SKILL.md authorize the agent to modify source files by adding headers and removing redundant comments, these actions are consistent with the stated purpose of 'cleaning up' and standardizing documentation. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may produce large diffs across the repository, including removing comments it considers clutter.

Why it was flagged

The skill directs broad source-file documentation changes and deletion of certain comment types. This is purpose-aligned for a documentation skill, but it can affect many files.

Skill content
Apply to every file that is ≥ 20 lines OR is imported by other modules... If you encounter these, **delete them**.
Recommendation

Run it on a clean branch, ask for a summary of planned changes when scope is large, and review the diff before committing.