High Risk →

aps_construct_attribution_primitive

Build and sign a four-axis AttributionPrimitive for an action. Axes: D (data sources), P (protocol modules), G (delegation chain), C (compute providers). Returns the complete signed object.

How to control aps_construct_attribution_primitive ↓

What aps_construct_attribution_primitive does on Agent Passport System — Cryptographic Identity for AI Agents

AI agents invoke aps_construct_attribution_primitive to trigger actions in Agent Passport System — Cryptographic Identity for AI Agents. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call — builds kicked off, notifications sent, workflows started.

ParameterTypeRequiredDescription
axes object Yes Four-axis content. See spec §1.2 for entry shapes per axis.
action object Yes Action identity tuple; the action_ref is derived as sha256(canonical(this))
issuer string Yes Issuer DID (gateway or agent producing the receipt)
timestamp string ISO-8601 UTC with ms precision + Z (§2.5). Defaults to now().
issuer_private_key string Yes Ed25519 private key hex that signs the envelope

Parameters from the server's own tool schema.

High Risk

Why aps_construct_attribution_primitive needs a policy

This tool executes a complex cryptographic operation that constructs and signs an identity primitive. While it doesn't directly delete data (Destructive) or move money (Financial), it performs a non-trivial operation whose effects depend on the arguments supplied (which axes, what delegation chains, what compute providers are specified). Misuse could create fraudulent attribution claims or forge delegation authority.

From the tool's definition Tool 'builds and signs' a cryptographic AttributionPrimitive object across four axes (data sources, protocol modules, delegation chain, compute providers) and 'returns the complete signed object.' This constructs and cryptographically commits to an…

Risk signalsHigh parameter count (13 properties)

Documented attack patterns abuse exactly the kind of access aps_construct_attribution_primitive gives an agent:

How to control aps_construct_attribution_primitive

PolicyLayer is an MCP gateway — it sits between your AI agents and Agent Passport System — Cryptographic Identity for AI Agents, and nothing reaches the server without passing your rules. This is the rule we recommend for aps_construct_attribution_primitive:

policy.json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "aps_construct_attribution_primitive": {
      "limits": [
        {
          "counter": "aps_construct_attribution_primitive_rate",
          "window": "minute",
          "max": 10,
          "scope": "grant"
        }
      ]
    }
  }
}

aps_construct_attribution_primitive stays usable, but rate-capped — a runaway agent can't fire it dozens of times a minute. Everything else on the server is denied unless you say otherwise.

  1. Create a free account and register Agent Passport System — Cryptographic Identity for AI Agents — nothing to install.
  2. Add this policy — paste it, or build it visually.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
RATE-LIMIT THIS TOOL →

Free to start. No card required.

Related tools and policies

Go deeper

Questions about aps_construct_attribution_primitive

What does the aps_construct_attribution_primitive tool do? +

Build and sign a four-axis AttributionPrimitive for an action. Axes: D (data sources), P (protocol modules), G (delegation chain), C (compute providers). Returns the complete signed object. It is categorised as a Execute tool in the Agent Passport System — Cryptographic Identity for AI Agents MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does aps_construct_attribution_primitive accept? +

aps_construct_attribution_primitive accepts 5 parameters: axes, action, issuer, timestamp, issuer_private_key. Required: axes, action, issuer, issuer_private_key. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on aps_construct_attribution_primitive? +

Register the Agent Passport System — Cryptographic Identity for AI Agents MCP server in PolicyLayer and add a rule for aps_construct_attribution_primitive: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Agent Passport System — Cryptographic Identity for AI Agents. Nothing to install.

What risk level is aps_construct_attribution_primitive? +

aps_construct_attribution_primitive is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit aps_construct_attribution_primitive? +

Yes. Add a rate_limit block to the aps_construct_attribution_primitive rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block aps_construct_attribution_primitive completely? +

Set action: deny in the PolicyLayer policy for aps_construct_attribution_primitive. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides aps_construct_attribution_primitive? +

aps_construct_attribution_primitive is provided by the Agent Passport System — Cryptographic Identity for AI Agents MCP server (https://mcp.aeoess.com/sse). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

Enforce policy on every Agent Passport System — Cryptographic Identity for AI Agents tool call.

Start from Agent Passport System — Cryptographic Identity for AI Agents, add the rest of your stack, and see everything your agents can call. Then put policy on all of it.

Free to start. No card required.

150 Agent Passport System — Cryptographic Identity for AI Agents tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.