implement-rfc

Pass

Audited by Gen Agent Trust Hub on Jun 22, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: The skill fetches RFC data and community feedback from the official React Router GitHub repository.
  • Evidence: Uses WebFetch to access https://github.com/remix-run/react-router/discussions/ and gh issue view to read tracking issues.
  • [COMMAND_EXECUTION]: The skill executes standard development and repository management commands necessary for feature implementation.
  • Evidence: Commands include git branch, git checkout, pnpm test, pnpm typecheck, pnpm lint, and gh pr create.
  • [SAFE]: High-integrity development practices and human-in-the-loop checkpoints are integrated into the workflow.
  • Safety Checks: Verifies a clean working tree before starting; enforces the use of future flags (unstable_ prefix) for breaking changes.
  • Human Review: Requires explicit user confirmation for unresolved RFC questions (Step 3), implementation plans (Step 4), and a final summary review (Step 11) before a Pull Request is created.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 22, 2026, 02:25 AM
Security Audit — agent-trust-hub — implement-rfc