Failure Registry
Analysis
This is mostly a registry search helper, but it can fetch unvetted community entries and includes advice for bypassing platform bot-detection, so review it carefully before use.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
fix: "Switched from 'puppeteer' to 'puppeteer-extra' with StealthPlugin... Added --disable-blink-features=AutomationControlled" ... prevention: "Always use puppeteer-extra + StealthPlugin for any platform that might detect automation"
This entry presents bypassing platform automation detection as the recommended fix and prevention strategy for automated posting.
REPO_URL="https://github.com/unleashedbelial/agent-failure-registry" ... git pull origin main ... || git clone "$REPO_URL" "$REPO_DIR"
The script fetches the latest registry data from an unpinned external GitHub repository at runtime.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
The registry contains post-mortems from `examples/` (curated) and `submissions/` (community).
The skill is designed to surface community-authored post-mortems as lessons and fixes for the agent to consider.
