white-hat-agent AGENTS.md

white-hat-agent AGENTS.md is an instructions file for Codex, OpenCode from kappa9999/white-hat-agent. It costs 298 tokens per session, scanned A, original, Apache-2.0.

Project instructions for a model-independent cybersecurity research and coordination system. They define how to preserve evidence, target identity, failed results, and reviewable procedures.

In plain words
What is it for?
Use them when planning cyber research, recording evidence, creating investigation procedures, or designing structured tool integrations.
Why use it?
They reduce the risk of untraceable findings, repeated failed checks, and unsafe or unclear changes across cybersecurity investigations.

Instructions file for CodexOpenCode

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/kappa9999/white-hat-agent/agents-md
Clone the repo
git clone --depth 1 https://github.com/kappa9999/white-hat-agent

Made for: Codex, OpenCode.

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 white-hat-agent AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kappa9999/white-hat-agent/agents-md.svg)](https://agentmods.dev/instructions/kappa9999/white-hat-agent/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/kappa9999/white-hat-agent/agents-md"><img src="https://agentmods.dev/badge/instructions/kappa9999/white-hat-agent/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 298 This file is loaded in full into every session.
When invoked 298 The same file — it is already loaded in full.
Security scan A 0 findings. 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.00298 $0.00298
Opus 5 $0.00149 $0.00149
Sonnet 5 $0.00060 $0.00060
Haiku 4.5 $0.00030 $0.00030

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

Security

Grade A, and why

white-hat-agent AGENTS.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 3d 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.

AGENTS.md · 20 lines

What it actually says

White Hat Agent Core

  • Build a model-neutral public application layer for composable, evidence-backed cyber discovery.
  • Optimize for novel, causally verified, reproducible discoveries per unit of cost.
  • Preserve exact target identity, evidence provenance, negative results, and alternate findings.
  • Keep the corpus capable of representing techniques from every cyber domain and perspective. Execution scope is campaign data, not a knowledge-censorship mechanism.
  • Keep the core target-neutral and model-neutral. Side effects belong behind explicit adapters; planners emit typed operations rather than tool-specific shell prose.
  • Community knowledge must retain original language and source provenance, compile into strict versioned playbooks, and remain reviewable before promotion.
  • MCP surfaces are namespaced, bounded, and structured. Prefer stdio and stateless Streamable HTTP; do not add SSE.
  • Fleet mutations require explicit campaign, target, lease, and evidence identities.
  • Every planning decision must be deterministic from the episode manifest and explain its score and blockers.
  • A changed hypothesis revision may justify a new probe; an unchanged failed probe must not be retried blindly.
  • Treat apparent success as a hypothesis until causal and differential checks establish the actual path.
  • Use bounded replay or synthetic fixtures for routine tests. Adapter-specific integration tests own their environments.
  • Use apply_patch for hand-authored changes and run corpus/schema validation, pytest, ruff check, package build, and MCP smoke tests before handoff.
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. 3d ago First seen · 20 lines · 298 tokens per session scan A 0215bf68bd1d

Subscribe to this mod's changes

white-hat-agent AGENTS.md is an instructions file published in the GitHub repository kappa9999/white-hat-agent (0 stars, last pushed 15d ago), licensed Apache-2.0. It adds 298 tokens to every session, about $0.0015 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.

Related

Other instructions, from other repositories

stride-gpt AGENTS.md

Instructions for mrwadams/stride-gpt, covering agents.md, what this project is, repository layout, how the agentic analysis works and progressive disclosure pattern.

mrwadams/stride-gpt · 4,122 tokens

Cybermes AGENTS.md

Instructions for Zyrexnn/Cybermes, covering 🛡️ cybermes master operational directives (agents.md), 1. 🎯 persona & core mission, 2. ⚡ core operational principles, 3. 📁 strict target-scoped workspace & deliverables and mandatory rules for file creation.

Zyrexnn/Cybermes · 1,549 tokens

cyber-neo CLAUDE.md

Instructions for Hainrixz/cyber-neo, covering cyber neo — contributor guidelines, what is cyber neo?, project structure, key design principles and contributing reference files.

Hainrixz/cyber-neo · 876 tokens

numasec AGENTS.md

AGENTS.md instructions for FrancescoStabile/numasec, covering numasec agent guide, operating rules, branches, product direction and product messaging direction.

FrancescoStabile/numasec · 2,610 tokens

opencode-pentester CLAUDE.md

Claude Code instructions for humaidhahm/opencode-pentester, covering opencode-pentester, architecture, key files, subagents and permissions.

humaidhahm/opencode-pentester · 1,192 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens