Skylv Doc Generator
AdvisoryAudited by Static analysis on May 2, 2026.
Overview
No suspicious patterns detected.
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.
NoteHigh Confidence
ASI02: Tool Misuse and ExploitationWhat 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.
