compliance-deps

compliance-deps is a command for Claude Code from Qualimetry/claude-code-qualimetry-ai-app. It costs 18 tokens per session (283 once invoked), scanned A, original, Apache-2.0.

A command that checks a file for open Qualimetry review findings. Qualimetry is a service that reviews code against software standards and groups problems by category and severity.

In plain words
What is it for?
Use it to review the current file or a specified file for coding, design, security, policy, and other standards-related issues.
Why use it?
It gives you a structured view of what needs attention without changing the file.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the qualimetry-ai-app plugin — 5 skills, 6 commands, 1 agent, 1 hook shipped together

Good fit Use it to review the current file or a specified file for coding, design, security, policy, and other standards-related issues.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/qualimetry/claude-code-qualimetry-ai-app/compliance-deps
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/Qualimetry/claude-code-qualimetry-ai-app

Made for: Claude Code.

Or install qualimetry-ai-app, the plugin that ships this one along with the rest of its 5 skills, 6 commands, 1 agent, 1 hook.

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 compliance-deps

README.md
[![agentmods](https://agentmods.dev/badge/commands/qualimetry/claude-code-qualimetry-ai-app/compliance-deps/github.svg)](https://agentmods.dev/commands/qualimetry/claude-code-qualimetry-ai-app/compliance-deps)
Your own site
<a href="https://agentmods.dev/commands/qualimetry/claude-code-qualimetry-ai-app/compliance-deps"><img src="https://agentmods.dev/badge/commands/qualimetry/claude-code-qualimetry-ai-app/compliance-deps/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 compliance-deps

Your own site · 80×15
<a href="https://agentmods.dev/commands/qualimetry/claude-code-qualimetry-ai-app/compliance-deps"><img src="https://agentmods.dev/badge/commands/qualimetry/claude-code-qualimetry-ai-app/compliance-deps.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 283 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.00018 $0.00283
Opus 5 $0.00009 $0.00142
Sonnet 5 $0.00004 $0.00057
Haiku 4.5 $0.00002 $0.00028

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

Security

Grade A, and why

compliance-deps 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 7d 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.

plugins/qualimetry-ai-app/commands/compliance-deps.md · 17 lines

What it actually says

Compliance: Deps

Invoke the bundled dependency-check skill. It walks four phases: assess (call get_dependency_vulnerabilities for the current branch), locate manifests in the workspace, resolve (apply each vulnerability's NextSafeVersion — auto for low-risk, propose for medium/high), and validate (run package restore + build).

Always upgrade to NextSafeVersion, not the latest version, to minimise breaking-change risk. The skill handles this - do not override.

The skill is suppression-aware. A CVE whose suppression request is still waiting for approval is reported, not fixed, so no effort goes into risk the organisation is already accepting. An approved suppression that expires within 15 days is flagged before the finding comes back. The CVEs a suppression has already removed from the report can be listed on request, with the scope, requester and reason behind each one. Raising and approving suppressions is a human step in the Qualimetry dashboard.

Requires Qualimetry Enterprise — if the MCP returns an "Enterprise feature" error, surface that to the user verbatim and stop.

If the MCP isn't configured, emit the verbatim self-healing message from /compliance-check.

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. 7d ago Changed · +2 lines · +3 tokens per session 55abbd24f068
  2. 12d ago First seen · 15 lines · 15 tokens per session scan A 3b5ada238e4d

Subscribe to this mod's changes

compliance-deps is a command published in the GitHub repository Qualimetry/claude-code-qualimetry-ai-app (1 stars, last pushed 7d ago), licensed Apache-2.0. It adds 18 tokens to every session and 283 once invoked, about $0.0001 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.