hireproof-architecture

Guide safe modifications to HireProof's Next.js app architecture and audit APIs.

6|4|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Iron-Mark/Hackathon-HireProof --skill hireproof-architecture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hireproof-architecture
Source: https://github.com/Iron-Mark/Hackathon-HireProof/tree/main/.cursor/skills/hireproof-architecture
Command: npx skills add https://github.com/Iron-Mark/Hackathon-HireProof --skill hireproof-architecture

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about hireproof-architecture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely modify Next.js API routes without breaking SSRF protections?

To safely modify Next.js API routes without breaking SSRF protections, apply architectural guardrails that preserve origin validation, rate limiting, and payload-size constraints during edits to security-sensitive audit endpoints.

What is the best way to update MCP tooling while maintaining agent workflow compatibility?

The best way to update MCP tooling while maintaining agent workflow compatibility is to route fraud verdict logic through existing audit APIs and shared utilities, ensuring validation and logging hygiene remain intact.

How do I preserve rate limiting and validation when refactoring TypeScript schemas?

To preserve rate limiting and validation when refactoring TypeScript schemas, constrain changes to established security boundaries and ensure schema updates do not bypass existing payload constraints or provenance checks.

Can I use Cursor to implement product fraud decisions directly in the codebase?

You cannot use Cursor to implement product fraud decisions directly; operational integrity requires directing fraud verdict logic through the existing audit APIs and shared MCP tools to prevent misuse and maintain disclosure integrity.

Does the HireProof architecture skill support both live and demo environment behaviors?

The HireProof architecture skill supports both live and demo environments by guiding repository edits across Next.js App Router and SSE endpoints while keeping live versus demo disclosure behaviors intact and secure.

When should I avoid bypassing the audit API for security-sensitive endpoint changes?

You should avoid bypassing the audit API for security-sensitive endpoint changes whenever outbound fetches, secret-handling rules, or evidence-backed user-facing copy are involved, as direct edits risk breaking disclosure integrity and provenance checks.