ClawProof Security Scanner

ReviewAudited by ClawScan on May 10, 2026.

Overview

Prompt-injection indicators were detected in the submitted artifacts (ignore-previous-instructions); human review is required before treating this skill as clean.

Before installing, verify the npm package and repository, run scans only on files you intend to analyze, review any auto-fix diffs, and be aware that MCP or git-hook setup may continue running automatically after initialization. ClawScan detected prompt-injection indicators (ignore-previous-instructions), so this skill requires review even though the model response was benign.

Findings (4)

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

Using the skill means trusting the npm package and its dependencies to run on the local machine.

Why it was flagged

The skill relies on installing or executing an external npm package, while the artifact set itself contains no package source code to review.

Skill content
npm install -g agent-security-scanner-mcp ... npx agent-security-scanner-mcp --help
Recommendation

Install only from the linked official package/repository, pin versions where possible, and review the package before using it in sensitive environments.

What this means

Auto-fixes could change code behavior or introduce regressions if accepted blindly.

Why it was flagged

The documented auto-fix command can modify source files. This is aligned with a security scanner, but it is a high-impact action if run without reviewing changes.

Skill content
Auto-fix available - 165 security fix templates: npx agent-security-scanner-mcp fix-security ./vulnerable-file.js
Recommendation

Run auto-fixes only on selected files, keep backups or version control, and review diffs before committing.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

After setup, the scanner may continue affecting agent actions or commits until the integration is removed.

Why it was flagged

The skill documents setup modes that can keep running automatically through OpenClaw/MCP configuration or git hooks.

Skill content
MCP Server (Automatic) ... npx agent-security-scanner-mcp init openclaw ... Git Hooks (Continuous) ... npx agent-security-scanner-mcp init-hooks
Recommendation

Enable persistent integrations only when desired, inspect the created MCP configuration and git hooks, and document how to remove them.

What this means

Users could over-rely on the scanner as a complete safety guarantee.

Why it was flagged

The skill makes strong security and performance claims, but the provided artifacts do not include benchmark details or implementation code to verify them.

Skill content
ClawProof blocks these attacks automatically ... Precision | 97.7% (benchmarked)
Recommendation

Treat the scanner as one security layer, validate important results, and do not skip normal review for high-risk actions.