apex-docs — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited apex-docs (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.
Version: 2026.03.11-APEX Authority: arifOS F1-F13 Trigger: "forge docs", "apex docs", "document this", "harden documentation"
APEX-style documentation hardening using constitutional governance. Not generic "write good docs" — but forged documentation that reduces entropy, preserves reversibility, and links evidence.
READ → RISK → REASON → FORGE → VERIFY → SEAL# Always start here
read <target_file>
git log --oneline <target_file> | head -5
ls -la <directory_context>Output: Actual state. Not assumed. Not "probably".
| Tier | Indicator | Action |
|---|---|---|
| Critical | Auth, payment, deletion logic undocumented | Immediate 888_HOLD |
| High | Public API mismatch with code | Same-day fix |
| Medium | Internal helper outdated | Backlog |
| Low | Typo, formatting | Batch |
| Cosmetic | "Sounds better" rewrites | Skip (PROPA) |
F1 Reversibility:
F2 Truth (τ ≥ 0.99):
F4 Clarity (ΔS ≤ 0):
Rules:
Template for new sections:
## <Section Name>
> Source: `<file>:<line-range>`
> Last verified: `<YYYY-MM-DD>`
> Ω₀: <0.03-0.05> (uncertainty coefficient)
<Content>
<!-- If incomplete -->
**TODO:** <what's missing>| Check | Command | |
|---|---|---|
| Links work | `grep -oP '\(.*?\)' <file> | xargs -I {} test -f {}` |
| No orphans | comm -23 <(grep '^## ' old.md) <(grep '^## ' new.md) | |
| Grammar | aspell check <file> (optional) | |
| F4 Clarity | Read aloud: does it reduce confusion? |
# Commit
git add <file>
git commit -m "<file>: <minimal description>
- Why: <F2 evidence>
- Risk: <CVSS tier>
- Reversible: <F1 check>"
# Log to memory
echo "- <file> hardened (<CVSS tier>)" >> memory/$(date +%Y-%m-%d).mdWeekly scan:
# Check for orphaned docs
for doc in *.md; do
refs=$(grep -oP 'source:\s*\K[^\s]+' "$doc" | sort -u)
for ref in $refs; do
test -f "$ref" || echo "ORPHAN: $doc references missing $ref"
done
doneMonthly audit:
User: "Harden AGENTS.md"
Agent:
cat AGENTS.md, check git history| Anti-Pattern | Why | Alternative |
|---|---|---|
| "Documentation sprint" | Bulk rewrite = irreversible | One file at a time |
| "Polish pass" | PROPA — no substance | Skip if content correct |
| "Perfect grammar" | Cosmetic, not clarity | Raw transmission OK |
| "v2, v3, final" | File explosion | Edit in place |
| AI writes, human skips review | Hallucination risk | Human must verify F2 |
# Start any doc hardening
apex-docs harden <file>
# Check drift
apex-docs drift-scan <directory>
# Verify single file
apex-docs verify <file>Ditempa bukan diberi
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.