trade-path-audit

Audit trading executors for safety-gate violations and generate findings reports.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill trade-path-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trade-path-audit
Source: https://github.com/recallnet/polymarket-cross-sectional-momentum/tree/main/.agents/skills/trade-path-audit
Command: npx skills add https://github.com/recallnet/polymarket-cross-sectional-momentum --skill trade-path-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retroactively audit an existing trading executor against every gate, error class, and adversarial check defined in /build-executor. This skill is intended when users need to audit existing code for safety and compliance, retrofit safety checks, or review live/paper implementations against known bug classes. It produces a severity-ranked findings report with file:line citations and fix recommendations.

Core Features & Use Cases

  • Reuse the build-executor references to verify all safety gates, error classes, and adversarial checks against an existing executor.
  • Generate a structured findings report with file:line citations and actionable fix recommendations for remediation.
  • Support per-executor audit runs, presenting a prioritized list of issues with severity and remediation guidance.

Quick Start

Provide the executor path (executors/<name>/) and run the trade-path-audit to generate the audit report.

Frequently Asked Questions about trade-path-audit

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

FAQPage Schema
How do I audit an existing trading executor for safety-gate violations?

The audit identifies safety-gate violations by checking the executor against predefined error classes and adversarial personas. It generates a severity-ranked findings report with file:line citations and actionable fix recommendations for remediation.

What are trading executor safety checks and when do I need to audit them?

Trading executor safety checks are predefined gates, error classes, and adversarial checks that prevent unsafe execution. You need to audit them when retrofitting safety checks to existing code or reviewing live and paper trading implementations against known bug classes.

How to generate a findings report with file:line citations for a trading executor?

Provide the executor path, such as executors/<name>/, and run the retroactive audit. It produces a severity-ranked findings report with file:line citations and actionable fix recommendations for remediation.

Can I retrofit safety gates onto a live trading executor implementation?

Yes, you can retrofit safety gates onto a live trading executor. The audit reviews live or paper implementations against known bug classes, error classes, and adversarial checks defined in the build-executor references.

What is the best way to review a trading executor against known bug classes?

The best way to review a trading executor against known bug classes is to run a retroactive audit. This leverages build-executor references for error classes, adversarial personas, parity checks, and handicaps to guide the comprehensive review.

Does the trading executor audit require any specific dependencies to run?

No, the trading executor audit does not require any specific external dependencies to run. It operates directly on the executors/<name>/ directory and loads guidance from the local build-executor references.