avp-trust-enforcement

avp-trust-enforcement is a skill for Claude Code, Codex from agentveil-protocol/agentveil-sdk. It costs 71 tokens per session (1,868 once invoked), scanned A, original, MIT.

A set of controls for checking what an AI agent is allowed to do, including risky actions, approvals, identity, reputation, and audit records. AgentVeil is the system that provides these checks.

In plain words
What is it for?
Reviewing an agent’s profile and reputation, finding agents by capability, requesting human approval for risky actions, continuing approved work, and checking signed receipts or audit evidence.
Why use it?
It helps prevent an agent from carrying out sensitive actions without review and makes it possible to inspect what happened afterward. Some installations provide only public inspection features.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Reviewing an agent’s profile and reputation, finding agents by capability, requesting human approval for risky actions, continuing approved work, and checking signed receipts or audit evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentveil-protocol/agentveil-sdk/avp-trust-enforcement
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add agentveil-protocol/agentveil-sdk --skill avp-trust-enforcement
Clone the repo
git clone --depth 1 https://github.com/agentveil-protocol/agentveil-sdk

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for avp-trust-enforcement

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentveil-protocol/agentveil-sdk/avp-trust-enforcement/github.svg)](https://agentmods.dev/skills/agentveil-protocol/agentveil-sdk/avp-trust-enforcement)
Your own site
<a href="https://agentmods.dev/skills/agentveil-protocol/agentveil-sdk/avp-trust-enforcement"><img src="https://agentmods.dev/badge/skills/agentveil-protocol/agentveil-sdk/avp-trust-enforcement/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for avp-trust-enforcement

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentveil-protocol/agentveil-sdk/avp-trust-enforcement"><img src="https://agentmods.dev/badge/skills/agentveil-protocol/agentveil-sdk/avp-trust-enforcement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,868 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 196
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01868
Opus 5 $0.00036 $0.00934
Sonnet 5 $0.00014 $0.00374
Haiku 4.5 $0.00007 $0.00187

Measured 9d ago against content hash 6c98635bf870, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

avp-trust-enforcement scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/avp-trust-enforcement/SKILL.md · 230 lines

How it starts

The opening of the file, as written. The whole thing — 230 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AgentVeil — Action-Control MCP Workflows

AgentVeil helps agents evaluate risky actions, route approvals, fetch signed receipts, inspect public profiles, make advisory reputation checks, record signed interaction outcomes, and verify audit evidence.

This skill is for the AgentVeil MCP server and Python SDK. Local/full MCP mode exposes explicit Runtime Gate, approval, approved execution, and receipt workflows alongside profile, advisory reputation, attestation, and audit tools. Hosted/read-only MCP deployments expose only public inspection tools.

For direct Python integrations, use the SDK Runtime Gate flow:

integration_preflight() -> controlled_action() -> signed receipts

When to Use

  • Inspect an agent's public profile or capability card.
  • Check advisory reputation before delegation.
  • Search for agents by capability, provider, or minimum reputation.
  • Read attestations and audit history for an agent.
  • Verify audit-chain integrity.
  • Register a local AgentVeil identity when using full local MCP mode.
  • Submit a signed attestation after an interaction.
  • Evaluate a risky action with Runtime Gate from local/full MCP mode.
  • Route human approval and resume approved execution.
  • Fetch signed DecisionReceipt and ExecutionReceipt artifacts.

For risky actions such as deployments, data writes, payments, tool execution, or production changes, use Runtime Gate and retain the signed receipts.

Configuration

Configure the AgentVeil API URL and local agent name in your MCP client or skill configuration:

skills:
  config:
    avp:
      base_url: https://agentveil.dev
      min_reputation_tier: basic
      agent_name: agentveil-agent

Prerequisites

Install and run the canonical MCP server:

pip install 'agentveil[mcp]'
agentveil-mcp

Example MCP client config:

{
  "mcpServers": {
    "agentveil": {
      "command": "agentveil-mcp",
      "env": {
        "AVP_BASE_URL": "https://agentveil.dev",
        "AVP_AGENT_NAME": "agentveil-agent"
      }
    }
  }
}

Read the full file on GitHub · 230 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 230 lines · 71 tokens per session scan A 6c98635bf870

Subscribe to this mod's changes

avp-trust-enforcement is a skill published in the GitHub repository agentveil-protocol/agentveil-sdk (15 stars, last pushed 14d ago), licensed MIT. It adds 71 tokens to every session and 1,868 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

edgeone skill scanner

A local static scanner that checks agent-skill files for security risks before they are installed or used. Static analysis examines files without running them.

Tencent/AI-Infra-Guard · 148 tokens

direct-injection-detection

Detect direct prompt injection or instruction override via user message (no external content). Focuses on system/role override attempts.

Tencent/AI-Infra-Guard · 30 tokens

integrate-arcjet-guard-genkit

Integrate Arcjet security into a Genkit JS agent using @arcjet/guard — wrap ai.defineTool, put guardMiddleware on generate({ use }) for unwrapped / MCP / filesystem tools, and read a caller-owned id from generate({ context }). Use when asked to add Arcjet to genkit, rate limit its tools, screen inbound messages, or…

arcjet/arcjet-js · 89 tokens

create-custom-grader

Use when converting an existing benchmark, rubric, verifier, task YAML/JSON, or domain check into SkillEvaluator BYOG/BYOT custom evaluation.

NVIDIA/SkillEvaluator · 35 tokens

integrate-arcjet-guard-google-adk

Integrate Arcjet security into a Google ADK JS app using @arcjet/guard — put guardPlugin first on Runner({ plugins }) so beforeToolCallback gates tools, and read a caller-owned id from helper options or context. Use when asked to add Arcjet to Google ADK, @google/adk, rate limit its tools, screen inbound messages, or…

arcjet/arcjet-js · 111 tokens

integrate-arcjet-guard-tanstack-ai

Integrate Arcjet security into a TanStack AI chat() app using @arcjet/guard — put guardMiddleware first on chat({ middleware }) so onBeforeToolCall gates tools, and read a caller-owned id from chat({ context }). Use when asked to add Arcjet to TanStack AI, rate limit its tools, screen inbound messages, or block prompt…

arcjet/arcjet-js · 103 tokens