wreckit-ralphBulletproof AI code verification. The agent IS the engine — no external tools required. Spawns parallel verification workers that slop-scan, type-check, muta...
Install via ClawdBot CLI:
clawdbot install christiancattaneo/wreckit-ralphGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Accesses sensitive credential files or environment variables
$OPENAIPotentially destructive shell commands in tool definitions
eval(Calls external URL not in known-safe list
https://github.com/christiancattaneo/wreckit.gitAI Analysis
The skill's primary risk is the potential for credential exposure via the $OPENAI environment variable and the use of `eval()` in shell scripts, which could be exploited if malicious code is introduced. However, the core functionality of code verification and the external GitHub clone are consistent with its stated purpose, and no hidden instructions or confirmed data exfiltration patterns are present.
Generated Mar 22, 2026
A startup building a new web application in TypeScript uses Reckit to generate and verify code from a product requirements document. It ensures the initial codebase is type-safe, well-tested, and free of common vulnerabilities, producing a proof bundle for investor confidence.
A financial services company migrating a legacy JavaScript codebase to TypeScript employs Reckit to capture existing behavior, verify the migration, and audit test quality. It prevents regressions and identifies security flaws during the rebuild process.
An e-commerce platform uses Reckit to fix a critical bug in its payment processing system. The tool verifies the fix, runs mutation testing to ensure robustness, and checks for regressions across the codebase, ensuring no new issues are introduced.
A healthcare software provider conducts regular audits with Reckit to assess code quality, test coverage, and security vulnerabilities. It generates detailed reports and proof bundles to meet regulatory compliance standards and internal governance requirements.
A mobile app development agency uses Reckit to build and verify a new iOS app in Swift. The tool performs type-checking, mutation testing, and design reviews, ensuring the app is reliable and maintainable before deployment to the App Store.
Offer Reckit as a cloud-based service with tiered subscriptions based on usage limits, such as verification runs per month or codebase size. Include premium features like advanced security scanning and priority support for enterprise clients.
Sell on-premise licenses to large organizations in regulated industries like finance and healthcare, allowing full control over data and integration with existing CI/CD pipelines. Provide custom support and training packages.
Provide a free version with basic verification features for open-source projects and small teams, while charging for advanced capabilities like parallel swarm execution, detailed audit reports, and integration with proprietary tools.
💬 Integration Tip
Ensure your AI agent configuration allows for sufficient parallel workers by setting maxSpawnDepth to at least 2, and use the provided scripts directly without modification to maintain deterministic results.
Scored Apr 19, 2026
Audited Apr 18, 2026 · audit v1.0
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.