openclaw

openclaw is a skill for Claude Code, Codex from edimuj/vexscan. It costs 0 tokens per session (1,151 once invoked), scanned A, original, Apache-2.0.

A security scanner for extensions, skills, code, and incoming messages. It checks for prompt injection, malicious code, hidden behavior, data theft, and obfuscation, which means deliberately hiding what code does.

In plain words
What is it for?
Use it to vet an extension before installation, scan installed extensions, inspect suspicious behavior, check setup security, review text for injection, or manage trust entries.
Why use it?
It helps assess whether third-party components or messages contain threats before they are trusted or installed.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/edimuj/vexscan/openclaw
Any agent
npx skills add edimuj/vexscan --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/edimuj/vexscan

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openclaw

README.md
[![agentmods](https://agentmods.dev/badge/skills/edimuj/vexscan/openclaw.svg)](https://agentmods.dev/skills/edimuj/vexscan/openclaw)
Your own site
<a href="https://agentmods.dev/skills/edimuj/vexscan/openclaw"><img src="https://agentmods.dev/badge/skills/edimuj/vexscan/openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,151 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01151
Opus 5 $0.00000 $0.00575
Sonnet 5 $0.00000 $0.00230
Haiku 4.5 $0.00000 $0.00115

Measured 4d ago against content hash dc480d5072f8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

openclaw scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (index.ts, src/cli-wrapper.ts, src/openclaw-sdk.d.ts, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/openclaw/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Vexscan Security Scanner

Scans extensions, skills, and code for security threats: prompt injection, malicious code, obfuscation, data exfiltration. Also scans inbound messages for injection patterns automatically.

Use it when:

  • User wants to install a new extension or skill
  • User asks about security of their setup
  • User mentions suspicious behavior from an extension
  • User wants to audit installed extensions
  • User asks about or wants to manage trust decisions
  • Before recommending any third-party extension

Action routing

User intent Action
"Install this extension from GitHub" install — vets then installs
"Is this extension safe?" vet — scan without installing
"Is my setup secure?" scan — scan all extensions
"This extension is acting weird" scan on that extension's path
"Check this text for injection" check — stdin text scanning (not yet exposed as tool action; use /check slash command)
"What's trusted?" / "Show trust entries" trust_list
"Stop trusting X" trust_revoke

Install (vet + install in one step)

Always prefer install over vet when the user wants to add an extension.

{ "action": "install", "source": "https://github.com/user/extension" }

Success: { "ok": true, "action": "installed", "findings": 0, "message": "..." } Blocked: { "ok": false, "action": "install_blocked", "verdict": "high_risk", "findings": 3, "maxSeverity": "high", "reason": "..." }

Severity gates

Max severity Default Override
Critical Blocked Cannot override
High Blocked "allowHigh": true
Medium Blocked "force": true
Low / Info Allowed

Never set allowHigh or force without explaining the risks to the user first.

Scan

{ "action": "scan", "path": "~/.openclaw/extensions" }

Path defaults to ~/.openclaw/extensions if omitted. Returns findings count, max severity, and breakdown by severity level.

Read the full file on GitHub · 124 lines

Files

What ships with it

10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 124 lines · 0 tokens per session scan A dc480d5072f8

Subscribe to this mod's changes

openclaw is a skill published in the GitHub repository edimuj/vexscan (9 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,151 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

specialized-attack-playbooks

专题实战利用:GoEdge私钥导出,灰产CDN取证,ARP MITM,CDN→S3 STS链,宝塔+UniApp,AI IDE API反代,OCS+MinIO;含references/scripts支持文件索引。Use when applying specialized playbooks for GoEdge, CDN, ARP MITM, BT Panel, OCS, MinIO.

Ed1s0nZ/CyberStrikeAI · 91 tokens

binary-mobile-reversing

APK/EXE/二进制:UniApp/DCloud/Flutter逆向,证书固定绕过,导出组件,内存破坏exploit链,IoT固件。Use when reversing APK/EXE, UniApp/Flutter, native .so, or memory-corruption exploits.

Ed1s0nZ/CyberStrikeAI · 70 tokens

active-directory-attack

内网域攻击:BloodHound,Kerberoast,ADCS ESC1/ESC8,NTLM Relay,Coerce,DACL,DCSync,Zerologon/NoPac/PrintNightmare,mitm6,LLMNR,Linux内网。Use when attacking Active Directory, ADCS, NTLM relay, or internal domain.

Ed1s0nZ/CyberStrikeAI · 78 tokens

p5js

Production pipeline for interactive and generative visual art using p5.js. Creates browser-based sketches, generative art, data visualizations, interactive experiences, 3D scenes, audio-reactive visuals, and motion graphics — exported as HTML, PNG, GIF, MP4, or SVG. Covers: 2D/3D rendering, noise and particle systems…

moltis-org/moltis · 152 tokens

pentest-verification

验证铁律:搜索≠漏洞,confirmed Fact须证据,tentative表线索,禁止空泛推测,负结果也落库, 想象力拉满+单步验证零容忍。Use when writing project facts, validating findings, or avoiding hallucination.

Ed1s0nZ/CyberStrikeAI · 66 tokens

architecture-diagram

Generate dark-themed SVG diagrams of software systems and cloud infrastructure as standalone HTML files with inline SVG graphics. Semantic component colors (cyan=frontend, emerald=backend, violet=database, amber=cloud/AWS, rose=security, orange=message bus), JetBrains Mono font, grid background. Best suited for…

moltis-org/moltis · 163 tokens