Skill Audit
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to run a local, read-only audit of installed skill folders and write a report, with no credential use, network access, or destructive actions evident.
This looks safe for a user-directed skills audit. Before installing, be comfortable with the agent running the included local shell script, reading installed skill folders, and saving a report that may include local skill names and paths.
Findings (3)
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.
Using the skill may run a local shell script on your machine to inspect installed skill folders.
The skill directs the agent to execute an included local shell script. This is expected for the audit purpose, and the script is included in the supplied artifacts.
The agent will: 1. Run `scripts/audit.sh` to scan all skill locations and collect metadata
Use it when you intentionally want a skills audit, and review the included script if you are cautious about local command execution.
The audit can list local skill names, paths, and structural metadata.
The script uses shell tools to enumerate workspace and global skill directories. This is scoped to the stated audit purpose and does not show destructive actions.
find "$WORKSPACE_SKILLS" -maxdepth 2 -name "SKILL.md" ... find "$GLOBAL_SKILLS" -maxdepth 2 -name "SKILL.md"
Be aware that the report may reveal your local skill inventory and paths; run it only in environments where that is acceptable.
A local report file may remain after the audit and could reveal skill names or local paths if shared.
The skill creates a persistent audit summary. This is disclosed and purpose-aligned, but the saved report may contain local skill inventory information.
Results are written to `.sub-agent-results/skill-audit-report.md` and summarized in chat.
Review or delete the generated report if local path or skill inventory details are sensitive.
