AI README Generator

PassAudited by ClawScan on May 12, 2026.

Overview

This instruction-only skill is purpose-aligned for reading a chosen code project and writing AI-friendly documentation, with the main caveat that the generated agent-rule files may influence future coding sessions.

This skill appears safe for its stated purpose. Use it on projects where you are comfortable allowing the agent to read representative source and configuration files, then review the generated AGENTS.md and .cursor/rules files before committing or using them in future AI-assisted development.

Findings (2)

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 skill can change documentation and AI-rule files in the selected project.

Why it was flagged

The skill instructs the agent to create or update files in the user’s project. This is file mutation authority, but it is clearly disclosed and directly aligned with the documentation-generation purpose.

Skill content
Generate or update these files in the target project: AGENTS.md ... .cursor/rules/ai-readme/generated/...
Recommendation

Review the generated or updated files before committing them or letting future agents rely on them.

What this means

Future AI coding sessions may use these generated files as context, so inaccurate or sensitive content could have lasting effects.

Why it was flagged

The generated documentation is intended to become persistent context for future AI sessions. Incorrect or overly broad generated content could affect future agent behavior, though the skill includes safeguards such as avoiding secrets and using alwaysApply: false.

Skill content
The generated docs should help future AI coding sessions quickly understand ...
Recommendation

Inspect the generated AGENTS.md and .cursor/rules files for accuracy, project-specific constraints, and absence of secrets before relying on them.