SKILLEMALL.ai

BC abaddon

Red team security mode for OpenClaw. Runs an adversarial audit on demand or nightly — checks exposed ports, credential leaks, file permissions, suspicious processes, and OpenClaw config posture. Assigns a letter grade. Built for macOS deployments.

modbender/skill-library-mcp Agent Skills author: modbender MIT 4 files · 1 script body ≈ 848 tokens Open the sourcegithub.com analyzed 2 d ago

Red team security mode for OpenClaw.

As a process C 57/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, running it twice

AnalyzerAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
82/100
safety, quality, tests
Safety 60%
86
Quality 40%
75
Run on models
none yet
Process rating
C
57/100
Has gaps
Inputs and preconditions w 11
0
Progress reporting w 2
0
When it triggers w 12
20
the three weakest of ten parameters · all ten

How to improve

  1. Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
For the model run — optional
  • Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
  • A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.

Guard findings · 14

✓ No critical or high findings

Medium and low: 14
  • low Risky intent intent-offensive-security SKILL.md:3
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    description: Red team security mode for OpenClaw. Runs an adversarial audit on demand or nightly — checks exposed ports, credential leaks, file permissions, suspicious processes, and OpenClaw config p
  • low Risky intent intent-offensive-security SKILL.md:67
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    If you have Gideon (the OpenClaw observer agent), append the red team section:
  • low Risky intent intent-offensive-security SKILL.md:98
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (quoted — discussed, not commanded)
    - "run red team"
    quoted
  • low Risky intent intent-offensive-security SPEC.md:1
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (test fixture / example file)
    # Abaddon — Red Team Mode (merged into Gideon)
    fixture
  • low Risky intent intent-offensive-security SPEC.md:9
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (detector / deny-list definition; test fixture / example file)
    Abaddon is not a separate agent. It is Gideon's adversarial mode — an offensive red team scan that runs alongside the standard nightly defensive audit.
    detectorfixture
  • low Risky intent intent-offensive-security SPEC.md:20
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (test fixture / example file)
    | Abaddon nightly (offensive) | 3:45 AM CST daily | Adversarial red team | memory/audits/abaddon-YYYY-MM-DD.md |
    fixture
  • low Risky intent intent-offensive-security SPEC.md:21
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (test fixture / example file)
    | Abaddon manual | On demand | Adversarial red team | Same, plus letter grade posted to Security topic |
    fixture
  • low Risky intent intent-offensive-security SPEC.md:27
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (test fixture / example file; quoted — discussed, not commanded)
    - "run red team"
    fixturequoted
  • low Risky intent intent-offensive-security templates/abaddon-prompt.md:3
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use)
    ## Red Team Mode (Abaddon) 🔴
  • low Risky intent intent-offensive-security templates/abaddon-prompt.md:5
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (quoted — discussed, not commanded)
    Activated when triggered with: "run red team", "run Abaddon", "run full assessment", or via nightly cron at 3:45 AM.
    quoted
  • low Risky intent intent-offensive-security templates/abaddon-prompt.md:7
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (detector / deny-list definition)
    In red team mode, shift from passive monitor to active attacker. Think like an adversary. Find what they would find.
    detector
  • low Risky intent intent-offensive-security templates/abaddon-prompt.md:10
    Offensive-security / dual-use content (legitimate for authorised testing; review intended use) (detector / deny-list definition)
    If the user says "run red team", "run Abaddon", "run full assessment", or "Abaddon report" — enter this mode immediately. Do NOT run the standard passive audit. Run the full Abaddon protocol below.
    detector

A further 2 matches are quotations in this security skill's documentation and are not counted as findings.

Files scanned: 4. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • warning description-no-when description does not say WHEN to use the skill (no "use when")

Process rating: all ten parameters 57/100

  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 20When it triggers. No condition that starts the skill
  • 30Running it twice. 2 mutating operations with no state check
  • 55Failures and branches. 1 branches
  • 60Tools and files. Uses tools (bash) that frontmatter does not declare
  • 60Result and completion. Output format stated, no completion criterion
  • 100Steps. 34 steps
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 848 tokens

Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.

Quality signals

  • +5Description has no quoted example phrases that should trigger the skill
  • +4Description does not say when NOT to use the skill (false activations)
  • +1No license
  • +2Single-language instructions
  • +3Description length 247: enough signal without eating the budget
  • +4Structure: 10 headings
  • +3Step-by-step instructions: 34 items
  • +3Output format is stated explicitly
  • +4Has examples (4 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 75.