research

research is a command for Claude Code from JDArmy/Evasion-SubAgents. It costs 57 tokens per session (323 once invoked), scanned A, original, MIT.

A research command that searches GitHub, a code-hosting service, for security techniques and analyzes code patterns. It stores findings in a knowledge base, a searchable collection of notes, without compiling or running external code.

In plain words
What is it for?
Use it to investigate topics such as shellcode loaders, system-call evasion, command-and-control patterns, or AMSI bypasses, and save categorized findings with reference links.
Why use it?
It helps collect and organize security research without manually searching repositories or risking execution of downloaded code.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/jdarmy/evasion-subagents/research
Clone the repo
git clone --depth 1 https://github.com/JDArmy/Evasion-SubAgents

Made for: Claude Code.

Wrote 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.

agentmods badge for research

README.md
[![agentmods](https://agentmods.dev/badge/commands/jdarmy/evasion-subagents/research.svg)](https://agentmods.dev/commands/jdarmy/evasion-subagents/research)
Your own site
<a href="https://agentmods.dev/commands/jdarmy/evasion-subagents/research"><img src="https://agentmods.dev/badge/commands/jdarmy/evasion-subagents/research.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 323 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00057 $0.00323
Opus 5 $0.00028 $0.00161
Sonnet 5 $0.00011 $0.00065
Haiku 4.5 $0.00006 $0.00032

Measured 5d ago against content hash 26ab1ba5b8e2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

research 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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • research — 100% identical, 0 lines differ
.claude/commands/research.md · 45 lines

What it actually says

Research Command

Launch the research-agent to search GitHub and update the knowledge base.

Usage

/research                        # Interactive mode
/research "shellcode loader"     # Search with query
/research "syscall evasion C++"  # Specific technique
/research "AMSI bypass"          # Find evasion techniques

What This Command Does

  1. Searches GitHub using gh CLI for repositories and code patterns
  2. Analyzes source code to extract technique patterns
  3. Categorizes findings by type (allocation, execution, evasion)
  4. Saves to knowledge base with deduplication check
  5. Reports summary of new/updated techniques

Output

  • Techniques discovered (with descriptions)
  • Knowledge base IDs added
  • Complexity assessment
  • Reference URLs

Security

  • NEVER compile or execute external code
  • NEVER use external shellcode
  • ONLY analyze patterns

Agent

Spawns research-agent subagent for comprehensive analysis.

See research skill for detailed patterns and commands.

Changes

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.

  1. 5d ago First seen · 45 lines · 57 tokens per session scan A 26ab1ba5b8e2

Subscribe to this mod's changes

research is a command published in the GitHub repository JDArmy/Evasion-SubAgents (314 stars, last pushed 4mo ago), licensed MIT. It adds 57 tokens to every session and 323 once invoked, about $0.0003 per session on Opus 5. 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.