tenuo-warrant

tenuo-warrant is a skill for Claude Code, Codex from tenuo-ai/tenuo. It costs 77 tokens per session (4,896 once invoked), scanned B, original, no licence file.

A guide for creating Tenuo warrants, which are capability tokens that authorize specific actions for AI agents.

In plain words
What is it for?
Use it to create, mint, design, or delegate warrants and configure agent permissions.
Why use it?
It turns a plain-language permission request into an authorization setup for an agent.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to create, mint, design, or delegate warrants and configure agent permissions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tenuo-ai/tenuo/tenuo-warrant
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 tenuo-ai/tenuo --skill tenuo-warrant
Clone the repo
git clone --depth 1 https://github.com/tenuo-ai/tenuo

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 tenuo-warrant

README.md
[![agentmods](https://agentmods.dev/badge/skills/tenuo-ai/tenuo/tenuo-warrant/github.svg)](https://agentmods.dev/skills/tenuo-ai/tenuo/tenuo-warrant)
Your own site
<a href="https://agentmods.dev/skills/tenuo-ai/tenuo/tenuo-warrant"><img src="https://agentmods.dev/badge/skills/tenuo-ai/tenuo/tenuo-warrant/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 tenuo-warrant

Your own site · 80×15
<a href="https://agentmods.dev/skills/tenuo-ai/tenuo/tenuo-warrant"><img src="https://agentmods.dev/badge/skills/tenuo-ai/tenuo/tenuo-warrant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,896 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00077 $0.04896
Opus 5 $0.00039 $0.02448
Sonnet 5 $0.00015 $0.00979
Haiku 4.5 $0.00008 $0.00490

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

Security

Grade B, and why

tenuo-warrant scanned grade B with 1 finding 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 12d 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.

Cloud metadata endpointmediumServer-side request forgery

One request to 169.254.169.254 can return temporary IAM credentials.

**Safety check — always verify:** Any capability that involves network access (fetching URLs, calling APIs, web search, webhooks) MUST have `UrlSafe()` applied, even if no specific URL pattern is needed. This prevents SS

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/tenuo-warrant/SKILL.md · 358 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 12d ago First seen · 358 lines · 77 tokens per session scan B 70a7a5f5c32a

Subscribe to this mod's changes

tenuo-warrant is a skill published in the GitHub repository tenuo-ai/tenuo (91 stars, last pushed today), with no licence file. It adds 77 tokens to every session and 4,896 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it B with 1 finding (cloud metadata endpoint). 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

using-superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions.

Onelevenvy/flock · 29 tokens

agent-eval-cases

Decide which AI agent behaviors are worth an eval case, then write those cases — harness-, framework-, and language-agnostic. Use when writing a first eval suite for an agent, adding cases to an existing one, reviewing eval cases or scorers someone else wrote, choosing between a deterministic check and an LLM judge…

agentailor/fullstack-langgraph-nextjs-agent · 174 tokens

tool-design

Design and verify tools that AI agents can actually use — for any framework or language (MCP servers, LangChain/LangGraph, function-calling, raw JSON schema; TypeScript, Python, or otherwise). Use when writing a new tool for an agent, reviewing or fixing an existing tool definition, deciding how to split capabilities…

agentailor/fullstack-langgraph-nextjs-agent · 135 tokens

code-review

This skill should be used when the user asks for a code review of a change — a pull request, merge request, branch, commit range, working-tree change, or pasted diff — covering correctness, security, performance, structure, and repository-specific rules. Trigger on phrases like "review this PR", "review this MR"…

srtab/daiv · 164 tokens

plan

This skill should be used when the user asks to explore a codebase and design implementation plans without making any changes. Trigger when users say 'plan how to implement X', 'design an approach for Y', 'explore the codebase before changing Z', 'create an implementation strategy', 'analyze how to refactor X', 'map…

srtab/daiv · 90 tokens

security-audit

This skill should be used when the user asks to review code for security vulnerabilities, audit a pull request or merge request for risks, check if code is safe, find injection flaws or hardcoded secrets, or assess the security posture of a feature or codebase area. Use this skill even when the user doesn't say…

srtab/daiv · 153 tokens