Back to skill

Security audit

OpenClaw Shield Quick Scan

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward wrapper for running a user-directed OpenClaw Shield scan and summarizing its JSON report, with no hidden persistence or exfiltration behavior found.

Install only if you intend to run local security scans. Point target_path at the specific folder or repository you want scanned, use a trusted OpenClaw Shield scanner path, and review the generated report before acting on findings.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • MCP Least PrivilegeUnderdeclared Capability, Wildcard Permission, Missing Permission Declaration
  • MCP Tool PoisoningHidden Instructions, Unicode Deception, Parameter Description Injection
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
Findings (2)

Tp4

High
Category
MCP Tool Poisoning
Confidence
98% confidence
Finding
The implementation is a report summarizer, not a scanner. It accepts a path to a JSON report, parses findings from various keys, normalizes severity labels, counts findings, and prints the top N entries. There is no code to traverse a folder, inspect a repository, invoke OpenClaw Shield, or analyze files for the security behaviors named in the description. While summarization matches part of the description, the primary declared capability—running a fast scan for quick triage—is absent, making this a material description-to-behavior mismatch.

Lp3

Medium
Category
MCP Least Privilege
Confidence
91% confidence
Finding
The skill instructs the agent to read paths and invoke local scripts, but it declares no explicit tool scope or permissions boundaries. In an agent environment, missing scope metadata can allow broader-than-intended file access or command capability, increasing the chance of misuse against sensitive local paths.