Public CLAUDE.md

Public CLAUDE.md is an instructions file for coding agents from TazWake/Public. It costs 2,612 tokens per session, scanned B, original, CC0-1.0.

Project instructions for a digital forensics and incident response repository, covering forensic scripts, containerized labs, plugins, operating systems, and development practices.

In plain words
What is it for?
Use them when running forensic tools, developing Bash scripts, working with containers, or handling Windows and Linux compatibility.
Why use it?
They explain environment-specific constraints, such as using PowerShell on Windows and WSL2 or Docker for Linux-related work.

Instructions file

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 instructions/tazwake/public/claude-md
Clone the repo
git clone --depth 1 https://github.com/TazWake/Public

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 Public CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/tazwake/public/claude-md.svg)](https://agentmods.dev/instructions/tazwake/public/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/tazwake/public/claude-md"><img src="https://agentmods.dev/badge/instructions/tazwake/public/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,612 This file is loaded in full into every session.
When invoked 2,612 The same file — it is already loaded in full.
Security scan B 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.02612 $0.02612
Opus 5 $0.01306 $0.01306
Sonnet 5 $0.00522 $0.00522
Haiku 4.5 $0.00261 $0.00261

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

Security

Grade B, and why

Public CLAUDE.md 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 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

sudo D:\Development\Public\Bash\evidence_collector.sh /path/to/storage/device
CLAUDE.md · 245 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Overview

This is a comprehensive DFIR (Digital Forensics and Incident Response) tools repository containing production-ready forensic analysis scripts, containerized lab environments, and specialized plugins for memory analysis frameworks.

Environment Notes

  • Host Environment: Windows with PowerShell (not Linux)
  • WSL2 Access: Bash is available via WSL2 for Linux-specific commands
  • CRITICAL: Avoid piping output to nul - this creates a file in Windows that breaks git push and other commands. Use >$null in PowerShell or >/dev/null in WSL2/bash instead.
  • Container Development: Use Docker for Linux-specific testing and tools
  • Cross-Platform Compatibility: Bash scripts are designed for Linux/macOS execution or WSL2
  • Building: Request assistance for compilation if cross-platform issues occur

Code Best Practices

General Guidelines

  • Always use descriptive variable names unless specifically asked to create obfuscated code
  • If an instruction is unclear or impossible to complete without more information, ask questions
  • Follow good practice designs for code and content unless directed otherwise

Bash Script Development

When writing or modifying bash scripts, follow these principles:

  • Begin scripts with set -euo pipefail for strict error handling
  • Include help output and comments explaining the "why" behind implementation choices
  • Use full absolute paths for commands (e.g., /usr/bin/nmap instead of nmap)
  • Always quote variables (e.g., "$variable") to prevent word splitting
  • Validate and sanitize all user input to prevent command injection
  • Use functions for complex tasks with local variables to prevent namespace pollution
  • Include clear error messages that explain what went wrong and how to fix it
  • Add logging for actions to support forensic analysis and auditing
  • Run ShellCheck on critical scripts before deployment

Read the full file on GitHub · 245 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. 4d ago First seen · 245 lines · 2,612 tokens per session scan B 7120890ef8e4

Subscribe to this mod's changes

Public CLAUDE.md is an instructions file published in the GitHub repository TazWake/Public (44 stars, last pushed 15d ago), licensed CC0-1.0. It adds 2,612 tokens to every session, about $0.0131 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-08-30.