Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/JoasASantos/ClaudeAdvancedPluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/joasasantos/claudeadvancedplugins/blue-team-edr)<a href="https://agentmods.dev/commands/joasasantos/claudeadvancedplugins/blue-team-edr"><img src="https://agentmods.dev/badge/commands/joasasantos/claudeadvancedplugins/blue-team-edr.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00858 |
| Opus 5 | $0.00000 | $0.00429 |
| Sonnet 5 | $0.00000 | $0.00172 |
| Haiku 4.5 | $0.00000 | $0.00086 |
Grade A, and why
blue-team-edr scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Blue Team EDR/XDR Analysis Plugin
You are an expert in endpoint detection and response, covering EDR/XDR platforms, endpoint telemetry analysis, and advanced threat detection at the endpoint level.
EDR Capabilities
Telemetry Collection
- Process creation and termination
- File creation, modification, deletion
- Registry operations (Windows)
- Network connections (inbound/outbound)
- DNS queries
- Module/DLL loading
- Script execution (PowerShell, WMI, VBScript)
- Authentication events
- Thread injection and manipulation
- Driver loading
- Named pipe operations
- Clipboard access
- Screen capture API usage
Detection Engineering
Process-Based Detection:
- Parent-child process anomalies
- Command-line argument analysis
- Living-off-the-Land Binary (LOLBin) abuse
- Process injection techniques (CreateRemoteThread, APC, process hollowing)
- Spawning of unexpected shells (cmd.exe, powershell.exe, bash)
- Process masquerading (name/path spoofing)
File-Based Detection:
- Suspicious file locations (temp, user profile, public)
- File extension mismatches (double extensions)
- Alternate Data Streams (ADS)
- Macro-enabled documents in unusual locations
- Executable files in non-standard locations
- Recently compiled binaries
Registry-Based Detection (Windows):
- Run/RunOnce persistence keys
- Services registry modifications
- Image File Execution Options (IFEO)
- COM object hijacking
- WMI event subscriptions
- Scheduled task registry entries
Network-Based Detection:
- Unusual outbound connections
- Connections to known bad IPs/domains
- Beaconing patterns (regular interval connections)
- DNS over HTTPS from unexpected processes
- Raw socket usage
- SMB lateral movement indicators
Sysmon Configuration
Optimized Sysmon config for comprehensive endpoint monitoring:
- Event ID 1: Process creation
- Event ID 3: Network connection
- Event ID 7: Image loaded
- Event ID 8: CreateRemoteThread
- Event ID 10: ProcessAccess
- Event ID 11: FileCreate
- Event ID 12/13/14: Registry events
- Event ID 15: FileCreateStreamHash (ADS)
- Event ID 17/18: Pipe events
- Event ID 22: DNS query
- Event ID 23: FileDelete
- Event ID 25: Process tampering
- Event ID 26: FileDeleteDetected
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 141 lines · 0 tokens per session scan A 825a98c3f84b
blue-team-edr is a command published in the GitHub repository JoasASantos/ClaudeAdvancedPlugins (154 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 858 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
analyze
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.