Developer Tools / AI Safety / Governance

Open-AGS Attestor

A repository for a zero-trust execution boundary that sits between AI agents and real system actions. It evaluates policy, approval, scope, freshness, replay, and evidence before allowing operations to proceed.

Clear24/30
Useful26/30
Specific18/20
Complete11/20
Open-AGS Attestor screenshot

Why it was accepted

The page clearly describes an AI-adjacent developer project with a concrete purpose: gatekeeping high-risk agent actions before execution. The README shows how it works, the decision states it returns, the kinds of operations it covers, and how teams are meant to integrate it in shadow or customer-owned gate modes. There is enough visible evidence for a useful public listing.

Weakness

The snapshot does not show install commands, API surface, example requests/responses, or enough implementation detail to tell how a developer would run or integrate it beyond the high-level flow. The maintenance and production readiness story is also limited to an evaluation baseline note.

Review status

6 days ago #878 ↑ +2

Last evaluated 6 days ago. Current rank #878. Up 2 spots in the rankings.

Score history

79

Related listings

CodeGraph screenshot
94

Developer Tools / AI for Code

CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly.

scribe screenshot
#3 scribe
92

Developer Tools / AI Agents

Single-binary CLI that builds an AI agent knowledge base from git repos, Claude Code/Codex sessions, and saved links. It generates a portable markdown wiki, runs on cron, supports local Ollama mode, and exposes the result for agents via CLAUDE.md/AGENTS.md and MCP.

LLMRender screenshot
92

Developer Tools / React Libraries

A lightweight React Markdown renderer with built-in LaTeX, syntax highlighting, streaming-safe rendering, and security-focused defaults.

Version Sentinel screenshot

Developer Tools / AI Coding Guardrails

Claude Code plugin that blocks dependency edits until a fresh, source-cited version check is recorded, helping prevent hallucinated or stale package versions across npm, pip, Poetry/uv, Cargo, and NuGet.