This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryNew receipt CLI command creates portable JSON/Markdown trust artifacts with explicit action verdicts.
Full changelog
MCP Receipts: portable trust evidence for agent dependencies
This release makes MCP Receipts a canonical public trust artifact for MCP Observatory.
A scan finds facts. A report explains facts. A receipt makes those facts portable, reproducible, citable, and actionable for CI gates, Safety Index entries, maintainers, agents, and buyers.
Highlights
- New
receiptCLI command for standalone JSON or Markdown MCP Receipts. - New
audit --receipt <file>output path to emit receipts alongside JSON, Markdown, or SARIF reports. - Receipt verdicts with explicit action states:
allow,gate,rerun,quarantine, andescalate. - Buyer-ready and maintainer-ready CTAs inside receipt artifacts.
- Government and enterprise pilot artifacts: procurement one-pager, security due diligence, public guidance crosswalk, and commercial boundary docs.
- Private telemetry command center improvements for growth direction, stale-version adoption, and paid-intent tracking.
- Stronger test coverage around receipt generation, artifact hashing, action receipts, and release behavior.
Try it
npx @kryptosai/mcp-observatory@latest audit npx -y <server-package> --receipt receipt.md --format markdown --output report.md
npx @kryptosai/mcp-observatory@latest receipt npx -y <server-package> --output receipt.json
Next step after a clean receipt
npx @kryptosai/mcp-observatory@latest setup-ci --all --sarif --schedule weekly
Notes
This is safe-mode evidence generation only. MCP Observatory does not execute destructive payloads, exfiltrate secrets, or contact attacker-controlled callbacks.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About KryptosAI/mcp-observatory
Regression testing for MCP servers. Auto-discovers servers from Claude configs, checks capabilities, invokes tools, detects schema drift between versions, and recommends new servers based on your environment. Works as both a CLI and an MCP server.
Beta — feedback welcome: [email protected]