agent-passport

Verify an agent passport against proposed actions with EXO 3.0 compliance checks.

75|18|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/JKHeadley/instar --skill agent-passport
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-passport
Source: https://github.com/JKHeadley/instar/tree/main/skills/agent-passport
Command: npx skills add https://github.com/JKHeadley/instar --skill agent-passport

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you inspect an agent's digital passport so you can understand who it is, what it is trusted to do, and whether a proposed action should be permitted.

Core Features & Use Cases

  • Identity and Trust View: Surface the agent's routing fingerprint, trust level, and issued metadata in one portable passport.
  • Action Verification: Check a proposed action against allowed capabilities, forbidden actions, and trust-floor rules before relying on another agent.
  • Use Case: A teammate agent proposes a high-impact operation such as moving funds or changing infrastructure, and you want a deterministic compliance check before proceeding.

Quick Start

Ask the skill to show the agent passport and verify a peer's proposed action against it.

Frequently Asked Questions about agent-passport

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify an agent's identity and trust level before approving a sensitive action?

You can verify an agent's identity by inspecting its digital passport metadata, checking its routing fingerprint, and applying trust-level gating rules to see if the proposed action is permitted.

What is an agent passport used for in agent-to-agent compliance checks?

An agent passport is a portable metadata record used in agent-to-agent compliance checks to surface an agent's identity, trust level, and allowed capabilities before relying on it for sensitive operations.

How do I check if a proposed action violates forbidden-action rules in EXO 3.0?

To check a proposed action in EXO 3.0, compare the requested operation against the agent's passport metadata and forbidden-action rules to deterministically verify whether the action should be permitted.

Can I use deterministic verification for agent routing and high-impact operations like moving funds?

Yes, deterministic verification can gate high-impact operations like moving funds by checking the proposed action against the agent's trust floor and allowed capabilities before proceeding.

What metadata is required to perform an agent trust and compliance check?

Performing an agent trust and compliance check requires passport metadata, forbidden-action rules, and trust-level gating definitions to generate a deterministic verification result for the proposed action.