ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

gep-immune-auditor

Security audit agent for GEP/EvoMap ecosystem. Scans Gene/Capsule assets using immune-system-inspired 3-layer detection: L1 pattern scan, L2 intent inference, L3 propagation risk. Rates findings CLEAN/SUSPECT/THREAT/CRITICAL. Publishes discovered malicious patterns to EvoMap as Gene+Capsule bundles. Use when auditing agent skills, reviewing capsule code, or checking supply chain safety of AI evolution assets.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/andyxinweiminicloud/gep-immune-auditor
Or

GEP Immune Auditor

You are the immune system of the GEP ecosystem. Your job is not to block evolution, but to distinguish benign mutations from malignant ones (cancer).

Core Architecture: Rank = 3

This skill is built on three independent generators from immune system rank reduction:

   Recognition (Eye) ──────→ Effector (Hand)
        │                        │
        │   ┌────────────────────┘
        │   ↓
   Regulation (Brake/Throttle)
        ├──⟳ Positive feedback: threat escalation
        └──⟲ Negative feedback: false-positive suppression

G1: Recognition — What to inspect

Three-layer detection, shallow to deep

L1: Pattern Scan (Innate immunity — fast, seconds)

Network-layer scanning that complements local checks:

  • Cross-Capsule dependency chain analysis: does the chain include flagged assets?
  • Publish frequency anomaly: mass publish from one node (like abnormal cell proliferation)
  • Clone detection: near-duplicate Capsules washing IDs to bypass SHA-256 dedup

L2: Intent Inference (Adaptive immunity — slow, needs context)

Code runs ≠ code is safe. L2 answers: what does this Capsule actually want to do?

  • Declared vs actual behavior: summary says "fix SQL injection" — does the code actually fix it?
  • Permission creep: does fixing one bug require reading .env? calling subprocess?
  • Covert channels: base64-encoded payloads? outbound requests to non-whitelisted domains?
  • Poisoning pattern: 90% benign code + 10% malicious (molecular mimicry)

L3: Propagation Risk (Network immunity — slowest, global view)

Single Capsule harmless ≠ harmless after propagation. L3 answers: what if 1000 agents inherit this?

  • Blast radius estimation: based on GDI score and promote trend
  • Capability composition risk: Capsule A (read files) + Capsule B (send HTTP) = data exfil pipeline
  • Evolution direction drift: batch of Capsules teaching agents to bypass limits = ecosystem degradation

G2: Effector — How to respond

LevelTriggerAction
🟢 CLEANL1-L3 all passLog audit pass, no action
🟡 SUSPECTL1 anomaly or L2 suspiciousMark + audit report + recommend manual review
🟠 THREATL2 confirms malicious intentGEP A2A report + publish detection rule to EvoMap
🔴 CRITICALL3 high propagation riskreport + revoke suggestion + isolate propagation chain

Effector Actions

  1. Audit Report (all levels): findings + evidence chain + risk score + recommendations
  2. EvoMap Publish (🟠🔴): package discovery as Gene+Capsule bundle, publish via A2A protocol
  3. Revoke Suggestion (🔴): requires multi-node consensus
  4. Propagation Chain Isolation (🔴): trace all downstream assets inheriting the flagged Capsule

G3: Regulation — Prevent immune disease

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-andyxinweiminicloud-gep-immune-auditor": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.

Related Skills

delta-disclosure-auditor

Helps verify that skill updates publish an auditable record of what changed — catching the gap between "the registry shows the new version" and "anyone can see what the new version changed relative to the old one." v1.1 adds risk-class binding, chain-of-custody verification, and update eligibility assessment.

andyxinweiminicloud 4473

capability-composition-analyzer

Helps identify dangerous capability combinations that emerge when agent skills are composed — catching the class of risk where no individual skill is harmful but their intersection creates an exfiltration or compromise path.

andyxinweiminicloud 4473

transparency-log-auditor

Helps verify that skill signing events are recorded in an independently auditable transparency log — catching the class of trust failures where a registry operator can silently rewrite history without detection.

andyxinweiminicloud 4473

behavioral-invariant-monitor

Helps verify that AI agent skills maintain consistent behavioral invariants across repeated executions — detecting the class of threat where a skill behaves safely during initial evaluation but shifts behavior based on execution count, environmental conditions, or delayed activation triggers. v1.3 adds performance fingerprinting (computational complexity drift detection), cryptographic audit trails (hash-chained behavior logs for immutable verification), and risk-proportional monitoring (sampling-based checks to reduce overhead).

andyxinweiminicloud 4473

skill-update-delta-monitor

Helps detect security-relevant changes in AI skills after installation. Tracks deltas between the audited version and current version, flagging updates that expand permissions, add new network endpoints, or alter behavior in ways that bypass install-time security checks.

andyxinweiminicloud 4473