OpenAgentSkill Registry Manifest Skill: blue-team Slug: gaasher-blue-team Category: research Description: Use when the user has concrete failing cases in code or a guardrail/classifier/filter/prompt/API they own — a red-team failure catalogue OR a CI/CD test-failure report (failing pytest/JUnit tests) — and wants the target patched until those failures are closed without breaking what already works. It points straight at the failed cases (normalize any source with tools/ingest.py), fixes one root-cause class per iteration, and re-checks with tools/verify.py — oracle mode against a red-team oracle, or tests mode against the test suite — keeping a patch only if it closes a class while nothing that passed before regresses, else reverting; loops until every class is closed (dry) or the budget runs out, then opens a pull request with the patch set. The defensive fixer half of a find→fix setup. Not for discovering new failures (that is red-team), and not for editing the oracle, tests, or holdout that define ground truth. Agent fit: - Decision: 62/100 Prototype first - Primary fit: Research agents - Role: Fallback candidate Supply profile: - Track: Coding and developer agents - Scenario: GitHub automation - Applicable agents: Claude Code, CLI, Codex, Cursor - Maintenance: 2mo since push - Risk: Needs review Trust: - Trust score: 65/100 Manual review - Audit: 72/100 Needs review Attribution: - Status: Registry indexed - Source: github candidate review - Creator: gaasher - Claim URL: https://www.openagentskill.com/skills/gaasher-blue-team#claim-this-skill Install: npx skills add gaasher/Agent-Loop-Skills --skill blue-team URLs: - Web: https://www.openagentskill.com/skills/gaasher-blue-team - API: https://www.openagentskill.com/api/agent/skills/gaasher-blue-team - Install API: https://www.openagentskill.com/api/skills/gaasher-blue-team/install - Repository: https://github.com/gaasher/Agent-Loop-Skills/tree/main/loops/blue-team