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 skills/ogrodev/fsociety/anti-forensicsnpx skills add ogrodev/fsociety --skill anti-forensicsgit clone --depth 1 https://github.com/ogrodev/fsocietyWrote 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/skills/ogrodev/fsociety/anti-forensics)<a href="https://agentmods.dev/skills/ogrodev/fsociety/anti-forensics"><img src="https://agentmods.dev/badge/skills/ogrodev/fsociety/anti-forensics.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.00271 | $0.02058 |
| Opus 5 | $0.00135 | $0.01029 |
| Sonnet 5 | $0.00054 | $0.00412 |
| Haiku 4.5 | $0.00027 | $0.00206 |
Grade B, and why
anti-forensics scanned grade B 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 yesterday.
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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
6. **Disable swap** if sufficient RAM: `sudo swapoff -a` How it starts
The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Anti-Forensics
Systematic identification and elimination of forensic artifacts across logs, file metadata, filesystem traces, volatile memory, network state, shell history, and application caches. Covers the full artifact lifecycle: pre-operation minimization, in-operation hygiene, and post-operation cleanup.
Why This Matters
Every action on a system leaves traces. A forensic investigator reconstructs timelines from logs, login records, shell history, file metadata, memory dumps, and network artifacts. Anti-forensics is not about making evidence vanish — it's about understanding exactly what traces exist, which ones matter, and eliminating them selectively without creating new anomalies that scream "someone cleaned up here." The goal is plausible deniability or complete trace elimination, depending on the opsec profile.
Tool Routing by Category
| Category | Primary Tools | Target Artifacts | Reference |
|---|---|---|---|
| Log manipulation | sed, utmpdump, journalctl, auditctl |
auth.log, syslog, wtmp, btmp, lastlog, journal, audit.log | references/log-manipulation.md |
| Metadata stripping | exiftool, mat2, ffmpeg, qpdf |
EXIF, XMP, IPTC, PDF metadata, Office metadata, audio/video tags | references/metadata-stripping.md |
| Secure file deletion | shred, srm, dd, hdparm, nvme |
File content, free space, swap, SSD secure erase | references/secure-deletion.md |
| Volatile artifacts | swapon/off, sysctl, ip, iptables |
RAM caches, swap, /proc, /dev/shm, page cache | references/memory-and-volatile.md |
| Shell & terminal history | history, unset, shred, ln |
bash_history, zsh_history, python_history, mysql_history, psql_history, less, vim | references/shell-history.md |
| Filesystem artifacts | find, touch, debugfs, tune2fs |
timestamps, journals, thumbnails, recently-used, trash, MRU lists | references/filesystem-artifacts.md |
| Network artifacts | ip, arp, resolvectl, conntrack, ss |
ARP cache, DNS cache, routing table, connection tracking, firewall logs | references/network-artifacts.md |
| Browser & application caches | rm, find, sqlite3 |
browser history, cookies, cache, download history, session data | references/application-artifacts.md |
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/application-artifacts.md 14 KB
- references/cleanup-checklists.md 13 KB
- references/filesystem-artifacts.md 13 KB
- references/log-manipulation.md 16 KB
- references/memory-and-volatile.md 13 KB
- references/metadata-stripping.md 13 KB
- references/network-artifacts.md 13 KB
- references/secure-deletion.md 14 KB
- references/shell-history.md 14 KB
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.
- yesterday First seen · 137 lines · 271 tokens per session scan B 4b4b8e14919e
anti-forensics is a skill published in the GitHub repository ogrodev/fsociety (20 stars, last pushed 5mo ago), licensed MIT. It adds 271 tokens to every session and 2,058 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
mks
MKS (Metasploit-Kali Server) tool preference guide. Mount in Phase 0/1 alongside the primary skill. Provides URL resolution, REST endpoint patterns, response parsing, error handling, and fallback rules for all MKS-backed Kali tools.
pentest
Penetration testing orchestrator that coordinates specialized attack agents. Provides attack indexes, methodology frameworks, and documentation. Execution delegated to specialized agents (SQL Injection, XSS, SSRF, etc.). Use for engagement planning and attack coordination.
authenticating
Authentication testing skill - automates signup, login, 2FA bypass, CAPTCHA solving, and bot detection evasion using Playwright MCP. Tests authentication security controls. Includes behavioral biometrics simulation, OTP handling, and automated account creation for security assessments.
common-appsec-patterns
Application security testing coordinator for common vulnerability patterns including XSS, injection flaws, and client-side security issues. Orchestrates specialized testing agents to identify and validate common application security weaknesses.
web-application-mapping
Comprehensive web application reconnaissance and mapping coordinator that orchestrates passive browsing, active endpoint discovery, attack surface analysis, and headless browser automation for complete application coverage.
cve-testing
CVE vulnerability testing coordinator that identifies technology stacks, researches known vulnerabilities, and tests applications for exploitable CVEs using public exploits and proof-of-concept code.