Sentinel v0.1.0 Public Preview
Sentinel v0.1.0 Public Preview
Initial public preview of Sentinel, a safety and claim-verification layer for
sponsored recommendations inside AI conversations.
Included
- FastAPI
/v1/analyzeendpoint for ad placement verification. - MCP
verifytool using the same safety pipeline. - Deterministic
APPROVE,BLOCK, andESCALATEgate. - Signed receipt support when an ed25519 key is configured.
- Local audit trail and trace-console demo assets.
- Seed eval regression and adversarial held-out measurement.
- Security policy, contributing guide, maintainer file, roadmap, and GitHub CI.
Verification
- GitHub Actions CI: https://github.com/vedantggwp/sentinel/actions/runs/26730578617
python -m pytest -qpasses 92 tests in CI.python -m sentinel.evalreports seed regression 25/25.- Adversarial held-out set is reported as measurement only and currently passes 3/10.
Known Limits
- Tavily live claim verification, Overmind span export, and Thrad bid
normalization are public-v1 roadmap items with fixture or optional paths today. - No broad adoption is claimed for this release.
- External services must never bypass the deterministic placement gate.