skill-security-hooks

skill-security-hooks is a skill for Codex from IAPro-Community/Orquestrador-Maestro. It costs 64 tokens per session (744 once invoked), scanned A, original, Apache-2.0.

A set of security checks for authorized SaaS code projects, including checks that run before commits or pushes and during continuous integration (automated build and test jobs).

In plain words
What is it for?
It is for adding repository hooks, GitHub Actions security settings, secret and dependency scans, and static or dynamic application security checks.
Why use it?
It helps catch leaked secrets, unsafe dependencies, and code security problems before changes are merged or released.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It is for adding repository hooks, GitHub Actions security settings, secret and dependency scans, and static or dynamic application security checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/iapro-community/orquestrador-maestro/skill-security-hooks
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 IAPro-Community/Orquestrador-Maestro --skill skill-security-hooks
Clone the repo
git clone --depth 1 https://github.com/IAPro-Community/Orquestrador-Maestro

Made for: 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 skill-security-hooks

README.md
[![agentmods](https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-security-hooks/github.svg)](https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-security-hooks)
Your own site
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-security-hooks"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-security-hooks/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 skill-security-hooks

Your own site · 80×15
<a href="https://agentmods.dev/skills/iapro-community/orquestrador-maestro/skill-security-hooks"><img src="https://agentmods.dev/badge/skills/iapro-community/orquestrador-maestro/skill-security-hooks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 744 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00064 $0.00744
Opus 5 $0.00032 $0.00372
Sonnet 5 $0.00013 $0.00149
Haiku 4.5 $0.00006 $0.00074

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

Security

Grade A, and why

skill-security-hooks 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 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/install-security-hooks.cmd), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

codex/skills/skill-security-hooks/SKILL.md · 73 lines

How it starts

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

skill-security-hooks

Authorization gate

Only install hooks in a repository the user owns or has explicitly authorized. Before editing hook config, inspect existing hooks and CI so you do not replace project-specific behavior.

Record:

  • Repository path.
  • Existing core.hooksPath, .git/hooks, .githooks, pre-commit framework, Husky, Lefthook, or CI workflows.
  • Whether the user wants advisory local hooks or blocking gates.

Core workflow

  1. Inspect the project stack and existing hooks before adding anything.
  2. Preserve existing hooks. If a hook already exists, merge behavior or stop and ask before overwriting.
  3. Keep pre-commit fast: confirmed secrets and lightweight static checks only.
  4. Put slower dependency, container, IaC, and DAST scans in pre-push, PR CI, or scheduled CI.
  5. Pin GitHub Actions by commit SHA when practical, not mutable tags.
  6. Keep production DAST opt-in, scoped, and low rate.
  7. Store scanner outputs in security-reports/ and keep secrets out of logs.
  8. Prefer local hooks for fast feedback and CI for enforceable gates.

Default command

"{{USER_HOME}}/.orquestrador\skills\skill-security-hooks\scripts\install-security-hooks.cmd" "C:\path\to\repo" --authorized-local-repo

Hook policy

  • Pre-commit: run secret scan only. It should be fast and block obvious leaked credentials.
  • Pre-push: run local SaaS security scan when the repo has scanner tools installed.
  • CI pull request: run SAST, SCA, IaC, and secret scanning.
  • Scheduled CI: run broader dependency and DAST baseline scans against staging.
  • Release gate: require clean critical/high triage, not necessarily zero informational findings.

Severity and gates

  • Block commit: confirmed secrets in staged changes.
  • Block push: confirmed high/critical secrets, reachable high/critical SAST issues, or high/critical dependency findings from installed tools.
  • Block merge: critical/high CI findings unless documented as false positive or formally risk-accepted.
  • Do not block local work because optional scanner binaries are missing. Print the skipped tool and rely on CI for enforcement.

Read the full file on GitHub · 73 lines

Files

What ships with it

3 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. 10d ago First seen · 73 lines · 64 tokens per session scan A 072f1060b6d9

Subscribe to this mod's changes

skill-security-hooks is a skill published in the GitHub repository IAPro-Community/Orquestrador-Maestro (41 stars, last pushed today), licensed Apache-2.0. It adds 64 tokens to every session and 744 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

commit

Analyze code changes, group them into logical packages where appropriate, to create sequential, clear, descriptive commits with effective titles and detailed descriptions.

FarzamMohammadi/the-engineer · 28 tokens

cc-autopilot

Run cc-autopilot, a perpetual autonomous AUDIT/GENERATE→TRIAGE→BATCH→FIX→VERIFY→REVIEW→COMMIT loop that holds every change to a configured quality bar through a judge panel. Its fixers each own a file-disjoint slice of the tree so no two can ever touch the same file, and nothing unverified reaches git. Works on a web…

gbotev1/cc-autopilot · 155 tokens

git-workflow-enforcer

Enforce git commits after every phase and task to enable rollback and prevent lost work. Auto-trigger when completing phases, tasks, or when detecting uncommitted changes. Auto-commit with Conventional Commits format. Verify branch safety, check for merge conflicts, enforce clean working tree. Block completion if…

marcusgoll/Spec-Flow · 69 tokens

wrap-session

Wrap up the current session by updating active.md, logging the session, committing, and providing the next session's starter prompt. Use at the end of every working session.

FarzamMohammadi/the-engineer · 37 tokens

app-store-changelog

Generate user-facing App Store release notes from git history since the last tag.

Ghosteken/agent-harness · 20 tokens

setup-pre-commit

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

mhrsdev/AI-Agent-Skills-Library · 62 tokens