github-organization-governance

github-organization-governance is a skill for Claude Code, Codex from konstruktoid/hardened-images. It costs 170 tokens per session (3,999 once invoked), scanned C, original, Apache-2.0.

A procedure for applying and checking GitHub organization-wide rules across repositories, teams, members, applications, and access credentials.

In plain words
What is it for?
It is for reviewing member permissions, two-factor authentication, single sign-on, team access, GitHub Apps, personal access tokens, repository properties, and organization rulesets.
Why use it?
It prevents important security or access settings from being missed on existing or newly created repositories and produces evidence that the rules are applied.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code; installed under .agents/ (shared by several agents).

Good fit It is for reviewing member permissions, two-factor authentication, single sign-on, team access, GitHub Apps, personal access tokens, repository properties, and organization rulesets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/konstruktoid/hardened-images/github-organization-governance
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.

Any agent
npx skills add konstruktoid/hardened-images --skill github-organization-governance
Clone the repo
git clone --depth 1 https://github.com/konstruktoid/hardened-images

Made for: Claude Code, Codex.

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 github-organization-governance

README.md
[![agentmods](https://agentmods.dev/badge/skills/konstruktoid/hardened-images/github-organization-governance/github.svg)](https://agentmods.dev/skills/konstruktoid/hardened-images/github-organization-governance)
Your own site
<a href="https://agentmods.dev/skills/konstruktoid/hardened-images/github-organization-governance"><img src="https://agentmods.dev/badge/skills/konstruktoid/hardened-images/github-organization-governance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for github-organization-governance

Your own site · 80×15
<a href="https://agentmods.dev/skills/konstruktoid/hardened-images/github-organization-governance"><img src="https://agentmods.dev/badge/skills/konstruktoid/hardened-images/github-organization-governance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 170 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,999 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00170 $0.03999
Opus 5 $0.00085 $0.01999
Sonnet 5 $0.00034 $0.00800
Haiku 4.5 $0.00017 $0.00400

Measured 11d ago against content hash e1f03c8d45dd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

github-organization-governance scanned grade C 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 11d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Vendored from https://github.com/konstruktoid/agent-instructions-skills skills/github/github-organization-governance/SKILL.md Upstream ref: v0.1.0 Upstream commit: 994be479cf1d44d5ee69d0334da07e923d8dee2e Do not edi
.agents/skills/github-organization-governance/SKILL.md · 298 lines

How it starts

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

github-organization-governance

Purpose

Bring an organization's settings to a state where policy applies to every repository including the ones created tomorrow, access follows identity rather than memory, and each control produces evidence without anyone collecting it. This skill is a triage layer: it states the baseline an organization must meet, routes the change to the detail that applies, then holds the result to a bounded loop built on reading the applied state back and measuring how much of the fleet it covers.

An organization control that reaches most repositories is not a control. The repositories it misses are where the work that avoids it will happen.

When to use this

  • Setting or reviewing organization or enterprise policy: member privileges, base permissions, repository creation, visibility changes, deletion, and forking.
  • Requiring two-factor authentication, enforcing single sign-on, or configuring automated provisioning.
  • Designing a custom property schema, or populating properties across repositories.
  • Creating an organization ruleset, or rolling one out to a set of repositories.
  • Reviewing team access, outside collaborators, GitHub App installations, or token policy.
  • Restricting which actions repositories may call, or which repositories may use a runner group.
  • Configuring audit log retention or streaming, running an access review, or assembling evidence for a compliance framework.

When NOT to use this

  • Settings inside a single repository. Use github-repository-security.
  • The contents of a workflow file, an action.yml, or a dependabot.yml. Use github-actions-security.
  • Identity provider configuration outside GitHub, beyond the claims GitHub consumes.
  • Application code security, which the language skills cover.

Read the full file on GitHub · 298 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 298 lines · 170 tokens per session scan C e1f03c8d45dd

Subscribe to this mod's changes

github-organization-governance is a skill published in the GitHub repository konstruktoid/hardened-images (90 stars, last pushed 3d ago), licensed Apache-2.0. It adds 170 tokens to every session and 3,999 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

performing-kubernetes-cis-benchmark-with-kube-bench

Audit Kubernetes cluster security posture against CIS benchmarks using kube-bench with automated checks for control plane, worker nodes, and RBAC.

xalgorix/xalgorix · 40 tokens

fort

Use when the user wants to check, understand, or harden the security of their Mac, or asks whether their laptop is secure and what to fix. Runs a full macOS security audit, explains each finding in plain language (what it is, why it matters, what changing it would affect), and applies only the fixes the user approves.…

djadmin/fort · 137 tokens

benchmarking-kubernetes-with-kube-bench

Run kube-bench (Aqua Security) against a Kubernetes cluster's control-plane, kubelet, and node configuration to check compliance with the CIS Kubernetes Benchmark and remediate PASS/FAIL/WARN findings. Use when establishing a security baseline for a new cluster, performing periodic hardening audits, validating…

Youngmaidainon/Agent-Level-Up · 86 tokens

security-engineer

!cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/input-validation.md 2>/dev/null || true !cat skills/shared/protocols/tool-efficiency.md 2>/dev/null || true !cat .production-grade.yaml 2>/dev/null || echo "No config — using defaults".

buiphucminhtam/forgewright · 57 tokens

performing-kubernetes-cis-benchmark-with-kube-bench

Audit Kubernetes cluster security posture against CIS benchmarks using kube-bench with automated checks for control plane, worker nodes, and RBAC.

Njones17/AI-agent-master-cyber-skills-list · 40 tokens

prowler

Main entry point for Prowler development - quick reference for all components. Trigger: General Prowler development questions, project overview, component navigation (NOT PR CI gates or GitHub Actions workflows).

prowler-cloud/prowler · 43 tokens