hardened-images github-actions.instructions.md

hardened-images github-actions.instructions.md is an instructions file for GitHub Copilot from konstruktoid/hardened-images. It costs 586 tokens per session, scanned A, original, Apache-2.0.

Security instructions for GitHub Actions, the automation system that runs jobs such as tests and deployments in a repository.

In plain words
What is it for?
They guide the writing and review of workflows, including permissions, triggers, secrets, tokens, runner isolation, and high-risk events such as `pull_request_target` and `workflow_run`.
Why use it?
They reduce risks from excessive permissions, leaked secrets, untrusted pull requests, unsafe runners, and unpinned third-party actions.

Instructions file for GitHub Copilot

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/konstruktoid/hardened-images/github-actions
Clone the repo
git clone --depth 1 https://github.com/konstruktoid/hardened-images

Made for: GitHub Copilot.

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 hardened-images github-actions.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/konstruktoid/hardened-images/github-actions.svg)](https://agentmods.dev/instructions/konstruktoid/hardened-images/github-actions)
Your own site
<a href="https://agentmods.dev/instructions/konstruktoid/hardened-images/github-actions"><img src="https://agentmods.dev/badge/instructions/konstruktoid/hardened-images/github-actions.svg" alt="Measured on agentmods" height="20"></a>
Per session 586 This file is loaded in full into every session.
When invoked 586 The same file — it is already loaded in full.
Security scan A 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.00586 $0.00586
Opus 5 $0.00293 $0.00293
Sonnet 5 $0.00117 $0.00117
Haiku 4.5 $0.00059 $0.00059

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

Security

Grade A, and why

hardened-images github-actions.instructions.md scanned grade A 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Avoid curl-pipe-to-shell patterns; download, verify, then execute.
.github/instructions/github-actions.instructions.md · 51 lines

How it starts

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

Enterprise GitHub Actions Security Instructions

Apply these rules to workflow and action definitions.

Security-first workflow design

  • Use least-privilege permissions at workflow/job scope; avoid implicit broad defaults.
  • Keep triggers narrow (branches, paths, event types) and avoid unnecessary execution scope.
  • Pin third-party actions to commit SHA (with a version comment), as already done in this repo's workflows.
  • Treat all PR metadata, artifact contents, and external inputs as untrusted.
  • Use step-security/harden-runner (or equivalent) at the start of jobs that build/release artifacts.

Secrets and token handling

  • Never hardcode secrets or tokens.
  • Use GitHub secrets/variables and mask sensitive output.
  • Avoid printing env/context objects that may contain credentials.
  • Minimize GITHUB_TOKEN privileges and step exposure.
  • Azure service principal credentials (ARM_*) must never appear in workflow logs or be persisted as artifacts.

High-risk event and runner handling

  • Use extreme caution with pull_request_target and workflow_run; never execute untrusted code with elevated context.
  • For self-hosted runners, enforce strict trust boundaries, labeling, and job scoping.
  • Validate artifact provenance before reuse; avoid cross-trust artifact promotion.
  • Treat caches as potentially attacker-influenced; scope keys defensively.
  • SLSA provenance generation (slsa.yml) and its permissions/id-token scoping must not be broadened beyond what the release job needs.

Reliability and safety defaults

  • Set explicit timeout-minutes.
  • Use concurrency to prevent unsafe overlap when deployments/stateful steps exist.
  • Keep scripts short, fail-fast, and explicit (set -euo pipefail for bash steps where appropriate).
  • Avoid curl-pipe-to-shell patterns; download, verify, then execute.

Review priorities

  1. Privilege model (permissions, token use, OIDC scope)
  2. Trigger safety and untrusted input handling
  3. Third-party dependency trust (pinning, provenance)
  4. Secret exposure risks in logs, outputs, artifacts, and caches
  5. Runner isolation and escalation paths

Read the full file on GitHub · 51 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 · 51 lines · 586 tokens per session scan A db67b5ab3d96

Subscribe to this mod's changes

hardened-images github-actions.instructions.md is an instructions file published in the GitHub repository konstruktoid/hardened-images (89 stars, last pushed yesterday), licensed Apache-2.0. It adds 586 tokens to every session, about $0.0029 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

llm-safe-haven CLAUDE.md

Claude Code instructions for pleasedodisturb/llm-safe-haven, covering llm safe haven, what this is, project structure, tdd — non-negotiable (adopted 2026-08-17) and the contract.

pleasedodisturb/llm-safe-haven · 1,322 tokens

privacy-kit-cl AGENTS.md

Instructions for Yugoxc/privacy-kit-cl, covering agents.md — guía de integración para una ia, objetivo, paso 0 — detectar el terreno, paso 1 — instalar y configurar and paso 2 — implementar el store.

Yugoxc/privacy-kit-cl · 869 tokens

mcp-eu-compliance AGENTS.md

AGENTS.md instructions for matematicsolutions/mcp-eu-compliance, covering agents.md - mcp-eu-compliance, project purpose, matematic context (hard constraints), mcp tools (tools contract) and build and test.

matematicsolutions/mcp-eu-compliance · 1,322 tokens

sign-cli AGENTS.md

AGENTS.md instructions for DrBaher/sign-cli, covering agents, output contract, exit codes, discovery and the signing asymmetry.

DrBaher/sign-cli · 1,179 tokens

uae-regulations-registry AGENTS.md

AGENTS.md instructions for nshield-security/uae-regulations-registry, covering agents.md — instructions for ai agents, what this repo contains, preferred entry points, json schema (data/regulations.json) and stable urls.

nshield-security/uae-regulations-registry · 835 tokens

legal-audit-de AGENTS.md

AGENTS.md instructions for FutureRootsDE/legal-audit-de, covering agents.md — legal-audit-de, haftungsausschluss — keine rechtsberatung, was macht das plugin?, plattform-layouts and commands / prompts.

FutureRootsDE/legal-audit-de · 2,475 tokens