Technical Doc Generator

AdvisoryAudited by Static analysis on Apr 30, 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.

What this means

If invoked on the wrong directory, it could read or modify more project files than intended.

Why it was flagged

The skill can inspect, modify, search, and run commands in the selected codebase. This is expected for documentation generation, but it is still broad local authority.

Skill content
allowed-tools: Read, Write, Edit, Grep, Glob, Bash
Recommendation

Run it from a version-controlled project directory, pass an explicit path when possible, and review generated diffs before committing or sharing.

What this means

Generated docs could expose internal design or configuration details to readers who receive the documentation.

Why it was flagged

The generated documentation may persist summaries of configuration, environment variable names, architecture, database schema, and dependencies. This is aligned with the skill purpose, but those details may be sensitive if the docs are shared externally.

Skill content
Configuration: [Detected from .env.example, config files, environment variables in code]
Recommendation

Review generated documentation for secrets, internal URLs, sensitive architecture details, and environment-specific values before publishing or sending it to clients.