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/albdndj/hpcguard/agents-mdgit clone --depth 1 https://github.com/ALBDNDJ/hpcguardWrote 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/albdndj/hpcguard/agents-md)<a href="https://agentmods.dev/instructions/albdndj/hpcguard/agents-md"><img src="https://agentmods.dev/badge/instructions/albdndj/hpcguard/agents-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.00509 | $0.00509 |
| Opus 5 | $0.00254 | $0.00254 |
| Sonnet 5 | $0.00102 | $0.00102 |
| Haiku 4.5 | $0.00051 | $0.00051 |
Grade A, and why
hpcguard 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.
What it actually says
AI Agent Operational Rules for HPC Clusters
When executing terminal commands in this repository or on this HPC cluster, autonomous agents (Claude Code, Codex, OpenHands, Cursor) MUST adhere to the following safety policies:
1. Login Node Awareness
- You are currently running in a shared user-space shell on an HPC login/head node.
- Compute-intensive jobs, multi-GPU scripts, deep learning model training, heavy R/Bioinformatics pipelines (Seurat, DESeq2), genomics alignment/variant calling tools (
bwa,samtools,gatk), and root-level disk traversals are STRICTLY PROHIBITED on login nodes.
2. Command Interception
- For any command that involves Python ML training, R analysis pipelines (
Rscript), genomics binaries (bwa,samtools,gatk,deepvariant), native package compilation, or deep file traversal, wrap the execution withhpcguard exec:hpcguard exec "<command>" - If HPCGuard blocks the command with
[HPCGuard: BLOCKED ON LOGIN NODE], do NOT attempt to bypass or retry directly. Instead:- Parse the suggested Slurm command (
srun/sbatch). - Write a standard
.slurmbatch submission script. - Submit using
sbatch <job_script>.slurm.
- Parse the suggested Slurm command (
3. Slurm Array Best Practices
- When generating Slurm array jobs, NEVER launch unthrottled arrays. Always append a concurrency limit (e.g.
#SBATCH --array=1-100%10).
4. Job Failure Diagnostics
- If a submitted Slurm job fails (e.g., FAILED, TIMEOUT, OUT_OF_MEMORY), do NOT guess the error or blindly retry. Run
hpcguard inspect <job_id>to diagnose the exact exit code and error log tail.
5. Allowed Direct Operations
The following lightweight operations are safe to run directly on the login node:
git status,git diff,git logsqueue -u $USER,sinfo,scancel- Light file edits,
cat,head,tail,grepwithin specific local project directories - Light verification scripts, e.g.
python -c "import torch; print(torch.__version__)"orR --version
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.
- 3d ago First seen · 31 lines · 509 tokens per session scan A 3c9b3453b3f6
hpcguard AGENTS.md is an instructions file published in the GitHub repository ALBDNDJ/hpcguard (50 stars, last pushed 14d ago), licensed MIT. It adds 509 tokens to every session, about $0.0025 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-30.
Other instructions, from other repositories
VCVio AGENTS.md
Instructions for Verified-zkEVM/VCVio, covering vcvio — ai agent guide, fast start, attribution, headers, and docstrings, module scopes and what this project is.
co-mathematician CLAUDE.md
Instructions for VeryMath/co-mathematician, covering claude.md, repository contract, required flow, claude code operating notes and harness commands.
SutroYaro GEMINI.md
Instructions for cybertronai/SutroYaro, covering gemini.md - sutro group research workspace, project context, read these first, core concepts and current best methods.
gpu-ai-skills CLAUDE.md
Instructions for intel/gpu-ai-skills, covering claude.md, what this repository is, repository structure, commands and validation (required before any skill change).
mcp-pubmed-server-pancrpal CLAUDE.md
Instructions for PancrePal-xiaoyibao/mcp-pubmed-server-pancrpal, covering claude.md, project overview, commands, architecture and mcp tools (8 total).
braina GEMINI.md
Instructions for brainets/braina, covering project: braina (brain interaction analysis), 1. project context & purpose, 2. commands, verify environment (all core dependencies) and run the verification test suite for frites + hoi.