Security Skill Scanner

PassAudited by ClawScan on May 10, 2026.

Overview

This appears to be a read-only security scanner, with the main caution that its optional CLI can recursively read user-selected skill/code directories.

This skill looks safe for its stated purpose. Before installing or running the optional CLI, verify the package source, scan only the skill files or directories you intend to inspect, and treat the scanner’s regex-based findings as prompts for manual review rather than definitive security verdicts.

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.

What this means

If used on a broad directory, the scanner may read many local skill or code files and include matched snippets in its report.

Why it was flagged

The scanner recursively reads files under a user-supplied directory. This is expected for a security scanner, but users should avoid pointing it at broad or unrelated private directories.

Skill content
if (stats.isDirectory()) { return this.scanDirectory(filePath); } ... if (file.endsWith('.md') || file.endsWith('.js') || file.endsWith('.ts'))
Recommendation

Scan only the specific SKILL.md file or skill directory you intend to review, and review generated reports before sharing them.

What this means

Running the optional CLI executes local JavaScript from this package on your machine.

Why it was flagged

The package documents optional local Node.js execution. It is disclosed and user-directed, with no install-time execution shown in the artifacts.

Skill content
The included `scanner.js` file can also be run directly with Node.js 18+ ... `node scanner.js path/to/SKILL.md`
Recommendation

Only run the CLI after verifying the package source, and prefer scanning a copied target file or narrow directory.

What this means

Users have less registry-level provenance information when deciding whether to run the optional CLI code.

Why it was flagged

Registry provenance is incomplete even though the documentation references a GitHub repository for optional command-line use.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the repository and package contents before executing scanner.js or cloning external code.