/install axiomata-guard-scanner
Axiomata Guard Scanner
Universal OpenClaw skill security scanner Impersonal — works for any agent
Description
Axiomata Guard Scanner protects OpenClaw agents by scanning skills for security threats. It uses multiple "vaccines" (detection engines) to identify malicious patterns before installation.
Trigger: Before installing any skill, especially from ClawHub.
Security Layers
Layer 1: ClawHub Malicious Pattern Check (VAX-001)
Checks for known malicious patterns:
- Malicious binary downloads (openclawcli.zip)
- RCE via glot.io snippets
- Malware via GitHub releases
- Password-protected archives
Layer 2: C2 & Data Exfiltration Detection (VAX-027)
Detects command & control infrastructure:
- Suspicious DNS lookups
- Discord/Telegram webhooks
- Bit.ly / short URL redirects
- Exfiltration patterns
Layer 3: Cross-Vector Attack Chain (VAX-028)
Correlates findings from other vaccines:
- Multiple attack vectors
- Chain escalation patterns
- Combined threat assessment
Layer 4: Rootkit & Bootkit Detection (VAX-029)
Detects kernel-level threats:
- System manipulation patterns
- Driver injection
- UEFI threats
Layer 5: Package Ecosystem Attacks (VAX-030)
Detects package-level attacks:
- typosquatting
- dependency confusion
- malicious packages
Usage
Scan a skill file
python3 scripts/guard_scanner.py --file \x3Cskill-path>
Scan skill code directly
python3 scripts/guard_scanner.py --code "\x3Cskill code>"
JSON output
python3 scripts/guard_scanner.py --file \x3Cskill-path> --json
Output Format
{
"scanner": "Axiomata Guard Scanner",
"version": "1.0.0",
"skill_name": "...",
"global_threat_level": "CLEAN | LOW | MEDIUM | HIGH | CRITICAL",
"global_score": 0-300,
"decision": "APPROVE | WARN | NEUTRALIZE | ISOLATE",
"triggered_vaccines": [...],
"summary": {...}
}
Threat Levels
| Level | Score | Action |
|---|---|---|
| CLEAN | 0 | APPROVE |
| LOW | 1-19 | APPROVE with monitoring |
| MEDIUM | 20-49 | WARN — manual review |
| HIGH | 50-79 | NEUTRALIZE |
| CRITICAL | 80+ | ISOLATE immediately |
In Altum Per Security. Axiomata Guard Scanner v1.0.0
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install axiomata-guard-scanner - After installation, invoke the skill by name or use
/axiomata-guard-scanner - Provide required inputs per the skill's parameter spec and get structured output
What is Axiomata Guard Scanner?
Axiomata Guard Scanner — Universal security scanner for any OpenClaw skill. Use when: (1) scanning a skill for security threats before installation, (2) chec... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Axiomata Guard Scanner?
Run "/install axiomata-guard-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Axiomata Guard Scanner free?
Yes, Axiomata Guard Scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Axiomata Guard Scanner support?
Axiomata Guard Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Axiomata Guard Scanner?
It is built and maintained by Kofna3369 (@kofna3369); the current version is v1.0.1.