Verify Seal AI decision receipts: signed evidence anyone can check, no account needed.
Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.
https://app.aqta.ai/api/mcp10 herramientas · 529 msverify_receiptCheck that a record still says what was signed: the permitted or refused decision, unchanged, under a trusted or embedded key. Handles both formats: ATTESTATION-v1 (a model-call decision) and ACTION-v1 (an agent tool action). No Aqta service in the check.Check that a record still says what was signed: the permitted or refused decision, unchanged, under a trusted or embedded key. Handles both formats: ATTESTATION-v1 (a model-call decision) and ACTION-v1 (an agent tool action). No Aqta service in the check.
| Parámetro | Tipo | Descripción |
|---|---|---|
| receipt* | object | string | The record, as a JSON object or a JSON string. |
| public_key | string | Base64url Ed25519 key to trust. Omit to use the key embedded in the record, which proves internal consistency only, never provenance. |
| profile | string | Usually omit this. The record's own signed version tag selects the format, and ATTESTATION-v1 is the default. Pass 'ACTION-v1' only to force an agent-action re… |
decode_receiptRead a receipt field by field, with stated limits. Does not check the signature.Read a receipt field by field, with stated limits. Does not check the signature.
| Parámetro | Tipo | Descripción |
|---|---|---|
| receipt* | object | string | — |
get_public_keyFetch the published Seal signing key.Fetch the published Seal signing key.
No se publicó ningún esquema de entrada para esta herramienta.
get_sample_receiptA genuine signed receipt from the sample workspace (demo key), for trying verification.A genuine signed receipt from the sample workspace (demo key), for trying verification.
| Parámetro | Tipo | Descripción |
|---|---|---|
| outcome | string | Pick a sample with this outcome. A BLOCKED receipt was signed without the call reaching the provider. |
get_review_packThe published sample evidence pack: fixed review question, bound receipts, disclosure.The published sample evidence pack: fixed review question, bound receipts, disclosure.
| Parámetro | Tipo | Descripción |
|---|---|---|
| pack_id | string | Pack id. Only the published "sample" pack is available without an account. |
verify_evidence_packVerify a review pack receipt by receipt. Each verdict comes from the signed envelope itself, never from stored state, and results are per-receipt, never an average.Verify a review pack receipt by receipt. Each verdict comes from the signed envelope itself, never from stored state, and results are per-receipt, never an average.
| Parámetro | Tipo | Descripción |
|---|---|---|
| pack | object | string | A pack object, or "sample" for the published sample pack. |
| public_key | string | Key to pin every receipt against. Omit to use each envelope's embedded key. |
explain_attestation_formatThe receipt format: fields, outcomes, verification commands, and what a signature does not establish. Use before describing the format.The receipt format: fields, outcomes, verification commands, and what a signature does not establish. Use before describing the format.
No se publicó ningún esquema de entrada para esta herramienta.
list_my_receiptsList your workspace receipts filtered by outcome, policy, model, or date range. Requires your aqta_ key as Bearer.List your workspace receipts filtered by outcome, policy, model, or date range. Requires your aqta_ key as Bearer.
| Parámetro | Tipo | Descripción |
|---|---|---|
| outcome | string | Only receipts with this outcome. |
| policy | string | Only receipts where this policy ran, e.g. pii_scan. |
| model | string | Only receipts for this model. |
| since | string | ISO timestamp lower bound. |
| until | string | ISO timestamp upper bound. |
| limit | number | Max rows, default 25. |
get_transparency_proofInclusion proof plus signed tree head for one of your receipts. Requires your aqta_ key.Inclusion proof plus signed tree head for one of your receipts. Requires your aqta_ key.
| Parámetro | Tipo | Descripción |
|---|---|---|
| attestation_id* | string | — |
workspace_summaryOutcome, model and policy counts across your recent receipts. Requires your aqta_ key.Outcome, model and policy counts across your recent receipts. Requires your aqta_ key.
| Parámetro | Tipo | Descripción |
|---|---|---|
| limit | number | How many recent receipts to summarise, default 100. |
10 de 10 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Verify Seal AI decision receipts: signed evidence anyone can check, no account needed.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.