propose-security-hardening

propose-security-hardening is a skill for Codex from bex-co/bex-security. It costs 105 tokens per session (4,120 once invoked), scanned A, original, Apache-2.0.

A planning process for broader security improvements based on vulnerability reports, assessments, source code, or scan results. It turns individual evidence into architectural options, tradeoffs, migration steps, and an implementation handoff.

In plain words
What is it for?
Use it when planning systemic security hardening beyond individual fixes. It can compare design choices, describe the before-and-after structure, and outline how to move the code toward the chosen approach.
Why use it?
A small patch may fix one symptom while leaving the same weakness elsewhere. This helps decide whether shared controls, redesigned boundaries, or other structural changes are justified by the evidence.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it when planning systemic security hardening beyond individual fixes. It can compare design choices, describe the before-and-after structure, and outline how to move the code toward the chosen approach.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bex-co/bex-security/propose-security-hardening
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 bex-co/bex-security --skill propose-security-hardening
Clone the repo
git clone --depth 1 https://github.com/bex-co/bex-security

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 propose-security-hardening

README.md
[![agentmods](https://agentmods.dev/badge/skills/bex-co/bex-security/propose-security-hardening.svg)](https://agentmods.dev/skills/bex-co/bex-security/propose-security-hardening)
Your own site
<a href="https://agentmods.dev/skills/bex-co/bex-security/propose-security-hardening"><img src="https://agentmods.dev/badge/skills/bex-co/bex-security/propose-security-hardening.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,120 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.00105 $0.04120
Opus 5 $0.00053 $0.02060
Sonnet 5 $0.00021 $0.00824
Haiku 4.5 $0.00011 $0.00412

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

Security

Grade A, and why

propose-security-hardening 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 8d 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.

plugins/codex-security/skills/propose-security-hardening/SKILL.md · 241 lines

How it starts

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

Propose Security Hardening

Objective

Turn a collection of security evidence into a decision-ready portfolio of structural or architectural hardening opportunities. The evidence may be a Codex Security scan that is still in final reporting or is already complete, ordinary vulnerability disclosure documents, supplied findings, incident or assessment material, relevant source code, or a mixture of these. Use the evidence as support and as leads for further source inspection. Produce proposals that a principal security engineer could circulate for design review, with meaningful options, before-and-after diagrams, explicit tradeoffs, migration plans, and an implementation handoff.

Do not require a Codex Security scan. A directory of disclosure documents is a valid input collection and should be analyzed directly. Do not require a scan seal before beginning: during automatic final reporting the canonical scan documents have not been sealed yet. When completed scan integrity metadata is available, use it as additional evidence and report any mismatch or missing artifact as a limitation rather than rejecting otherwise useful inputs.

Keep three products distinct:

  • canonical scan artifacts and other supplied evidence remain read-only;
  • the hardening analysis is a derived, revisable design product;
  • implementation changes happen only after the user selects an option and explicitly asks Codex to modify the repository.

Do not turn the hardening analysis into another vulnerability report or treat an attractive architecture diagram as proof that a finding is fixed.

Write in the natural voice of a principal security engineer preparing a design proposal for peers. Keep the tone professionally warm, calm, precise, and conversational. Write the substantive reasoning as a shared design discussion: use first-person plural throughout the path from evidence to diagnosis, invariants, options, tradeoffs, and decision ("we can preserve the fast path", "if we choose this boundary"). Use first-person singular, truthfully and sparingly, to establish the author's analytical basis and recommendation ("I inspected these callers", "I could not validate the device exposure", "I recommend Option 2 under these constraints"). Never invent personal observations, tests, or measurements.

Read the full file on GitHub · 241 lines

Files

What ships with it

2 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. 8d ago First seen · 241 lines · 105 tokens per session scan A b9d2c81ecb99

Subscribe to this mod's changes

propose-security-hardening is a skill published in the GitHub repository bex-co/bex-security (43 stars, last pushed yesterday), licensed Apache-2.0. It adds 105 tokens to every session and 4,120 once invoked, about $0.0005 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

bugcrowd-reporting

Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body section, OOS-clause rebuttal templates (rate limiting on auth-flow endpoints…

elementalsouls/Claude-BugHunter · 171 tokens

apk-redteam-pipeline

End-to-end Android APK red-team pipeline — automated APK acquisition (Play Store + apkpure + apkmirror fallback), jadx decompilation, secret/URL/JWT/Firebase grep, pinned-cert extraction, exported-component enumeration, Frida runtime instrumentation templates, intent-injection probes. Built from an authorized external…

elementalsouls/Claude-BugHunter · 145 tokens

enterprise-vpn-attack

External SSL VPN / remote-access appliance attack matrix — Cisco ASA/AnyConnect, Fortinet FortiGate/FortiOS, Citrix NetScaler/ADC, Palo Alto GlobalProtect, Pulse Secure / Ivanti Connect Secure, SonicWall, F5 Big-IP. Covers version fingerprinting, CVE matrix (2018-2026), AAA backend identification, default credentials…

elementalsouls/Claude-BugHunter · 158 tokens

evidence-hygiene

Evidence-capture and PoC-redaction discipline for bug-bounty submissions: cookie redaction protocol (which fields to mask, Preview annotation / Burp panel hiding / DevTools workflow), PII black-bar discipline (what to mask in other-user data — names, emails, phones, faces — vs what is safe to leave — usernames, trace…

elementalsouls/Claude-BugHunter · 190 tokens

hunt-api-misconfig

Hunt API security misconfiguration — mass assignment, prototype pollution, HTTP verb tampering. Mass assignment: send {isadmin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT signature/crypto forging (alg:none, key confusion, kid/jku) is owned by hunt-jwt-crypto; this…

elementalsouls/Claude-BugHunter · 207 tokens

hunt-aspnet

Hunt ASP.NET-specific surface — ViewState deserialization (signed-only vs encrypted), machineKey recovery, dual-parser MAC-bypass anti-pattern, request-validator bypass, trace.axd/elmah.axd disclosure, load-balanced ViewState cross-node failures, SafeControl enumeration via reflection, customErrors mode=Off…

elementalsouls/Claude-BugHunter · 98 tokens