What problem does it solve?
It helps contributors edit HireProof’s security-sensitive app and API layers without breaking safety guarantees, provenance checks, or fraud-verdict boundaries.
Core Features & Use Cases
- Architecture-safe repository edits: Guides changes across Next.js App Router, TypeScript, audit/SSE endpoints, and MCP tooling while keeping live vs demo behaviors intact.
- Security and correctness guardrails: Protects SSRF defenses, origin/referrer validation, rate limits, and payload-size constraints for outbound fetches and audit flows.
- Operational integrity for product decisions: Prevents misuse of Cursor to “own verdicts,” directing product fraud decisions through the existing audit APIs and shared MCP tools.
- Use Case: When updating
app/api/audit/route.ts or lib/mcp-tools.ts, use this skill to ensure the change preserves validation, logging hygiene, and evidence-backed user-facing copy.
Quick Start
Use the hireproof-architecture skill to safely implement a change to app/api/audit/route.ts while preserving SSRF protections, origin/referrer validation, rate limits, and live-versus-demo disclosures.