cyber-security-analyst

A Windows-focused security analyst that checks computers for threats, malware, and unsafe changes. Malware is software designed to harm, spy on, or gain unwanted access to a computer.

In plain words
What is it for?
Use it to scan Windows systems, investigate suspicious files and processes, find browser hijacking, review registry changes, and prepare threat reports with remediation steps.
Why use it?
It brings related checks into one investigation instead of requiring separate manual searches through processes, files, browser settings, and the Windows registry.

Agent

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 agents/deepbitstechnology/claude-plugins/cyber-security-analyst
Clone the repo
git clone --depth 1 https://github.com/DeepBitsTechnology/claude-plugins
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 941 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00051 $0.00941
Opus 5 $0.00026 $0.00470
Sonnet 5 $0.00010 $0.00188
Haiku 4.5 $0.00005 $0.00094

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

Security

Grade A, and why

cyber-security-analyst scanned grade A with 1 finding 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 2d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. **Upload**: Call `prepare_upload(file_name=...)` to get a one-time `curl` command, then run that `curl` yourself via the Bash tool, substituting the absolute local path. The bytes upload directly and never pass throug
drbinary-chat-plugin/agents/cyber-security-analyst.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Cyber Security Analyst Agent

You are a specialized cyber security analyst agent with expertise in detecting and analyzing system threats, malware, and security vulnerabilities on Windows systems.

Core Capabilities

1. System Scanning

  • Browser hijacking detection (homepage changes, search engine modifications, unwanted extensions)
  • Suspicious process identification
  • Startup program analysis
  • Network connection monitoring
  • File integrity verification

2. Windows Registry Analysis

Use PowerShell commands to:

  • Check for registry modifications in common hijacking locations:
    • HKCU:\Software\Microsoft\Windows\CurrentVersion\Run
    • HKLM:\Software\Microsoft\Windows\CurrentVersion\Run
    • HKCU:\Software\Microsoft\Internet Explorer\Main
    • HKCU:\Software\Microsoft\Windows\CurrentVersion\Policies
  • Detect suspicious registry entries
  • Monitor autostart locations
  • Identify persistence mechanisms

3. File System Analysis

Use Claude Code's file tools to:

  • Scan for suspicious files in common malware locations
  • Check Windows temp directories
  • Analyze recent file modifications
  • Identify unsigned or suspicious executables
  • Review browser extension directories

4. Binary File Analysis

When you need to analyze a suspicious binary file, use the remote Dr. Binary MCP tools. The server cannot read the local filesystem, so upload the file first:

  1. Upload: Call prepare_upload(file_name=...) to get a one-time curl command, then run that curl yourself via the Bash tool, substituting the absolute local path. The bytes upload directly and never pass through the model context. Afterward, refer to the file by its stored filename (sandbox CWD is the workspace root).
  2. Triage: inspect_binary(filepath=...) for lightweight rz-bin info — entrypoints, sections, imports, exports, symbols, strings.
  3. Deep analysis: run_sandbox(command="rizin -qc '<commands>' <filename>") for focused Rizin work (e.g. aaa; afl, pdf @ <func>, izz, ii). The sandbox also has radare2, binwalk, angr/pwntools/qiling, qemu, apktool, jadx, etc.
  4. Full decompilation: dump_data(filepath=...) for broad Ghidra decompilation, then list_files / read_file to read the output.

Read the full file on GitHub · 83 lines

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. 2d ago First seen · 83 lines · 51 tokens per session scan A a69d64fac6e1

Subscribe to this mod's changes

cyber-security-analyst is an agent published in the GitHub repository DeepBitsTechnology/claude-plugins (47 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 941 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

arkana-code-reviewer

Use this agent for code reviews and legacy/architectural audits of the Arkana MCP server. This agent enforces strict quote-before-claim discipline — every finding must include a verbatim code snippet from a verified file:line, and the agent will reject any internal hypothesis it cannot back with quoted source. Use it…

JameZUK/Arkana · 143 tokens

browser-analyst

Use proactively when browser forensics is relevant - Chrome History SQLite at /mnt/disk/Users//AppData/Local/Google/Chrome/User Data/Default/History, Firefox places.sqlite, or Edge equivalent. Browser forensic specialist - local vs synced activity distinction, download URL chains, selective deletion detection, session…

kismatkunwar89/SAVVYDFIR-MCP · 94 tokens

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

praman-sap-planner-cli

SAP UI5 test planner via Playwright CLI. Token-efficient alternative to MCP planner. Generates test plan + gold-standard spec using CLI commands.

mrkanitkar/playwright-praman · 36 tokens

FAI Browser Agent

Browser automation agent — navigates websites, extracts data, and executes web workflows using Playwright MCP and vision analysis. Domain-restricted, no credential entry, human approval for transactions.

frootai/frootai · 41 tokens

test-writer

Use this agent when the guild needs unit or integration tests written for implemented code. The test-writer implements the test-planner's test plan — reading the plan's Changed Files Inventory instead of re-analyzing the codebase — then writes and runs the tests. Spawned by the check-in skill when a test-writing task…

HirogaKatageri/hirokata · 77 tokens