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.
npx agentmods add instructions/ahammadshawki8/deepsift/claude-mdgit clone --depth 1 https://github.com/ahammadshawki8/DeepSIFTWrote 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/instructions/ahammadshawki8/deepsift/claude-md)<a href="https://agentmods.dev/instructions/ahammadshawki8/deepsift/claude-md"><img src="https://agentmods.dev/badge/instructions/ahammadshawki8/deepsift/claude-md.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 | $0.07692 | $0.07692 |
| Opus 5 | $0.03846 | $0.03846 |
| Sonnet 5 | $0.01538 | $0.01538 |
| Haiku 4.5 | $0.00769 | $0.00769 |
Grade A, and why
DeepSIFT CLAUDE.md 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 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.
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 — 537 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DeepSIFT — CLAUDE.md
This file is read by Claude Code when running on the SANS SIFT Workstation VM. It configures Claude's behavior for forensic investigations using DeepSIFT.
Project Overview
DeepSIFT is a Python MCP middleware layer between Claude Code and SANS SIFT forensic tools. It reduces hallucinations by parsing raw tool output into structured JSON before it reaches the LLM, exposing typed functions instead of generic shell commands, and injecting RAG threat intelligence context into every analysis step.
148 typed forensic MCP functions (+ preflight self-check) · 23 tool modules · 15 parser modules · Per-finding RAG enrichment
Status: Production-ready — every tool runs a real forensic binary/parser (no demo/simulation/ placeholder paths), no evidence path is hard-coded, EZ Tools runs are case-isolated, and the RAG corpus ships case-agnostic. Originally built for the Find Evil! (SANS DFIR, Devpost) challenge.
Architecture
Claude Code (you)
↓ calls typed MCP functions only
DeepSIFT MCP Server (mcp_server/server.py)
↓ executes and parses raw output
SIFT Tools (volatility, log2timeline, sleuthkit, yara, ez tools, bulk_extractor, capa, FLOSS, hayabusa)
↑ structured JSON returned — never raw text
Middleware Parsers (15 modules — pslist, netscan, malfind, timeline, browser, cloud, document, network_log, linux, mitre_auto_map, rag_enrichment, grounding_verifier, confidence_scorer, forensic_knowledge)
↑ RAG enrichment injected per suspicious finding (ChromaDB + MITRE ATT&CK)
↑ Forensic knowledge envelope wraps every response (caveats, advisories, corroboration)
How to Start an Investigation
1. Start the MCP server (in a separate terminal)
cd /path/to/deepsift
python3 mcp_server/server.py
2. Connect Claude Code to the MCP server
Add to your ~/.config/claude/claude.json or project .claude/settings.json:
{
"mcpServers": {
"deepsift": {
"command": "python3",
"args": ["/path/to/deepsift/mcp_server/server.py"]
}
}
}
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.
- 4d ago First seen · 537 lines · 7,692 tokens per session scan A aa5e84f5aa44
DeepSIFT CLAUDE.md is an instructions file published in the GitHub repository ahammadshawki8/DeepSIFT (0 stars, last pushed 2mo ago), licensed MIT. It adds 7,692 tokens to every session, about $0.0385 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-31.
Other instructions, from other repositories
codex-autoresearch AGENTS.md
Instructions for TheGreenCedar/codex-autoresearch, covering agents.md, purpose and scope, canonical sources, stable product boundaries and source and package boundaries.
OwnPilot AGENTS.md
Instructions for ownpilot/OwnPilot, covering ownpilot, architecture, key patterns, commands and tech stack.
winforensics-mcp CLAUDE.md
Claude Code instructions for x746b/winforensics-mcp, covering role: windows dfir specialist, target, winforensics-mcp: orchestrators first, orchestrator parameters (always use) and investigation workflow.
nightshift AGENTS.md
AGENTS.md instructions for orwa-mahmoud/nightshift: AI-assisted contributions are welcome. The same correctness, security, licensing, testing, and quality standards apply regardless of which tools are used.
SeekMoney-ai CLAUDE.md
Claude Code instructions for zykooooooooo/SeekMoney-ai, covering claude.md, project overview, development commands, development and production.
simplicio-loop AGENTS.md
Instructions for wesleysimplicio/simplicio-loop, covering agents.md — simplicio-loop, simplicio ecosystem contract (canonical), worker startup and centralized artifacts (mandatory), full-stack boundaries and what to load.