reviewer

reviewer is an agent for Claude Code from configflux/weld. It costs 8 tokens per session (19 once invoked), scanned A, original, Apache-2.0.

An agent that reviews security risks in project dependencies, using a security-review skill.

In plain words
What is it for?
It is for reviewing dependency security risk.
Why use it?
It helps identify security concerns introduced by third-party libraries or packages.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/configflux/weld/reviewer
Clone the repo
git clone --depth 1 https://github.com/configflux/weld

Made for: Claude Code.

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 reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/configflux/weld/reviewer.svg)](https://agentmods.dev/agents/configflux/weld/reviewer)
Your own site
<a href="https://agentmods.dev/agents/configflux/weld/reviewer"><img src="https://agentmods.dev/badge/agents/configflux/weld/reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 19 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00008 $0.00019
Opus 5 $0.00004 $0.00010
Sonnet 5 $0.00002 $0.00004
Haiku 4.5 $0.00001 $0.00002

Measured 3d ago against content hash b9adb0cdf443, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 3d 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.

examples/agent-graph-demo/.claude/agents/reviewer.md · 7 lines

What it actually says

Use skill:security-review.

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. 3d ago First seen · 7 lines · 8 tokens per session scan A b9adb0cdf443

Subscribe to this mod's changes

reviewer is an agent published in the GitHub repository configflux/weld (6 stars, last pushed 4d ago), licensed Apache-2.0. It adds 8 tokens to every session and 19 once invoked, about $0.0000 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 agents, from other repositories

architecture-review

Performs architectural review of files undergoing large-scale updates. Use proactively when refactoring, restructuring modules, or reviewing code organization. Provides actionable suggestions for renaming, moving functions, and restructuring modules.

CRJFisher/ariadne · 42 tokens

lesson-learner

Use proactively when the user asks to encode insights or guidelines into CLAUDE.md. Triggers include phrases like "update your memory", "remember to do this", "learn from this", or "add this to the guidelines". Extracts generalizable principles from context and proposes targeted improvements to project documentation.

CRJFisher/ariadne · 66 tokens

test-coverage-analyzer

Analyzes test coverage for a change set by reading source and test files, identifying which functions/modules have tests, and reporting coverage gaps. Use when reviewing PRs, before completing features, or when asked to check test coverage.

CRJFisher/ariadne · 51 tokens

backlog-navigator

Researches the backlog to find incomplete tasks, recently completed tasks, and suggests the most likely next task candidates based on dependencies, priorities, and completion patterns. Use when starting work sessions or deciding what to work on next.

CRJFisher/ariadne · 49 tokens

plan-reviewer

Reviews a synthesized fix plan from a specific angle (info-architecture, simplicity, fundamentality, or language-coverage). Writes review to a file.

CRJFisher/ariadne · 34 tokens

triage-investigator

Investigates a single entry point candidate to determine if it is a true positive, dead code, or a false positive that Ariadne missed callers for. Returns a TriageEntryResult JSON.

CRJFisher/ariadne · 43 tokens