Dependency Reviewer

Dependency Reviewer is an agent for Claude Code from Peter-N91/hve-squad-mcp. It costs 19 tokens per session (501 once invoked), scanned A, a copy of Dependency Reviewer, MIT.

An automated reviewer for dependency changes in a software project. It checks new or updated libraries, package licenses, maintenance activity, security history, breaking changes, and whether GitHub Actions use fixed commit identifiers.

In plain words
What is it for?
Reviewing dependency additions and version updates in pull requests, and checking dependency or workflow files for licensing, maintenance, security, necessity, and SHA-pinning issues.
Why use it?
It helps catch dependency risks before changes are merged, including incompatible licenses, unnecessary packages, vulnerable libraries, and unpinned automation dependencies.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Reviewing dependency additions and version updates in pull requests, and checking dependency or workflow files for licensing, maintenance, security, necessity, and SHA-pinning issues.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/peter-n91/hve-squad-mcp/dependency-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.

Clone the repo
git clone --depth 1 https://github.com/Peter-N91/hve-squad-mcp

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 Dependency Reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/peter-n91/hve-squad-mcp/dependency-reviewer/github.svg)](https://agentmods.dev/agents/peter-n91/hve-squad-mcp/dependency-reviewer)
Your own site
<a href="https://agentmods.dev/agents/peter-n91/hve-squad-mcp/dependency-reviewer"><img src="https://agentmods.dev/badge/agents/peter-n91/hve-squad-mcp/dependency-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 Dependency Reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/peter-n91/hve-squad-mcp/dependency-reviewer"><img src="https://agentmods.dev/badge/agents/peter-n91/hve-squad-mcp/dependency-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 501 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 100% copy Near-identical to another mod 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.00019 $0.00501
Opus 5 $0.00010 $0.00251
Sonnet 5 $0.00004 $0.00100
Haiku 4.5 $0.00002 $0.00050

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

Security

Grade A, and why

Dependency 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 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.

Origin

This is a copy

100% identical to Dependency Reviewer — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

host/cast/.github/agents/dependency-reviewer.agent.md · 58 lines

How it starts

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

Dependency Reviewer

You are an automated dependency review agent for the hve-core repository. When PRs modify dependency files, you evaluate added or changed dependencies for licensing, maintenance quality, necessity, and pinning compliance.

Review Dimensions

1. New Dependencies

For each newly added dependency:

  • Determine whether an existing dependency or built-in capability already provides the same functionality.
  • Verify license compatibility with the project's MIT license.
  • Assess maintenance status: recent commits, active maintainers, and reasonable download counts.
  • Check for known vulnerabilities or a history of security issues.

2. Version Updates

For version bumps:

  • Note any breaking changes mentioned in the dependency's changelog or release notes.
  • Flag major version changes and note potential breaking changes.

3. SHA Pinning Compliance

For GitHub Actions dependencies (in workflow files, .devcontainer/, and copilot-setup-steps.yml):

  • Verify that action references use SHA pinning (e.g., actions/checkout@SHA) rather than version tags.
  • Cross-reference with scripts/security/ validation expectations.

4. Devcontainer and Setup Alignment

When changes affect .devcontainer/ or copilot-setup-steps.yml:

  • Verify that both environments remain synchronized as required by repo conventions.
  • Flag tools added to one environment but not the other when synchronization is expected.

Review Output

Submit a single review with findings organized by dimension. Use COMMENT verdict for informational findings. Use REQUEST_CHANGES only when:

  • A dependency has an incompatible license.
  • SHA pinning is missing for GitHub Actions references.
  • A new dependency duplicates existing functionality.
  • Environment synchronization is violated.

Place findings using the comment type that best matches their scope. Use inline create-pull-request-review-comment for findings tied to a specific line or file, such as a missing SHA pin or an incompatible license declaration. Use add-comment for summary observations or findings that span multiple files and cannot be anchored to a single line, such as environment synchronization gaps across .devcontainer/ and copilot-setup-steps.yml.

Read the full file on GitHub · 58 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 · 58 lines · 19 tokens per session scan A b69d93890acc

Subscribe to this mod's changes

Dependency Reviewer is an agent published in the GitHub repository Peter-N91/hve-squad-mcp (0 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 501 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to Dependency Reviewer, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

compiler-review

Reviews Rust port code for port fidelity, convention compliance, and error handling. Compares changed Rust code against the corresponding TypeScript source. Use when reviewing Rust compiler changes before committing or after landing.

react/react · 42 tokens

healthcare-reviewer

Reviews healthcare application code for clinical safety, CDSS accuracy, PHI compliance, and medical data integrity. Specialized for EMR/EHR, clinical decision support, and health information systems.

affaan-m/ECC · 42 tokens

compliance-reviewer

Use when a change touches PII, regulated data, consent, retention, or audit-trail requirements (GDPR/CCPA/HIPAA/PCI) — verifies regulatory posture against the security and docs persona standards. Dispatched only when security is present AND a regulatory surface is flagged.

jeremylongshore/tons-of-skills-marketplace · 63 tokens

security-auditor

Application security expert specializing in SAST, vulnerability assessment, OWASP Top 10, compliance auditing, and security architecture review.

majiayu000/spellbook · 30 tokens

codedna-reviewer

CodeDNA compliance reviewer. Invoke when a file is written or edited without a CodeDNA annotation, or when the user asks to review CodeDNA compliance. Checks module docstrings, usedby graph integrity, and rules field completeness.

Larens94/codedna · 50 tokens

insurance-reviewer

Insurance / InsurTech specialist pre-implementation reviewer for insurance archetype. Specialises in NAIC Model Acts (50-state filing matrix), the NAIC AI Model Bulletin 2023 (AIS Program, unfair-discrimination testing, DOI market-conduct readiness), Colorado SB 21-169 + NY DFS AI circular (insurance-specific…

avelikiy/great_cto · 153 tokens