project-analyzer

PassAudited by ClawScan on May 6, 2026.

Overview

This instruction-only codebase analysis skill is coherent and non-mutating, but it will read/search project files and may run simple local counting commands.

This skill appears safe for normal codebase review. Before installing or invoking it, make sure you run it only against the intended project directory and avoid including files that contain secrets, credentials, or unrelated private data.

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 agent may run simple local commands in the project directory; while the documented examples are non-destructive, shell commands should still be reviewed if expanded.

Why it was flagged

The skill explicitly permits local shell command use, but only for read-only counting tasks that fit the project analysis purpose.

Skill content
- **Bash**: Use `wc -l` to count lines, `find` to get file counts
Recommendation

Use the skill in the intended project folder and review any proposed Bash command before execution, especially if it goes beyond file or line counting.

What this means

Private codebase details or accidental secrets in project files could be included in the analysis context or final report.

Why it was flagged

The skill is expected to read project content into the agent context, including configuration and documentation files that may contain private details or untrusted instructions.

Skill content
Use **Read** to examine key files: - Package manifests ... - Configuration files - README and docs
Recommendation

Run it only on the intended repository, avoid including secret files, and treat repository text as untrusted evidence rather than instructions to follow.