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/ourobx/agent-ebpf/agents-mdgit clone --depth 1 https://github.com/ourobx/agent-ebpfWhat 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.00280 | $0.00280 |
| Opus 5 | $0.00140 | $0.00140 |
| Sonnet 5 | $0.00056 | $0.00056 |
| Haiku 4.5 | $0.00028 | $0.00028 |
Grade A, and why
agent-ebpf 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 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.
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.
What it actually says
Project Rules for Agent-eBPF / KSEC v2.0
- Master SaaS Guide: Refer to DEVELOPER_GUIDE_SAAS.md as the single source of truth for all enterprise architecture, billing, telemetry, Helm, and security rules.
- Hallmark Design Skill: Always trigger and follow the
hallmarkskill (C:\Users\win10\.agents\skills\hallmark\SKILL.md) for any web UI, frontend components, web application, dashboard, landing page, or UI interface development in this project. - Strict Security Standard: Zero tolerance for
privileged: trueorCAP_SYS_ADMINin default values. All kernel BPF operations must strictly enforce zero-trust Linux capabilities (CAP_BPF,CAP_NET_ADMIN,CAP_PERFMON,CAP_SYS_RESOURCE). - Zero Permanent Tokens (OIDC Secretless Standard): Zero tolerance for storing long-lived/permanent API tokens, Personal Access Tokens (PATs), or static credential keys in repository files, commits, or CI secrets where OIDC is supported. All releases (Hugging Face, PyPI, npm, Cloud Providers) must strictly authenticate via short-lived OpenID Connect (OIDC) Trusted Publishers (
permissions: id-token: write).
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 · 7 lines · 280 tokens per session scan A ef7f0a7c2c67
agent-ebpf AGENTS.md is an instructions file published in the GitHub repository ourobx/agent-ebpf (1 stars, last pushed 7d ago), licensed MIT. It adds 280 tokens to every session, about $0.0014 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
casbin-gateway CLAUDE.md
Claude Code instructions for apache/casbin-gateway, covering claude.md and code style.
aigis CLAUDE.md
Instructions for killertcell428/aigis, covering aigis — project guidelines, zenn記事管理(zenn cli + github連携), ディレクトリ構成, 記事の作成 and プレビュー.
preloop AGENTS.md
AGENTS.md instructions for preloop/preloop, covering preloop development guide, commands, git workflow, keep sample data generic and code style.
pfsense-mcp-server AGENTS.md
Instructions for night4me/pfsense-mcp-server, covering pfsense mcp server, architecture and security, development workflow, long-running validation and test parallelism.
xops-cli AGENTS.md
Instructions for wentf9/xops-cli, covering ai 助手开发协作指南 (agents.md), 🎨 1. 编码规范 (coding standards), 📦 2. git 规范 (git standards) and 🛠️ 3. 测试、构建与 ci (testing, building & ci).
fwskillsshare AGENTS.md
Instructions for fastrevmd-lab/fwskillsshare, covering firewall skills repository instructions, purpose and architecture, setup and development, required checks and skill description constraints.