Real Skill packageSource verifiedClawHub registry

skill-deep-audit

Generic skill-quality auditor for any agent skill (Claude, OpenClaw, Cursor, etc.). Runs a 7-dimension static analysis (D1 process closure & idempotency, D2 tool/command conventions, D3 portability & defense, D4 skill usability, D5 security & op risk, D6 code & doc quality, D7 dependency & footprint) with explicit ERR / WARN severity, 120-point scoring (pass line 90 + zero ERR), and an opt-in `--fix` workflow that always backs up first. Two depths: L1 static (~2 min) and L2 dryRun (~5 min, read-only hub + reachabi…

Identity and source

Publisher attributionEvan Songregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 68% rule confidence
Package forminstruction with code8 recorded files
Canonical sourceClawHub registryclawhub:songhonglei:skill-deep-audit
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/23/2026.claude/skills/skill-deep-audit

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/23/2026.agents/skills/skill-deep-audit

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/23/2026skills/skill-deep-audit

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @songhonglei/skill-deep-audit
clawhub inspect @songhonglei/skill-deep-audit --version 1.1.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
8 / 8 inspected as text
Checked
8/23/2026, 1:06:03 PM
Scanner
0.1.3
Policy
1.0.3
6 inferred permission indicators
  • shell execution — automatically inferred
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
  • external write action — automatically inferred
3 dependency and API indicators
  • api: clawhub.ai
  • api: github.com
  • api: user
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/23/2026, 7:44:17 AM
Release binding
Matches this record
  • vt: clean
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:7912e344751ba64a7cbebd3068bcd93bbd2b6f0bc82e64fd1a15765720a7ba92
Show up to 8 recorded paths
  • README.md
  • references/check-rules.md
  • references/controlled-domains.md
  • references/output-template.md
  • references/scan-commands.md
  • scripts/check_path_boundary.py
  • skill-card.md
  • SKILL.md

Source changelog

skill-deep-audit v1.1.0 - Increased max score: 120 points (L2) / 117 points (L1). - Added new bundled path boundary checker: `scripts/check_path_boundary.py` (python3 ≥ 3.8, no dependencies). - Clarified D3-E5/D3-E4 ERR handling: explicit 0-point ERRs now require summary reporting. - Added/updated references: new scan-commands.md, expanded output-template.md. - Removed deprecated file: skill-card.md.