tenuo-audit

tenuo-audit is a skill for Claude Code, Codex from tenuo-ai/tenuo. It costs 83 tokens per session (3,322 once invoked), scanned B, original, no licence file.

A security review guide for Tenuo warrants, which are permissions that define what an AI agent may do.

In plain words
What is it for?
Use it to explain or audit warrants, assess their blast radius, review delegation chains, and check agent permissions.
Why use it?
It helps security teams understand granted permissions, possible damage, delegation paths, and related risks.

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 explain or audit warrants, assess their blast radius, review delegation chains, and check agent permissions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tenuo-ai/tenuo/tenuo-audit
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-audit
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-audit

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tenuo-ai/tenuo/tenuo-audit"><img src="https://agentmods.dev/badge/skills/tenuo-ai/tenuo/tenuo-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,322 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.00083 $0.03322
Opus 5 $0.00042 $0.01661
Sonnet 5 $0.00017 $0.00664
Haiku 4.5 $0.00008 $0.00332

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

Security

Grade B, and why

tenuo-audit 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 10d 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.

Blocked: http://169.254.169.254/metadata (SSRF), http://internal:8080

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-audit/SKILL.md · 257 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. 10d ago First seen · 257 lines · 83 tokens per session scan B d08803ce984f

Subscribe to this mod's changes

tenuo-audit is a skill published in the GitHub repository tenuo-ai/tenuo (90 stars, last pushed yesterday), with no licence file. It adds 83 tokens to every session and 3,322 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