ir-velociraptor

ir-velociraptor is a skill for Claude Code, Codex from AgentSecOps/SecOpsAgentKit. It costs 107 tokens per session (2,753 once invoked), scanned C, original, no licence file.

An endpoint investigation and incident-response tool using Velociraptor Query Language, a query language for collecting and searching evidence from computers.

In plain words
What is it for?
Use it to investigate computers, search for signs of compromise, and collect forensic evidence at scale.
Why use it?
It supports evidence collection and threat hunting across many endpoints during security investigations.

Skill for Claude CodeCodex

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 skills/agentsecops/secopsagentkit/ir-velociraptor
Any agent
npx skills add AgentSecOps/SecOpsAgentKit --skill ir-velociraptor
Clone the repo
git clone --depth 1 https://github.com/AgentSecOps/SecOpsAgentKit

Made for: Claude Code, Codex.

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 ir-velociraptor

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentsecops/secopsagentkit/ir-velociraptor.svg)](https://agentmods.dev/skills/agentsecops/secopsagentkit/ir-velociraptor)
Your own site
<a href="https://agentmods.dev/skills/agentsecops/secopsagentkit/ir-velociraptor"><img src="https://agentmods.dev/badge/skills/agentsecops/secopsagentkit/ir-velociraptor.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,753 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
Origin unknown 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.00107 $0.02753
Opus 5 $0.00053 $0.01376
Sonnet 5 $0.00021 $0.00551
Haiku 4.5 $0.00011 $0.00275

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

Security

Grade C, and why

ir-velociraptor scanned grade C 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 4d 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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

- **Sensitive Data Handling**: VQL queries can collect credentials, PII, and sensitive files. Implement data minimization - only collect necessary evidence. Use encryption for evidence transport and storage.
skills/incident-response/ir-velociraptor/SKILL.md · 334 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 4d ago First seen · 334 lines · 107 tokens per session scan C 0d73e6e09f7b

Subscribe to this mod's changes

ir-velociraptor is a skill published in the GitHub repository AgentSecOps/SecOpsAgentKit (202 stars, last pushed 4mo ago), with no licence file. It adds 107 tokens to every session and 2,753 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

collecting-volatile-evidence-from-a-suspect-host

Collects volatile evidence from a potentially compromised host in correct order of volatility: memory, network state, running processes, logged-on users, and open handles, while preserving integrity and minimizing footprint. Activates for requests to collect volatile evidence, perform live response, or capture host…

meltedinhex/analyst-ai-pack · 71 tokens

fleet-hunting-with-velociraptor

Deploy a Velociraptor server and agents and write VQL hunts across a fleet.

adriannoes/awesome-agentic-ai · 28 tokens

implementing-velociraptor-for-ir-collection

Deploy and configure Velociraptor for scalable endpoint forensic artifact collection during incident response using VQL queries, hunts, and pre-built artifact packs across Windows, Linux, and macOS environments.

adriannoes/awesome-agentic-ai · 50 tokens

windows-event-logs-analysis

Conduct comprehensive forensic analysis of Windows Event Logs (.evtx) to trace attacker activity including lateral movement, privilege escalation, credential dumping, persistence mechanisms, and remote code execution. Use this skill during incident response, threat hunting, or post-breach forensic investigations on…

akashrpatil/awesome-offensive-security-skills · 64 tokens

Incident Response & Digital Forensics

IR playbook execution, evidence collection, forensic timeline analysis, memory forensics, and post-incident reporting following NIST SP 800-61 and SANS PICERL methodology.

Masriyan/Claude-Code-CyberSecurity-Skill · 43 tokens

agent-artifact-catalog

Research, author, and validate AI agent artifact catalog entries documenting the forensic artifacts AI agents leave on endpoints - install paths, config and credential files, MCP server configs, listening ports, process trees, registry keys, and the Windows event log records that prove a tool ran. Use this skill…

depalmar/ai-dfir-toolkit · 197 tokens