Back to browse
GitHub Repository

Safe refund policy layer for AI agents — Python + TypeScript. Same behavior, shared tests.

2 starsPython

Refund Guard – a policy gate for AI agents that can issue refunds

by MJM_13·Apr 11, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemShip It

MECE security map for refund agents when Stripe has no native guardrails.

Strengths
  • Agent input boundary restricts model to only amount and reason parameters
  • Provider invocation gate prevents refund calls unless policy passes 100%
  • Published on both PyPI and npm with matching test suites across languages
Weaknesses
  • Narrow scope—only refunds, not broader AI agent financial guardrails
  • Zero stars suggests early stage with unproven production adoption
Category
Target Audience

Developers building AI agents with payment capabilities

Similar To

Lakera · Guardrails AI · Rebuff

Similar Projects

Security●●Solid

Agent Gate – Execution authority for AI agents, vault-backed rollback

The idea of inserting a deterministic 'gate' between proposed tool calls and execution is smart and practical: precomputed classification plus an agent-unreachable vault means destructive operations become reversible by default. The README calls out clear mechanics (envelope checks, vault backup, tiered responses and structured denials) which suggests this is more than a thought experiment — it's a focused infra piece for teams that actually let agents touch production.

Big BrainNiche Gem
hammer32
113mo ago