CLAUDE MD Initializer

PassAudited by ClawScan on Apr 1, 2026.

Overview

The skill's requested actions (reading a repo and producing onboarding docs) match its description and it asks for no extra credentials or installs; main risk is accidental inclusion of secrets from the repo if the agent has broad read access.

This skill appears coherent and low-risk: it only instructs the agent to read the repository and produce a CLAUDE.md. Before installing or invoking it, ensure the agent's repository access is scoped appropriately: if the repo contains secrets (API keys, .env files, private keys), the agent could read and summarize them unless you add explicit guardrails. Practical precautions: (1) add or request a guardrail to ignore/redact files like .env, credentials, and secrets; (2) review any generated CLAUDE.md before committing or sharing; (3) confirm the skill's provenance (the metadata claims it was derived from src/commands/init.ts) if you need stronger assurance about origin; and (4) avoid granting the skill broader permissions (e.g., write access or external network posting) unless necessary.