Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Dr Audit Broken

ASecurity

Audit dimension - find broken code by running every committed verification instrument and tabling deltas against the recorded baselines. Invoked by dr-audit-orchestrator when broken.md is missing.

142 stars
0 votes
0 copies
0 views
Added 9/19/2026
testingpythonnodegit

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add AHepi/DeepReason --skill dr-audit-broken --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Dr Audit Broken?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Dr Audit Broken
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ahepi-dr-audit-broken/badge)](https://www.skillsdirectory.com/skills/ahepi-dr-audit-broken)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: dr-audit-broken
description: Audit dimension - find broken code by running every committed verification instrument and tabling deltas against the recorded baselines. Invoked by dr-audit-orchestrator when broken.md is missing.
---

# Audit: broken code

Entry: `LEDGER.md` exists, `broken.md` missing. Exit: `broken.md`
written, LEDGER rows added, proofs in `proof/`.

Broken means: an instrument's output moved from
`docs/AUDIT_BASELINES.md` §Instruments. The instruments define
broken; this worker adds no judgment of its own (G3).

## Operations

1. `pip install -e . --break-system-packages -q` and
   `pip install pytest pytest-xdist jsonschema --break-system-packages -q`.
   Run every command below with `python -m` where applicable; save
   each full output to `proof/broken-<n>.txt`.
2. `python -m pytest tests/ -q -n 4` — compare failures to the
   baseline failure list. Re-run any non-baseline failure serially
   (`python -m pytest <nodeid> -q`) before rowing it: still red →
   verdict `broken`; green serially → verdict `flaky` (row it; flaky
   is a finding unless baseline-listed).
3. `python tools/docs_verify.py` — compare failing checks to the
   baseline list. Non-baseline failure → verdict `broken` (the check
   or the code it pins moved; the fix tranche decides which).
4. `python scripts/wheel_smoke.py` then
   `python -u scripts/wheel_operational_smoke.py` — any non-zero exit
   → verdict `broken`, target = the pin named in the output.
5. RETIRED (operator ruling 2026-08-22, CLAUDE.md §Build and test):
   the root sweep is no longer an audit instrument. Do NOT run
   `tools/root_sweep.py`. Write `proof/broken-sweep.txt` containing
   the single line `retired 2026-08-22 — see CLAUDE.md` so the proof
   count stays auditable.
6. Write `broken.md`: the table of every non-baseline delta, one row
   per finding, columns as the LEDGER. Matches baseline exactly →
   the table plus one line: `all instruments at baseline`, with the
   five proof files as the required proof of looking (G2).

## GATE

Pass: every instrument ran (four live instruments + the retirement
marker file = five proof files) AND every non-baseline delta has a
LEDGER row with disposition `parked`.
Verdict labels: `broken` | `flaky` | `baseline`.

## Activation plant (first run)

Edit one assert in a copy of a passing test to a false constant, run
step 2 scoped to that file, paste the red output, `git checkout --`
the file, paste the clean status.

## Outlets

| Situation | Outlet |
|---|---|
| Any fix impulse | PARK — prompt in PARKED.md, route deepreason-orchestrator |
| Instrument itself crashes | row verdict `broken`, target = instrument, PARK |
| Baseline looks wrong | row it, PARK a baseline-correction prompt (PRECEDENCE 2) |

Attribution

AHepiAHepi
View sourceMore from AHepi →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Screen Reader Testing

Practical guide to testing web applications with screen readers for comprehensive accessibility validation.

393431 votes

Python Testing

使用pytest、TDD方法、夹具、模拟、参数化和覆盖率要求的Python测试策略。

2456590 votes

Tdd Workflow

在编写新功能、修复错误或重构代码时使用此技能。强制执行测试驱动开发,包含单元测试、集成测试和端到端测试,覆盖率超过80%。

2456590 votes

Springboot Tdd

使用JUnit 5、Mockito、MockMvc、Testcontainers和JaCoCo进行Spring Boot的测试驱动开发。适用于添加功能、修复错误或重构时。

2456590 votes

Eval Harness

克劳德代码会话的正式评估框架,实施评估驱动开发(EDD)原则

2456590 votes
View all in testing →