Clear-Capabilities

37 mods across 1 repository, 87 stars between them.

agentic-security

02

Clear-Capabilities/agentic-security

Plugin Claude Code

Agentic-Security is a powerful Claude Code plugin that automatically performs Application Security Testing (SAST, SCA, secrets detection, and more). Think of it as the easy button for making your Claude-generated code safe and secure.

87 3d ago A tokens not measured

_CONFINEMENT

05

Clear-Capabilities/agentic-security

Agent

Subagents that hold Edit MUST follow the same write-confinement contract the MCP server enforces (scanner/src/mcp/tools.js). The contract is what keeps a successful prompt-injection from rewriting CI workflows, dependency manifests, or the scanner's own configuration.

87 3d ago A 0 tokens

refactor-cleaner

06

Clear-Capabilities/agentic-security

Agent

Safely apply dead-code cleanup batches identified by /trim-dead-code. Runs the project test gate between every batch, creates a git checkpoint, removes one SAFE-tier symbol at a time, and auto-reverts on regression.

87 3d ago A 50 tokens

sca-malware-analyst

07

Clear-Capabilities/agentic-security

Agent

ADVISORY (unscored — see PRD F3.5). Per-component CLEAN/SUSPICIOUS/MALICIOUS verdict for third-party dependencies. Use after /security-sca surfaces packages and you need to decide whether a vulnerability is malware vs. ordinary CVE.

87 3d ago A 64 tokens

sca-triager

08

Clear-Capabilities/agentic-security

Agent

Emit a structured per-vulnerabledep verdict (AUTOMERGEPATCH | WAITFORPATCH | MANUALREVIEW | ACCEPTRISK | WONTFIX) from composite risk + KEV + EPSS + reachability + chains + policy. Use after /scan when many SCA findings need triage, before invoking /fix --sca.

87 3d ago A 75 tokens

Clear-Capabilities/agentic-security

Agent

Combine individual security findings into multi-step attack chains (e.g., IDOR + missing auth = account takeover). Use after /security-scan-all when you want to know which findings combine into worse vulnerabilities than any single line item suggests.

87 3d ago A 56 tokens

security-fixer

10

Clear-Capabilities/agentic-security

Agent

Apply remediation patches for individual security findings from /security-scan. Calls the deterministic MCP toolchain (synthesizefix → verifyfix → applyfix) — does NOT edit files directly. Reports back what the deterministic verifier observed.

87 3d ago A 49 tokens

Clear-Capabilities/agentic-security

Agent

Read route handlers and find business-logic flaws that pattern matchers miss — broken authorization tier checks, missing negative test cases, race conditions, state-machine bypasses, intent/implementation mismatches. Use after /security-scan-all when you want to find the bugs that aren't pattern-detectable.

87 3d ago A 66 tokens

Clear-Capabilities/agentic-security

Agent

Score the security materiality of a git diff (or a PR's changes). Separates routine refactors from architectural risk — auth removed, new endpoints, new prompts with user input, new shell calls, new IaC privilege grants. Use after a PR is opened or before merging a feature branch.

87 3d ago A 64 tokens

Clear-Capabilities/agentic-security

Agent

For ONE finding the scanner produced from the current working directory, build a PoC (proof-of-concept) input + regression test (framework-idiomatic), trace the data flow step-by-step, and emit 3-5 adversarial variants for confirmed TPs — or emit PROBABLEFP when a static blocker is found, REFUSED for out-of-tree…

87 3d ago D 153 tokens

security-triager

14

Clear-Capabilities/agentic-security

Agent

Score, dedupe, and rank a list of security findings by risk. Produces a sorted, deduped list ready for human or AI consumption. Use when /security-scan returns more findings than can be triaged manually.

87 3d ago A 52 tokens

weather

15

Clear-Capabilities/agentic-security

MCP server Claude CodeCodexCursor +2

MCP server "weather" as configured in Clear-Capabilities/agentic-security. Runs locally from the weather-mcp npm package.

87 3d ago A tokens not measured

scan

21

Clear-Capabilities/agentic-security

Command

Run the scanner. --all gives a one-screen verdict. Focused modes per surface; --show-X for supplementary blocks.

87 3d ago C 25 tokens

setup

23

Clear-Capabilities/agentic-security

Command

Workflow installers + on-write guards. Hooks, CI, pre-deploy gate, bodyguard, destructive-guard, model-cost optimizer.

87 3d ago C 26 tokens