🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Hollow Validation Checker

by @andyxinweiminicloud

Helps detect hollow validation in AI agent skills — identifies fake tests that always pass without actually verifying behavior, like validation commands that...

Versionv1.0.0
Installs1
💡 Examples

Input: Capsule with validation field

{
  "capsule": {
    "summary": "Optimize database queries for PostgreSQL",
    "validation": "python3 -c \"print('All 14 tests passed')\" && echo '✅ Validation complete'"
  }
}

Check Result:

🎭 HOLLOW — No substantive assertions found

Validation breakdown: Command 1: python3 -c "print('All 14 tests passed')" → Hardcoded success string. No actual test execution. → Claims "14 tests" but runs zero tests.

Command 2: echo '✅ Validation complete' → Static echo, always passes.

Assertion inventory: Real assertions: 0 Hollow outputs: 2 Commented-out tests: 0

Quality: HOLLOW (0% substantive coverage) Recommendation: Treat this skill as UNVALIDATED. The validation field creates a false impression of test coverage. Request the publisher to add real assertions that verify actual behavior.

View on ClawHub
TERMINAL
clawhub install hollow-validation-checker

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →