Sentinel Core – A zero-telemetry enforcement gate for GitHub Actions
Hard-fail CI gate for GitHub Actions, but broader tools like Snyk, TruffleHog already integrate Actions scanning.
Collateralized execution engine for AI agents: bond-and-slash accountability with Ed25519 identities, bounded exposure, and progressive trust tiers.
Reintroduces economic friction to AI agents via stake-gated execution—genuinely novel.
AI agent system builders and autonomous marketplace developers
The idea is simple: as AI agents reduce the marginal cost of sending bids, API calls, negotiations, etc., systems designed around human friction become vulnerable to synthetic pressure.
AgentGate requires:
Identity registration with an Ed25519 public key
Bond lock before action execution
Cryptographically signed action execution and resolution
Replay protection (timestamp window)
Per-identity rate limiting
Progressive minimum bond requirements
Actions remain capital-backed until resolved. Outcomes determine refund, partial burn, or full slashing.
This is not a token project and does not depend on blockchain. It’s a local-first microservice (Node + SQLite) designed to sit in front of agent systems or marketplaces to reintroduce economic friction.
There’s a runnable toy-agent example in the repo that demonstrates end-to-end signing and execution.
I’m interested in feedback from people building autonomous agents or agent marketplaces. Is stake-backed gating something you would consider using?
Hard-fail CI gate for GitHub Actions, but broader tools like Snyk, TruffleHog already integrate Actions scanning.
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.
Bond-based economic accountability for agents—makes spam irrational, not just rate-limited.
OPA policies for AI agents cover code-exec paths standard SDK wrappers miss.
IR-first workflow where agents update contracts before writing code—genuine governance signal.
Verification gates force test-first TDD; agents track failure context across retries.