s-hiraoku/codex-harnesses · Archived

security-review

Review a diff for concrete security risks across injection, authn/authz, secrets, supply chain, infrastructure, and business logic.

First seen Jun 13, 2026

Installation

$ npx skills add s-hiraoku/codex-harnesses --skill security-review

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from s-hiraoku/codex-harnesses · top by installs.

npx skills add s-hiraoku/codex-harnesses

Browse all from s-hiraoku/codex-harnesses

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 2
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,880 B
  • docs SUMMARY.md 154 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Security Review

Use this workflow before merging or releasing changes that touch authentication, authorization, data handling, network surfaces, infrastructure, dependencies, or LLM-facing inputs.

Workflow

  1. Establish the review scope with the user request, current branch, pull request, commit range, or changed files.
  2. Inspect the diff first, then read the smallest amount of surrounding code needed to validate each candidate issue.
  3. Review by concern:

- Injection: SQL, NoSQL, shell, template, deserialization, path traversal, prompt injection. - Authn/Authz: session handling, tokens, RBAC, object-level authorization, privilege boundaries. - Secrets: committed credentials, unsafe logging, insufficient redaction, private key material. - Supply chain: new dependencies, unpinned executables, lockfile drift, install scripts. - Infrastructure: public exposure, missing encryption, weak defaults, overly broad permissions. - Business logic: state bypasses, replay, race conditions, idempotency, rollback gaps.

  1. Confirm reachability before reporting a finding. Do not report pattern matches that cannot execute.
  2. Redact any secret values. Cite only enough structure to identify the issue safely.
  3. Rank findings by severity and provide concrete fix directions.
  4. If no issues are found, say so clearly and note the remaining verification gaps.

Final Report

Lead with a verdict: Ready to Merge, Needs Attention, or Needs Work.

For each finding, include:

  • severity
  • file and line when available
  • reachable path or trigger
  • what can fail
  • why it matters
  • concrete fix direction

End with reviewed scope, verification consulted, and residual risks.