Agent Passport System — Cryptographic Identity for AI Agents
NPM · AGENT-PASSPORT-SYSTEM-MCP · 2 COMPONENTS · SCANNED AUG 4
Cryptographic identity, delegation, governance, and commerce for AI agents. 150 tools.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security81
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
- 7 of 7 dependencies flagged as unhealthy (7 deprecated). View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability62
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (poor).Fail
- Tool/resource definitions use about 13193 tokens (~87/item across 150 items; 150 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management22
- Stability check failed: the tool surface changed between 3.3.0 and 4.0.0: 0 tool removals, 23 breaking changes, 0 additions. See how to fix → Fail
Tool Coverage89
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 67% of tool parameters carry a description.Partial
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · agent-passport-system-mcp
claude mcp add aeoess-agent-passport-mcp -- npx -y agent-passport-system-mcp
codex mcp add aeoess-agent-passport-mcp -- npx -y agent-passport-system-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aeoess-agent-passport-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"agent-passport-system-mcp"
],
"enabled": true
}
}
} openclaw mcp add aeoess-agent-passport-mcp --command npx --arg -y --arg agent-passport-system-mcp
mcp_servers:
aeoess-agent-passport-mcp:
command: "npx"
args: ["-y", "agent-passport-system-mcp"] {
"mcpServers": {
"aeoess-agent-passport-mcp": {
"command": "npx",
"args": [
"-y",
"agent-passport-system-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 19 to 22.
- 3 Aug 26 −4
- Dependency health: 1.00 → 0.00 ▼ functional
- 2 Aug 26 +17
- Malware scan: unverified → pass ▲ security
- Schema quality: unverified → poor ▲ functional
- 1 Aug 26 +44
- Provenance: unverified → fail ▼ security
- Stability: unverified → fail ▼ security
- Install scripts: unverified → partial ▲ security
- Known CVEs: unverified → pass ▲ security
- The scripts that run when this package is installed changed: postinstall security
- Maintenance: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Dependency health: unverified → 1.00 ▲ functional
- Licence: Apache-2.0 functional
- Package version: 3.3.0 → 4.0.0 functional
- 31 Jul 26 −19
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −27
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- 27 Jul 26 51
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| postinstall | unreviewed | echo '\n🔑 Agent Passport MCP installed! Run: npx agent-passport-system-mcp setup\n Or for zero-install remote: npx agent-passport-system-mcp setup --remote\n' |
Dependencies 7 packages
7 packages in the resolved dependency tree · 7 deprecated.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
create_access_snapshot ~91
Create an immutable access snapshot — freezes terms, jurisdiction, and constraints at moment of access. Anti-rug-pull.
| Name | Type | Req | Description |
|---|---|---|---|
| accessReceiptId | string | yes | — |
| allowedPurposes | array | yes | — |
| compensationRate | number | yes | — |
| currency | string | yes | — |
| sourceId | string | yes | — |
| sourceJurisdiction | string | — | — |
| termsVersion | string | yes | — |
No output schema declared.
No examples provided.
create_agent_context ~98
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Create an enforcement context that automatically runs every action through the 3-signature policy chain.
| Name | Type | Req | Description |
|---|---|---|---|
| delegated_scopes | array | — | Scopes to delegate |
| enforcement | string | — | Enforcement level |
| mission | string | yes | Agent mission statement |
| name | string | yes | Agent name |
| spend_limit | number | — | Maximum spend allowed |
No output schema declared.
No examples provided.
create_approval_request ~74
Create a multi-party approval request for charter amendments, office transfers, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| policy_id | string | yes | — |
| requested_by | string | yes | — |
| subject | string | yes | What is being approved (e.g. amendment ID) |
| subject_type | string | yes | — |
| timeout_seconds | number | — | — |
No output schema declared.
No examples provided.
create_artifact_provenance ~118
Tag an agent-generated artifact with provenance metadata (content hash, risk class, authoring agent).
| Name | Type | Req | Description |
|---|---|---|---|
| artifact_type | string | yes | e.g. email_draft, code_script, database_query |
| content | string | yes | The artifact content (used for hash, not stored) |
| delegation_ref | string | yes | — |
| intended_use | string | yes | — |
| requires_human_execution | boolean | — | — |
| risk_class | string | yes | — |
| trust_epoch | number | — | — |
| valid_until | string | yes | — |
No output schema declared.
No examples provided.
create_chained_governance_block ~131
Create a governance block for derivative content that references the original publisher's block. Preserves the chain of provenance.
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Derivative content |
| derivationType | string | yes | Type: summary, embedding, rag_chunk, translation, etc. |
| inference | string | — | — |
| parentBlock | string | yes | Original governance block JSON string |
| privateKey | string | yes | Derivative agent's Ed25519 private key (hex) |
| publicKey | string | yes | Derivative agent's Ed25519 public key (hex) |
| training | string | — | — |
No output schema declared.
No examples provided.
create_charter ~133
Create a new institutional charter — the constitutional root of an organization. Defines offices, amendment rules, dissolution policy.
| Name | Type | Req | Description |
|---|---|---|---|
| amendment_board_keys | array | yes | Ed25519 public keys eligible for amendment voting |
| amendment_required_sigs | number | yes | Signatures required for amendment |
| dissolution_grace_seconds | number | — | — |
| founder_private_key | string | yes | Founder's Ed25519 private key |
| founder_public_key | string | yes | Founder's Ed25519 public key |
| founder_role | string | — | — |
| name | string | yes | Institution name |
| offices | array | yes | Offices to create |
No output schema declared.
No examples provided.
create_data_enforcement_gate ~52
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Create a data enforcement gate that checks terms before allowing data access.
| Name | Type | Req | Description |
|---|---|---|---|
| mode | string | — | Enforcement mode |
No output schema declared.
No examples provided.
create_decision_lineage_receipt ~106
Create a Decision Lineage Receipt — traces which data sources influenced a decision. Right-to-explanation primitive.
| Name | Type | Req | Description |
|---|---|---|---|
| contributingSources | array | yes | — |
| decisionArtifactId | string | yes | — |
| decisionType | string | yes | E.g. loan_approval, content_moderation, risk_assessment |
| explanation | string | — | — |
| governingPurpose | string | — | — |
| lineageCompleteness | string | yes | — |
| transformChain | array | — | — |
No output schema declared.
No examples provided.
create_delegation ~102
[OPERATOR] Create a scoped delegation from one agent to another.
| Name | Type | Req | Description |
|---|---|---|---|
| delegated_to | string | yes | Public key of the agent receiving delegation |
| expires_in_hours | number | — | Delegation validity in hours |
| max_depth | number | — | How many levels of sub-delegation |
| scope | array | yes | Scopes to grant (e.g. ['web_search', 'code_execution']) |
| spend_limit | number | — | Maximum spend allowed |
No output schema declared.
No examples provided.
create_derivation_receipt ~162
Create a signed derivation receipt tracking how data was transformed. Multi-hop lineage with break markers.
| Name | Type | Req | Description |
|---|---|---|---|
| breakReason | string | — | — |
| derivativeId | string | yes | Unique ID for the derivative artifact |
| derivativeType | string | yes | Type: rag_chunk, embedding, summary, model_weights, synthetic_derivative, etc. |
| externalBoundaryBreak | boolean | — | True if data left the system and returned |
| isSyntheticDerivative | boolean | — | — |
| lineageConfidence | string | yes | — |
| parentArtifacts | array | yes | Parent artifacts this was derived from |
| transformClass | string | yes | Transform type: copy, subset, summary, embedding, aggregation, synthetic, model_training |
| upstreamObligationsRetained | boolean | — | — |
No output schema declared.
No examples provided.
create_disclosure ~53
Create a selective disclosure of principal identity. Controls how much info is revealed.
| Name | Type | Req | Description |
|---|---|---|---|
| level | string | yes | Disclosure level: public (everything), verified-only (id+key+domain), minimal (hash+DID only) |
No output schema declared.
No examples provided.
create_gateway ~73
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Create a ProxyGateway enforcement boundary.
| Name | Type | Req | Description |
|---|---|---|---|
| approvalTTLSeconds | number | — | Two-phase approval timeout |
| gatewayId | string | — | Custom gateway ID |
| maxPendingPerAgent | number | — | Max pending approvals per agent |
No output schema declared.
No examples provided.
create_hybrid_timestamp ~55
Create a gateway-issued hybrid timestamp (Consilium Q1: HLC + NTP uncertainty).
| Name | Type | Req | Description |
|---|---|---|---|
| drift_ms | number | — | NTP drift bound in milliseconds |
| gateway_id | string | yes | Gateway issuing the timestamp |
No output schema declared.
No examples provided.
create_intent ~132
Declare an intent to perform an action. First step of the 3-signature chain.
| Name | Type | Req | Description |
|---|---|---|---|
| action_type | string | yes | What type of action (e.g. 'web_search', 'commerce:checkout') |
| context | string | — | Why the agent wants to do this |
| delegation_id | string | yes | Delegation ID authorizing this action |
| scope_required | string | yes | Which delegation scope is needed |
| spend_amount | number | — | Expected spend amount |
| spend_currency | string | — | Spend currency (e.g. 'usd') |
| target | string | yes | What the action operates on |
No output schema declared.
No examples provided.
create_outcome_record ~92
Register an action outcome (agent perspective). Part of three-way reporting.
| Name | Type | Req | Description |
|---|---|---|---|
| action_id | string | yes | — |
| declared_intent | string | yes | — |
| divergence_score | number | yes | — |
| observed_outcome | string | yes | — |
| outcome_class | string | yes | — |
| semantic_uncertainty | string | yes | — |
| trust_epoch | number | — | — |
| valid_until | string | yes | — |
No output schema declared.
No examples provided.
create_policy_context ~71
Create a v2 PolicyContext with mandatory sunset. Every v2 object requires one.
| Name | Type | Req | Description |
|---|---|---|---|
| policy_version | string | — | — |
| trust_epoch | number | — | — |
| valid_until | string | yes | ISO 8601 expiration (mandatory, max 180 days) |
| values_floor_version | string | — | — |
No output schema declared.
No examples provided.
create_principal ~122
Create a principal identity (human or org behind agents). Gets its own Ed25519 keypair.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_channel | string | — | Contact method (e.g. 'telegram:@aeoess') |
| disclosure_level | string | — | How much identity to reveal |
| display_name | string | yes | Human-readable name (e.g. 'Tima', 'Acme Corp') |
| domain | string | — | Verifiable domain (e.g. 'aeoess.com') |
| jurisdiction | string | — | Legal jurisdiction (e.g. 'US', 'EU') |
No output schema declared.
No examples provided.
create_reserve_attestation ~122
Create a signed reserve attestation proving a delegation has actual funds (GPT #15).
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | — |
| assurance_class | string | yes | — |
| attestation_basis | string | yes | — |
| attester_private_key | string | yes | — |
| attester_public_key | string | yes | — |
| charter_anchor | string | — | — |
| currency | string | — | — |
| delegation_id | string | yes | — |
| false_attestation_penalty | string | — | — |
| office_id | string | — | — |
| ttl_seconds | number | — | — |
No output schema declared.
No examples provided.
create_task_brief ~98
[OPERATOR] Create a new task with roles, deliverables, and acceptance criteria.
| Name | Type | Req | Description |
|---|---|---|---|
| acceptance_criteria | array | yes | What 'done' looks like |
| deadline | string | — | ISO 8601 deadline |
| deliverables | array | yes | Expected outputs |
| description | string | yes | What needs to be done |
| roles | array | yes | Roles needed for this task |
| title | string | yes | Task title |
No output schema declared.
No examples provided.
create_v2_delegation ~84
Create a v2 delegation with versioning, mandatory sunset, and PolicyContext binding.
| Name | Type | Req | Description |
|---|---|---|---|
| delegatee | string | yes | Public key of the agent receiving authority |
| scope_categories | array | yes | Action categories (e.g., ['analysis', 'communication']) |
| trust_epoch | number | — | — |
| valid_until | string | yes | ISO 8601 expiration |
No output schema declared.
No examples provided.
declare_reidentification_risk ~55
Declare re-identification risk for transformed or synthetic data.
| Name | Type | Req | Description |
|---|---|---|---|
| assessedBy | string | yes | — |
| assessmentMethod | string | — | — |
| mitigationsApplied | array | — | — |
| risk | string | yes | — |
No output schema declared.
No examples provided.
define_emergency_pathway ~118
Define a pre-authorized emergency pathway at delegation time. Only the delegator can define these.
| Name | Type | Req | Description |
|---|---|---|---|
| delegation_ref | string | yes | — |
| description | string | yes | — |
| expanded_scope_categories | array | yes | — |
| max_duration | string | — | — |
| review_authority | string | yes | — |
| review_deadline | string | — | — |
| trigger_field | string | yes | — |
| trigger_operator | string | yes | — |
| trigger_value | — | yes | — |
| trust_epoch | number | — | — |
| valid_until | string | yes | — |
No output schema declared.
No examples provided.
detect_purpose_drift ~61
Detect when data purpose drifts through a workflow (e.g. research → commercial).
| Name | Type | Req | Description |
|---|---|---|---|
| allowedPurposes | array | yes | — |
| currentPurpose | string | yes | — |
| intermediateSteps | array | — | — |
| originalPurpose | string | yes | — |
No output schema declared.
No examples provided.
endorse_agent ~95
Endorse an agent as a principal. Creates a cryptographic chain: principal → agent.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Agent ID to endorse |
| agent_public_key | string | yes | Agent's Ed25519 public key |
| expires_in_days | number | — | Days until endorsement expires |
| relationship | string | yes | How principal relates to agent |
| scope | array | yes | What the agent can do on principal's behalf |
No output schema declared.
No examples provided.
evaluate_intent ~83
[OPERATOR] Evaluate an intent against the Values Floor policy engine. Returns real pass/fail verdict.
| Name | Type | Req | Description |
|---|---|---|---|
| delegation_scope | array | yes | Delegation scope for context |
| delegation_spend_limit | number | yes | Delegation spend limit |
| delegation_spent | number | — | Amount already spent |
| intent_id | string | yes | Intent ID from create_intent |
No output schema declared.
No examples provided.
evaluate_revocation_impact ~46
Evaluate what happens when a data source revokes consent. Propagates obligations through derivation chains.
| Name | Type | Req | Description |
|---|---|---|---|
| sourceId | string | yes | Source ID that is revoking consent |
No output schema declared.
No examples provided.
evaluate_threshold ~45
Evaluate whether signatures meet a multi-class threshold policy (Consilium Q5).
| Name | Type | Req | Description |
|---|---|---|---|
| charter_id | string | yes | Charter whose amendment policy to evaluate against |
| signatures | array | yes | — |
No output schema declared.
No examples provided.
execute_with_context ~118
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Execute an action through the enforcement context.
| Name | Type | Req | Description |
|---|---|---|---|
| action_type | string | yes | Action type (e.g. 'api:fetch', 'data:write', 'commerce:checkout') |
| estimated_spend | number | — | Estimated spend for commerce actions |
| scope | string | yes | Required scope for this action (must match a delegated scope) |
| target | string | yes | Target of the action (e.g. URL, file path, resource ID) |
No output schema declared.
No examples provided.
file_data_dispute ~61
File a dispute against a data artifact. The protocol records disputes — resolution is external.
| Name | Type | Req | Description |
|---|---|---|---|
| artifactId | string | yes | — |
| disputeType | string | yes | — |
| evidence | array | yes | Evidence artifact IDs |
| filedBy | string | yes | — |
No output schema declared.
No examples provided.
gateway_approve ~77
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Two-phase execution: approve a tool call without executing it.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | — |
| context | string | — | — |
| params | object | — | — |
| scopeRequired | string | yes | — |
| tool | string | yes | — |
No output schema declared.
No examples provided.
gateway_process_tool_call ~92
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Process a tool call through the gateway enforcement boundary.
| Name | Type | Req | Description |
|---|---|---|---|
| agentId | string | yes | — |
| context | string | — | — |
| params | object | — | — |
| scopeRequired | string | yes | — |
| spendAmount | number | — | — |
| spendCurrency | string | — | — |
| tool | string | yes | — |
No output schema declared.
No examples provided.
gateway_stats ~31
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Get gateway statistics.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
generate_aps_txt ~144
Generate a signed aps.txt file for site-wide governance. Like robots.txt but cryptographically signed with terms, revocation endpoint, and MCP upgrade path.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain this declaration covers (e.g. theagenttimes.com) |
| inference | string | — | — |
| mcpEndpoint | string | — | — |
| privateKey | string | yes | Publisher's Ed25519 private key (hex) |
| publicKey | string | yes | Publisher's Ed25519 public key (hex) |
| publisherName | string | yes | Human-readable publisher name |
| redistribution | string | — | — |
| revocationEndpoint | string | — | — |
| training | string | — | — |
No output schema declared.
No examples provided.
generate_governance_block ~134
Generate a cryptographically signed governance block for embedding in HTML pages. Includes terms, revocation policy, and content hash.
| Name | Type | Req | Description |
|---|---|---|---|
| caching | string | — | — |
| content | string | yes | Article/page content to hash and govern |
| derivative | string | — | — |
| inference | string | — | — |
| license_url | string | — | — |
| privateKey | string | yes | Publisher's Ed25519 private key (hex) |
| publicKey | string | yes | Publisher's Ed25519 public key (hex) |
| redistribution | string | — | — |
| terms_version | string | — | — |
| training | string | — | — |
No output schema declared.
No examples provided.
generate_keys ~19
Generate an Ed25519 keypair for agent identity.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
generate_settlement ~95
[deprecated in v3.0.0 — use gateway.aeoess.com REST API] Generate a Merkle-committed, signed settlement record for a period.
| Name | Type | Req | Description |
|---|---|---|---|
| endDate | string | yes | Period end (YYYY-MM-DD) |
| periodLabel | string | yes | Label (e.g. '2026-Q1', '2026-03') |
| startDate | string | yes | Period start (YYYY-MM-DD) |
No output schema declared.
No examples provided.
get_agora_by_topic ~29
Get all messages in a topic.
| Name | Type | Req | Description |
|---|---|---|---|
| topic | string | yes | Topic to filter by |
No output schema declared.
No examples provided.
get_agora_thread ~34
Get a message thread from the Agora feed.
| Name | Type | Req | Description |
|---|---|---|---|
| message_id | string | yes | Root message ID to get thread for |
No output schema declared.
No examples provided.
get_agora_topics ~21
List all topics in the Agora feed with message counts.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_behavioral_sequence ~63
Get the post-issuance behavioral sequence for an agent. Shows the first 10 tool calls after passport issuance. Real agents do work. Farming agents extract. This is consilium signal #2.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | The agent ID to query |
No output schema declared.
No examples provided.
get_commerce_spend ~51
Get spend analytics for a commerce delegation.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | Agent ID |
| delegation_id | string | yes | Commerce delegation ID |
| spend_limit | number | yes | Total allowed spend |
No output schema declared.
No examples provided.
get_digest ~41
Get a personalized digest from the Intent Network: relevant matches, pending intro requests, and incoming intros. The killer feature — 'what matters to me right now?'
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_evidence ~41
[ANALYST/BUILDER/REVIEWER] Get evidence that was handed off to you.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | Task ID |
No output schema declared.
No examples provided.
get_fleet_status ~21
Get status of all agents endorsed by the current principal.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_my_role ~22
Get your current role, assigned tasks, and role-specific instructions.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_passport_grade ~88
Query the attestation grade and issuance context for a passport. Returns the passport grade (0-3), flags, and evidence summary. Grade 0 = self-signed, 1 = issuer countersigned, 2 = runtime-bound, 3 = principal-bound. This is the partner-facing trust query.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | The agent ID of the passport to query |
No output schema declared.
No examples provided.
get_promotion_history ~19
Get the promotion review history for this session.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_task_detail ~36
Get full details of a specific task including all evidence, reviews, and deliverables.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | Task ID |
No output schema declared.
No examples provided.
governance_360 ~154
Execute the full governance 360 loop on HTML content: extract governance block → verify signature + content hash → check usage terms → create signed access receipt. This is what an agent calls on every page it reads.
| Name | Type | Req | Description |
|---|---|---|---|
| agentPrivateKey | string | yes | Your agent's Ed25519 private key (hex) |
| agentPublicKey | string | yes | Your agent's Ed25519 public key (hex) |
| contentBody | string | yes | Article text content (for hash verification) |
| html | string | yes | Full HTML of the page |
| intendedUsage | string | yes | — |
| publisherPublicKey | string | yes | Publisher's Ed25519 public key (hex) |
| sourceUrl | string | yes | URL of the page |
No output schema declared.
No examples provided.
handoff_evidence ~86
[OPERATOR] Transfer approved evidence from researcher to analyst.
| Name | Type | Req | Description |
|---|---|---|---|
| packet_id | string | yes | Approved evidence packet ID |
| review_id | string | yes | Review ID that approved it |
| task_id | string | yes | Task ID |
| to_agent_key | string | yes | Destination agent's public key |
| to_role | string | yes | Destination role (e.g. analyst) |
No output schema declared.
No examples provided.