Home / cowork-os / cowork-os · resources/plugin-packs/codex-security/skills/security-scan/SKILL.md · GitHub

security-scan skillA

security-scan is agent-read markdown (skill) from cowork-os/cowork-os: Use when the user asks for a repository-wide or scoped-path security scan..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Security Scan

Used when a user wants to audit an entire repository or a user-specified path, package, folder, or submodule-like scope for security vulnerabilities. Keep the scan phases separate and produce final HTML and markdown reports.

## Phase Sequence

Keep these phases distinct and run them in linear order:

1. `$threat-model`
2. `$finding-discovery`
3. `$validation`
4. `$attack-path-analysis`
5. Generate final output

Treat this skill as the top-level orchestrator for the four skills plus the final report assembly step. Do not collapse the phases together.

For each phase:

1. Read that phase's skill.
2. Load only the inputs required for that phase.
3. Complete that phase's workflow and checklist.
4. Only then read the next phase's skill.

Do not read ahead into later-phase skills until the current phase has completed.
Do not amortize effort across phases: complete each phase to the full depth expected by that phase before moving on.
If user requests a repo-side scan or a scoped scan, stop and ask for authorization for subagents now before setting up the goal.

## Goal Setup
…

Read the whole file at its exact version.

How to install

Latest version
mdr add cowork-os/cowork-os/security-scan@git:20260919.7b075ca
Exact content
mdr add cowork-os/cowork-os/security-scan@sha256:4f8bea1a99bcb8d2

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_kll22iubd34usaeq.svg)](https://markdownregistry.com/a/art_kll22iubd34usaeq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.7b075ca latest2026-09-19 7b075ca 15,044 BA view · diff
git:20260606.a4decec2026-06-06 a4decec 15,055 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (15044 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

cowork-os/cowork-os · 459 stars · license MIT · pushed 2026-09-23 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_kll22iubd34usaeq
GET https://markdownregistry.com/api/v1/resolve?ref=cowork-os/cowork-os/security-scan
GET https://markdownregistry.com/api/v1/blob/4f8bea1a99bcb8d2e7bf7a6e0c81940194820777d64dad6de4056b2a4f96438b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from cowork-os/cowork-os

attack-path-analysis skill
cowork-os/cowork-os · resources/plugin-packs/codex-security/skills/attack-path-analysis/SKILL.md · Use when Codex is already in the attack-path-analysis phase of a security scan or the user explicitly asks to trace a…
git:20260919.4f2a470 · audit A · 459 stars
deep-security-scan skill
cowork-os/cowork-os · resources/plugin-packs/codex-security/skills/deep-security-scan/SKILL.md · Use when the user asks for a deep, exhaustive, multi-pass, or variance-reducing repository-wide Codex Security scan…
git:20260606.a4decec · audit A · 459 stars
finding-discovery skill
cowork-os/cowork-os · resources/plugin-packs/codex-security/skills/finding-discovery/SKILL.md · Use when Codex is already in the finding-discovery phase of a security scan or the user explicitly asks to discover…
git:20260919.ad0495b · audit A · 459 stars
fix-finding skill
cowork-os/cowork-os · resources/plugin-packs/codex-security/skills/fix-finding/SKILL.md · Use when the user explicitly asks to fix and verify a validated or plausible security finding. Do not use as the…
git:20260606.a4decec · audit A · 459 stars
security-diff-scan skill
cowork-os/cowork-os · resources/plugin-packs/codex-security/skills/security-diff-scan/SKILL.md · Use when the user asks for a security review of a pull request, commit, branch diff, working-tree patch, or other…
git:20260919.c03e78b · audit A · 459 stars
threat-model skill
cowork-os/cowork-os · resources/plugin-packs/codex-security/skills/threat-model/SKILL.md · Use when Codex is already in the threat-modeling phase of a security scan, the user explicitly invokes $threat-model…
git:20260606.a4decec · audit A · 459 stars
validation skill
cowork-os/cowork-os · resources/plugin-packs/codex-security/skills/validation/SKILL.md · Use when Codex is already in the validation phase of a security scan or the user explicitly asks to determine whether…
git:20260606.a4decec · audit A · 459 stars
1password skill
cowork-os/cowork-os · resources/skills/1password/SKILL.md · Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or…
v1.0.0 · audit A · 459 stars
add-documentation skill
cowork-os/cowork-os · resources/skills/add-documentation/SKILL.md · Generate JSDoc/docstrings for functions
v1.0.0 · audit A · 459 stars
agentic-image-loop skill
cowork-os/cowork-os · resources/skills/agentic-image-loop/SKILL.md · Generate -> annotate -> refine -> repeat using generate_image + Visual Annotator (Live Canvas).
v1.0.0 · audit A · 459 stars
analyze-csv skill
cowork-os/cowork-os · resources/skills/analyze-csv/SKILL.md · Load a CSV and provide insights
v1.0.0 · audit A · 459 stars
android-development skill
cowork-os/cowork-os · resources/skills/android-development/SKILL.md · Android/Kotlin development: Jetpack Compose, Room database, Gradle builds, emulator management, and Play Store…
v1.0.0 · audit A · 459 stars

Every file in cowork-os/cowork-os

Other files named security-scan

security-scan skill
anbeime/skill · antinet-agentteams/skills/security-scan/SKILL.md · 对进入系统的文件或 URL 执行安全与合规扫描,输出 pass/reject 判定与扫描报告,作为所有文档处理的强制前置关卡。
git:20260902.d0fbb12 · audit A · 7,173 stars
security-scan skill
fusengine/agents · plugins/security-expert/skills/security-scan/SKILL.md · Use when scanning for XSS, SQL injection, command injection, hardcoded secrets, or any OWASP Top 10 vulnerability…
git:20260729.3b91eed · audit A · 28 stars
security-scan skill
byerlikaya/claude-starter-kit · claude-starter/skills/security-scan/SKILL.md · Stack-agnostic security audit: map the attack surface, trace untrusted input to dangerous calls, surface dependency and…
git:20260917.265f088 · audit A · 24 stars
security-scan skill
byerlikaya/claude-starter-kit · plugin/skills/security-scan/SKILL.md · Stack-agnostic security audit: map the attack surface, trace untrusted input to dangerous calls, surface dependency and…
git:20260917.265f088 · audit A · 24 stars
security-scan skill
cooneycw/claude-power-pack · codex/skills/security-scan/SKILL.md · Run full security scan (native + external tools)
git:20260911.3a0a7c8 · audit A · 19 stars
security-scan skill
ray0907/security-scan · SKILL.md · Use when a user asks to scan a repository for dependency vulnerabilities, insecure code patterns, CVEs, or OWASP Top 10…
v1.4.0 · audit A · 15 stars
security-scan skill
jdanigo/hydraia · skills/security-scan/SKILL.md · Scan your Claude Code configuration (.claude/ directory) for security vulnerabilities, misconfigurations, and injection…
git:20260702.9dc0119 · audit A · 8 stars
security-scan skill
ahgraber/skills · skills/security-scan/SKILL.md · Use when the user asks for a security scan or review of a repository, a scoped path (package, folder, or submodule), or…
git:20260728.79ff2f8 · audit A · 5 stars

Browse by kind, by grade A, or by owner.