{"audit":{"version":"1.5","generated_at":"2026-08-25T04:56:07.735371+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/tizona.venusberg.workers.dev","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"tizona.venusberg.workers.dev","name":"Tizona Intelligence","url":"https://tizona.venusberg.workers.dev/.well-known/agent-card.json"}},"identity":{"provider":{"organization":"Tizona Intelligence","url":"https://tizona.venusberg.workers.dev"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":"0.3.0","supports_streaming":false,"supports_push_notifications":false},"operational":{"live_state":"live","live_responds":true,"last_status_code":200,"last_elapsed_ms":45,"last_error":null},"track_record":{"first_seen":"2026-08-25T02:47:20.245846+00:00","last_checked":"2026-08-25T02:47:20.245846+00:00","last_seen_ok":"2026-08-25T02:47:20.245846+00:00","checks_total":1,"checks_ok":1,"uptime_pct":100.0,"uptime_window_days":30,"uptime_probes":1,"archived":false,"archived_reason":null},"conformance":{"score":59,"grade":"D","summary":"D-grade: significant issues, auth-gated, partially broken, or stale.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Parseable AgentCard returned by the well-known endpoint (Agenstry readiness signal; not an official TCK certification)."},{"key":"live_responds","label":"Live JSON-RPC","points":25,"max_points":25,"status":"pass","detail":"Endpoint responds to a negotiated A2A SendMessage probe (answers in ~57 ms)."},{"key":"protocol_version","label":"Protocol version","points":5,"max_points":10,"status":"partial","detail":"Declares pre-1.0 A2A 0.3.0 (Google preview). Upgrade to v1.x for full points."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":0,"max_points":15,"status":"info","detail":"Only 1 probe so far, need ≥5 for an uptime grade."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 11 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: Tizona Intelligence (https://tizona.venusberg.workers.dev). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit."},{"key":"freshness","label":"Freshness + modern flags","points":4,"max_points":5,"status":"pass","detail":"seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"Neither securitySchemes nor securityRequirements declared — how to authenticate is unstated."}]},"card_read":{"findings":[],"clean":true,"source_url":"https://tizona.venusberg.workers.dev/.well-known/agent-card.json"},"skills":[{"id":"validate_australian_identifier","name":"Validate an Australian identifier","description":"Check an Australian ABN, ACN, ARBN, TFN, Medicare card number or BSB against its official checksum. Spaces and hyphens are ignored. For a valid ABN it also reports whether the holder is a company.","tags":["australia","validation","identifier","abn","acn","tfn"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"calculate_gst","name":"Calculate Australian GST","description":"Add GST to a GST-exclusive amount, or extract the GST contained in a GST-inclusive amount. Computed in integer cents so results never drift by rounding.","tags":["australia","tax","gst","arithmetic"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"total_invoice","name":"Total an Australian invoice with GST","description":"Total a multi-line invoice, handling GST-free items and both permitted rounding methods. Returns the totals plus a comparison of per-line versus total-based rounding and the discrepancy between them, which is the point: the ATO allows ei…","tags":["australia","tax","gst","invoice"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"compare_entity_names","name":"Compare two company or person names","description":"Score whether two names refer to the same entity, from 0 to 1, with the reasoning broken out. Recognises 81 spellings of 30 legal forms across 21 countries, so \"Pty. Ltd.\" and \"Proprietary Limited\" are the same thing; ignores word order,…","tags":["matching","names","similarity"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"match_entity_name","name":"Match a name against a list of candidates","description":"Score one name against up to 750 candidates and return those above a threshold, ranked, each with its position in the input array so results can be correlated back. Use this to find a customer in an existing list rather than comparing pa…","tags":["matching","names","screening"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"deduplicate_entity_names","name":"Cluster a list of names into distinct entities","description":"Group up to 250 names into clusters that appear to be the same entity — the job behind a CRM merge or a supplier list cleanup.","tags":["matching","names","deduplication"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"screen_against_sanctions","name":"Screen a name against the OFAC sanctions list","description":"Check whether a person or company name appears on the OFAC Specially Designated Nationals list. Matches partial and reordered names, survives transliteration and deliberate obfuscation, and returns each hit with a score and the date the …","tags":["sanctions","ofac","screening","compliance"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"sanctions_dataset_version","name":"Which sanctions list version is loaded","description":"Report the source, publication date, hash, size and age of the sanctions list currently in use. An auditor asks which list version a decision was made against; this answers it. Check the freshness field before relying on a nil screening …","tags":["sanctions","provenance","metadata"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"capture_web_page_with_proof","name":"Screenshot a web page and get a timestamped record you can prove later","description":"Takes a screenshot of a web page and returns a record anyone can check afterwards, with the time signed by an outside timestamp authority.","tags":["evidence","attestation","screenshot","timestamp","rfc3161"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"verify_web_page_attestation","name":"Check a capture record has not been altered","description":"Recomputes the hashes in a capture record and says whether they still match.","tags":["evidence","attestation","verification"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]},{"id":"normalise_entity_name","name":"Normalise a name to a canonical form","description":"Reduce a name to its comparable core with the legal form separated out — useful as a stable grouping key. Reports every token it removed, so nothing disappears without explanation, and flags any obfuscation found.","tags":["matching","names","normalisation"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"]}],"provenance":[{"source":"mcp_registry","first_seen":"2026-08-25T02:47:20.245846+00:00"}],"recent_probes":[{"fetched_at":"2026-08-25T02:47:20.245846+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":45,"live_responds":true}],"catalog_attestation":null,"operator_revenue_evidence":{"evidence_class":"operator_submitted","authenticity":{"rung":"no_operator_evidence","rank":0,"why":"No verifiable operator evidence has been submitted for this agent.","thresholds":{"min_independent_payers":3,"min_verified_usd":25.0},"engine_table":"agent_authenticity","merge_rule":"max(existing_rank, rank)"},"metric_metadata":{"provenance":"operator_submitted_evidence","confidence":"attested","coverage":{"numerator":0},"as_of":"2026-08-25T04:56:07.743397+00:00","definition":"Revenue proofs submitted by the verified owner and re-checked by Agenstry against the settlement chain or the operator's own Stripe account. Only independently confirmed proofs are counted."},"counts":{"retained":0,"verified":0,"unverifiable":0},"verified":{"gross_usd":0.0,"transactions":0,"independent_payers":0},"detail_url":"https://agenstry.com/api/agents/tizona.venusberg.workers.dev/evidence","dispute_url":"https://agenstry.com/agents/tizona.venusberg.workers.dev/dispute"},"verification_history":[],"signatures":[{"protected":"eyJhbGciOiJFUzI1NiIsImprdSI6Imh0dHBzOi8vYWdlbnN0cnkuY29tLy53ZWxsLWtub3duL2p3a3MuanNvbiIsImtpZCI6ImFnZW50ZmluZGVyLWVzMjU2LTEiLCJ0eXAiOiJKT1NFIn0","signature":"B2uwqsc5NcQbjVrCaiNDXc7sKVtW5g2sDnJGxE9v3Fh9yWWF4f8MRm-eN88oCA8Qfe5jHMNggNq1TcIIGtxlYw"}]}