Coding

OpenClaw Shield Quick Scan

Try it

Run a fast OpenClaw Shield scan on a folder or file, then summarize severity counts, top findings, and recommended next actions.

What it does

Run a fast OpenClaw Shield scan on a folder or file, then summarize severity counts, top findings, and recommended next actions.

The skill document

OpenClaw Shield Quick Scan

Use this skill to run a fast scan and produce a short triage summary.

Inputs

  • target_path (required): folder or file to scan.
  • scanner_path (optional): defaults to projects/OpenClaw-Shield/src/scanner.py.
  • output_path (optional): defaults to /tmp/openclaw-shield-report.json.

Workflow

  1. Verify target_path exists.
  2. Verify scanner_path exists. If missing, ask user to install OpenClaw Shield.
  3. Run the scanner.
  4. Summarize the report with scripts/summarize_report.py.
  5. Return severity counts, top findings, and next actions.

Commands

python3 "projects/OpenClaw-Shield/src/scanner.py" "" --output "/tmp/openclaw-shield-report.json"
python3 scripts/summarize_report.py "/tmp/openclaw-shield-report.json"

If the scanner is not installed:

clawhub install openclaw-shield

Response Contract

  • Always include total findings and severity breakdown.
  • If there are findings, include up to 5 highest-severity items with file path and line.
  • If no findings exist, clearly state scan completed with no detected issues.
  • Keep output concise and actionable.

Related skills

OpenClaw cloud security guardrail that enforces pre-execution checks, source trust classification, taint tracking, metadata endpoint blocking, and output red...

27 installs

OpenClaw 安全扫描与防护技能:检查端口暴露、认证配置、插件安全、凭证管理,修复工信部2026年预警风险点。触发词:OpenClaw安全吗、帮我检查安全、扫描风险、工信部。

Automated vulnerability scanner for agent platforms. Performs dependency scanning (npm audit, pip-audit), multi-database CVE lookup (OSV, NVD, GitHub Advisor...

22 installs

Run and interpret a read-only OpenClaw security preflight on an authorized Linux VPS. Use when an operator asks to audit gateway exposure, authentication, RP...

1 installs

Perform a strict, evidence-based, read-only security assessment of the current OpenClaw host, review each NOT_TESTED item through targeted OpenClaw Agent inv...

Install and configure the security-related plugins required by OpenClaw, including the `claw-sentry` plugins. Use this skill when you want to complete instal...

28 installs