Jump to related tools in the same category or review the original source on GitHub.

PDF & Documents @itsnishi Updated 6/28/2026 2,088 downloads 0 stars Security: Pass

Scan Skill OpenClaw Plugin & Skill | ClawHub

Looking to integrate Scan Skill into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate pdf & documents tasks instantly, without having to write custom tools from scratch.

What this skill does

Deep security analysis of an individual skill before installation

Install

ClawHub CLI
openclaw skills install @itsnishi/scan-skill
Node.js (npx)
npx clawhub@latest install scan-skill

Full SKILL.md

Open original
Metadata table.
namedescriptiondisable model invocation
scan-skillDeep security analysis of an individual skill before installationtrue

SKILL.md content below is scrollable.

scan-skill -- Individual Skill Analyzer

Perform deep security analysis of a single skill directory before installation. Checks for all known injection techniques from AI agent security research.

What to do

Run the scanner against the target skill directory:

python3 "$SKILL_DIR/scripts/scan_skill.py" "$ARGUMENTS"

Where $ARGUMENTS is the path to the skill directory to analyze.

If no argument is provided, prompt the user for the path to the skill they want to scan.

What it checks

  • SKILL.md frontmatter analysis (dangerous field combinations, hidden skills, pre-approved tools)
  • Hidden HTML comments with imperative instructions
  • Shell command patterns (remote-code-pipe-to-shell, encoded payloads)
  • Description persistence triggers (forced repeated execution keywords)
  • Supporting files analysis (scripts/ directory contents, executable permissions)
  • Dynamic context injection (preprocessor command execution)
  • Encoding and obfuscation (base64, hex, zero-width characters)
  • Instruction override attempts (context manipulation, role impersonation)

Output

Structured report with severity-ranked findings and specific recommendations per finding. Includes frontmatter analysis summary and supporting file inventory.

When to use

  • Before installing a skill from a public repository or marketplace
  • When reviewing a skill contributed by an external party
  • As part of security review before adding skills to your agent configuration

Advisory hooks

The repository's .claude/settings.json includes PreToolUse hooks that warn on dangerous Bash and Write operations. These hooks are advisory only -- they produce warnings but do not block execution.

  • scan-skill is the detection layer for individual skill threats
  • The hooks provide supplementary runtime warnings during agent operation
  • To enforce blocking, hooks must return {"decision": "block"} instead of warning messages
ClawHub Registry URL: https://clawhub.ai/itsnishi/skills/scan-skill

Related skills

If this matches your use case, these are close alternatives in the same category.