codex-pair-pause — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited codex-pair-pause (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Pauses the codex-pair hook for the current project without removing the .codex-pair/context.md marker. The marker (and its project context) stays in place — only the temporary pause sentinel is written. Resume with /codex-pair-resume.
The hook may also pause itself automatically — on provider quota exhaustion or after 3 consecutive review failures — writing the same sentinel with a JSON body that records why (kind, reason, resetHint). Manual and automatic pauses are resumed the same way.
For permanent disable, remove the .codex-pair/ directory instead (rm -rf .codex-pair/). For per-file/per-directory opt-out, use .codex-pair/ignore (gitignore-style globs).
.codex-pair/context.md marker by walking up from the current working directory (the project ROOT is the directory holding .codex-pair/). If no marker is found, inform the user: "codex-pair is not enabled in this project (no .codex-pair/context.md marker found). Nothing to pause." mkdir -p <marker-dir>/.codex-pair/state
touch <marker-dir>/.codex-pair/state/pausedReplace <marker-dir> with the directory containing .codex-pair/.
codex-pair paused for <marker-dir>
Resume with /codex-pair-resume (or `rm <marker-dir>/.codex-pair/state/paused`).gitignore in the marker directory does not already contain .codex-pair/, mention it as a suggestion (do not modify the user's .gitignore without asking).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.