Agenza — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agenza (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Verifiable AI Agent Identity & Reputation Protocol on ICP
Self-sovereign, W3C-compliant identity for AI agents. Register once, build reputation across platforms, take it anywhere.
| Status | ✅ All 7 phases complete. Deployed on mainnet. |
| Version | v1.5.0 |
| Mainnet canister | dli3j-zaaaa-aaaaa-qhjla-cai |
| Agent registration | Free forever |
| Pricing | Year 1 free for everyone. Platform subscriptions Year 2+. |
| Short link | bit.ly/agenza-icp |
npm install veritas-agentimport { Agent } from 'veritas-agent';
const agent = new Agent();
agent.generateKeys('principal');
const proof = agent.createHandshakeProof();Or discover via MCP: /mcp/jsonrpc — works with Claude Desktop, Cline, Goose.
npm install veritas-verifyimport { verify } from 'veritas-verify';
const result = verify(credentialJson);# Verify an agent's reputation
curl "https://dli3j-zaaaa-aaaaa-qhjla-cai.raw.icp0.io/v1/verify?did=did:agenza:b54wo..."
# Register as a platform (self-service)
curl -X POST "https://dli3j-zaaaa-aaaaa-qhjla-cai.raw.icp0.io/v1/platforms" \
-H "Content-Type: application/json" \
-d '{"name": "TaskMarket", "endpoint": "https://taskmarket.com/api"}'| Phase | What | Cost |
|---|---|---|
| 1 | Credential minting + PoP + W3C VCs | ~$15 |
| 2 | veritas-verify + veritas-agent npm | $0 |
| 3 | Credit scoring (6-factor, 0-850) | ~$5 |
| 4 | Rate limiting + mint queue | ~$3 |
| 5 | Reputation sources + admin dashboard | ~$5 |
| 6 | MCP server on-canister | $0 |
| 7 | Docs + demos + subscription management | ~$5 |
| Total | ~$33 (dev + test on playground) |
| Resource | URL |
|---|---|
| Mainnet canister | dli3j-zaaaa-aaaaa-qhjla-cai |
| Short link | bit.ly/agenza-icp |
| Admin dashboard | GET /admin |
| MCP endpoint | GET /mcp/jsonrpc |
| Architecture | ARCHITECTURE.md |
| Full spec | AGENZA-SPEC.md |
| V1 HTTP API | docs/guides/HTTP-API.md |
| Integration guide | docs/guides/INTEGRATION.md |
| npm | veritas-verify · veritas-agent |
| GitHub | kodydpa-hub/veritas |
MIT — both npm packages and all canister code are open source.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.