spring-ai-tool-reviewer

spring-ai-tool-reviewer is a skill for Codex from Jiangxianze/spring-agent-skills. It costs 65 tokens per session (560 once invoked), scanned A, original, Apache-2.0.

A review guide for Spring AI tools: Java methods that an AI model can call. It checks the boundary between model-generated requests and application code, including inputs, outputs, permissions, and side effects.

In plain words
What is it for?
Use it to review tool descriptions and parameters, authorization, tenant boundaries, validation, approvals, retries, timeouts, errors, logging, sensitive results, and tool tests.
Why use it?
It helps prevent unsafe or unpredictable tool calls that could expose data, change records, spend money, send messages, or run infrastructure actions.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to review tool descriptions and parameters, authorization, tenant boundaries, validation, approvals, retries, timeouts, errors, logging, sensitive results, and tool tests.

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

Made for: 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 spring-ai-tool-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jiangxianze/spring-agent-skills/spring-ai-tool-reviewer"><img src="https://agentmods.dev/badge/skills/jiangxianze/spring-agent-skills/spring-ai-tool-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 560 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.
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.00065 $0.00560
Opus 5 $0.00032 $0.00280
Sonnet 5 $0.00013 $0.00112
Haiku 4.5 $0.00006 $0.00056

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

Security

Grade A, and why

spring-ai-tool-reviewer 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 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.

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/spring-ai-tool-reviewer/SKILL.md · 45 lines

How it starts

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

Spring AI Tool Reviewer

Review the boundary where model-generated intent becomes application code. Treat every tool call as untrusted input and every tool result as potentially exposed to a model, trace, or user.

Establish the contract

  1. List each tool name, description, input, output, side effect, and downstream dependency.
  2. Identify the caller, tenant, authenticated principal, and authorization boundary.
  3. Separate read-only tools from tools that mutate state, spend money, send messages, disclose data, or invoke infrastructure.
  4. State missing runtime context before assigning severity. Do not infer safety from a Java method signature alone.

Review workflow

  1. Check that the description is specific enough for correct selection and states important exclusions. Flag vague verbs such as "manage" or "process".
  2. Check every parameter for a useful description, validation, bounded size or range, canonical form, and safe default. Reject model-provided identity or tenant fields when trusted context should supply them.
  3. Trace authorization from the tool entry point to the protected resource. Verify object-level access, not only authentication.
  4. Classify side effects. Require explicit approval for high-impact or irreversible actions and bind approval to the exact normalized request.
  5. Require an idempotency strategy for retryable mutations. Check timeout, cancellation, rate limiting, and retry ownership for remote calls.
  6. Map predictable failures to stable, non-sensitive results. Do not return stack traces, credentials, access tokens, internal prompts, or unrestricted records.
  7. Confirm structured audit events include tool name, outcome, duration, principal, resource identifier, and correlation ID without raw secrets.
  8. Test malformed input, unauthorized access, duplicate delivery, timeout, downstream failure, approval mismatch, and redaction as applicable.

Output contract

Start with block, change required, safe with conditions, or low risk.

Read the full file on GitHub · 45 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 45 lines · 65 tokens per session scan A 6ec2078ac825

Subscribe to this mod's changes

spring-ai-tool-reviewer is a skill published in the GitHub repository Jiangxianze/spring-agent-skills (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 65 tokens to every session and 560 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

spec-kitty-mission-review

Review a fully merged Spec Kitty mission post-merge (all WPs done/approved) to verify spec→code fidelity, FR coverage, drift, risks, and security. Triggers: "review the merged mission", "post-merge mission review", "verify the completed mission", "audit the mission implementation", "mission-level acceptance review"…

Priivacy-ai/spec-kitty · 155 tokens

spec-kitty-runtime-review

Review runtime-owned outputs using the Spec Kitty review workflow surface, then direct approval or rejection with structured feedback. Triggers: "review this work package", "check runtime output", "approve this step", "review WP", "is this WP ready to approve", "check this implementation". Does NOT handle: setup-only…

Priivacy-ai/spec-kitty · 85 tokens

simplify

This skill should be used when the user asks to "simplify", "clean up the diff", "run simplify", "simplify the changes", "review changed code for cleanup", explicitly invokes "/simplify", or asks to "commit without simplify", "skip simplify for this commit", or "commit this but skip simplify". Reviews changed code…

fcakyon/claude-codex-settings · 97 tokens

adversarial-squad

Deploy a bounded, profile-loaded adversarial review squad at an SDD point-cut (post-spec, post-plan, post-tasks, pre-merge, or an ad-hoc decision) so independent doctrine lenses converge on findings one reviewer would miss. Triggers: "deploy a squad", "adversarial squad", "post-tasks anti-laziness pass", "pre-spec…

Priivacy-ai/spec-kitty · 160 tokens

spk-run-review-wp

Review a Spec Kitty work package through the runtime review surface and approve or reject with structured feedback.

Priivacy-ai/spec-kitty · 26 tokens

spk-doctrine-bulk-edit

Recognize bulk-edit missions and apply occurrence classification guardrails before modifying many matching instances.

Priivacy-ai/spec-kitty · 25 tokens