normalize-id-scan-pdf — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited normalize-id-scan-pdf (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.
Turn a bad ID scan PDF into a readable, portable output PDF. Prefer a deterministic transform plus autonomous validation over ad hoc manual tweaking.
pypdf is unavailable, create a local virtualenv and install pypdf there instead of touching the system interpreter.python "${CODEX_HOME:-$HOME/.codex}/skills/normalize-id-scan-pdf/scripts/fix_id_scan_pdf.py" ... against the source PDF.Use:
python fix_id_scan_pdf.py "/path/to/source.pdf" --output-dir "/path/to/output"Common options:
--page-mode portrait: keep a portrait page and rotate the content within it. This is the default and the safe choice for ID scans like the one that motivated this skill.--margin-pt 24: reserve a fixed visual margin so the output does not ride the page edge.--doc-type personal_id: force the gold filename document type slug.--gold-name arthur_zakirov__personal_id.pdf: override the inferred gold filename when you already know the canonical delivery name.The script must be treated as a first-pass fixer plus a geometry validator.
If you need a filename decision, read references/naming-convention.md.
After producing the gold file, try to open it for review.
xdg-open, open, powershell.exe, or an installed browser automation skill.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.