hpcguard AGENTS.md

hpcguard AGENTS.md is an instructions file for Codex, OpenCode from ALBDNDJ/hpcguard. It costs 509 tokens per session, scanned A, original, MIT.

A set of operating rules for AI agents working on high-performance computing (HPC) clusters, which are shared systems for large or compute-heavy jobs. It covers login-node safety, Slurm job submission, and diagnosing failed jobs.

In plain words
What is it for?
Use it when running machine-learning, bioinformatics, genomics, or other heavy jobs on an HPC cluster.
Why use it?
It prevents expensive or unsuitable work from running directly on shared login machines and explains how to send it to compute nodes.

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/albdndj/hpcguard/agents-md
Clone the repo
git clone --depth 1 https://github.com/ALBDNDJ/hpcguard

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 hpcguard AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/albdndj/hpcguard/agents-md.svg)](https://agentmods.dev/instructions/albdndj/hpcguard/agents-md)
Your own site
<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>
Per session 509 This file is loaded in full into every session.
When invoked 509 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.00509 $0.00509
Opus 5 $0.00254 $0.00254
Sonnet 5 $0.00102 $0.00102
Haiku 4.5 $0.00051 $0.00051

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

Security

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.

AGENTS.md · 31 lines

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 with hpcguard exec:
    hpcguard exec "<command>"
    
  • If HPCGuard blocks the command with [HPCGuard: BLOCKED ON LOGIN NODE], do NOT attempt to bypass or retry directly. Instead:
    1. Parse the suggested Slurm command (srun / sbatch).
    2. Write a standard .slurm batch submission script.
    3. Submit using sbatch <job_script>.slurm.

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 log
  • squeue -u $USER, sinfo, scancel
  • Light file edits, cat, head, tail, grep within specific local project directories
  • Light verification scripts, e.g. python -c "import torch; print(torch.__version__)" or R --version
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 · 31 lines · 509 tokens per session scan A 3c9b3453b3f6

Subscribe to this mod's changes

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.