Skylv Doc Generator

PassAudited by ClawScan on May 2, 2026.

Overview

This instruction-only skill is a coherent README generator that reads project structure and writes a README.md, with no evidence of hidden credentials, networking, persistence, or deceptive behavior.

This skill appears safe for normal project documentation use. Run it only in the project you want documented, and check the generated README.md for accuracy before saving, committing, or publishing it.

Findings (1)

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 create or overwrite README.md based on its interpretation of the project.

Why it was flagged

The skill asks the agent to inspect the local project directory and write a README.md file. This is purpose-aligned for a README generator, but it is still a local command plus file-modification capability.

Skill content
Run: dir /b /s /a:d (Windows) or find . -maxdepth 2 -type d (macOS/Linux) ... Write a complete README.md with all sections.
Recommendation

Use it in the intended project directory and review the generated README before committing or publishing it.