Join our Newsletter — 33% off our NHI Course

What breaks when AI systems are measured only by the number of findings?

When teams measure AI security only by finding counts, they lose sight of whether risk is actually falling. A long list of findings can hide the biggest problems, such as over-privileged agents, exposed sensitive data, weak logging, or unresolved exceptions. Effective metrics should show reduction in blast radius, exposure, and repeat issues.

Why Finding Counts Distort AI Security Priorities

Finding counts answer how many issues were reported, not whether the most dangerous exposure is shrinking. In AI environments, that matters because the biggest failures are often systemic: an agent with broad tool access, a model that can surface sensitive data, weak audit logging, or exceptions that are never closed. A high-volume program can look busy while material exposure stays unchanged.

This is especially true for autonomous or semi-autonomous systems, where a single over-permissive action path can outweigh dozens of low-impact findings. Measuring only the number of findings also encourages teams to optimise for report volume, duplicate issues, or low-effort scans instead of proving that blast radius, privilege, and data exposure are actually getting smaller. The right question is not how much was found, but whether the most consequential failure modes are being reduced.

Practitioners often discover this only after a major control gap has persisted across several reporting cycles, because the metric rewarded activity instead of risk reduction.

How Finding-Only Metrics Fail in Practice

Finding counts break down when they are treated as a proxy for security maturity. A tool may surface many low-severity issues in prompts, model outputs, or documentation while missing the operational paths that matter most: credential reuse, excessive permissions, hidden data retention, or poor logging around agent actions. That creates a false sense of progress because the dashboard is full, but the attack surface is not meaningfully smaller.

The better approach is to measure outcomes that reflect control effectiveness. For AI systems, that usually means tracking whether exposed privileges are being reduced, whether sensitive data paths are being constrained, and whether repeat issues are disappearing. A useful metric set often combines finding trends with operational signals, such as:

  • Number of high-impact paths removed or bounded
  • Reduction in standing access or privileged tool use
  • Time to remediate issues that can expose data or expand agent reach
  • Rate of repeat findings in the same model, workflow, or integration
  • Coverage of logging and traceability for agent decisions

That is why OWASP Non-Human Identity guidance is relevant here: AI systems often fail through the identities and secrets that let them act, not through the model output alone. The OWASP Non-Human Identity Top 10 is a useful reference for thinking about privilege, secrets, and lifecycle control in machine-driven systems. OWASP Non-Human Identity Top 10

NHIMG research on AI-related credential abuse shows how quickly exposed access can become operationally dangerous, with attackers attempting access to publicly exposed AWS credentials within minutes. That is the kind of reality a finding count can easily obscure if the metric rewards issue volume instead of exposure reduction. DeepSeek breach

These controls tend to break down when teams measure scanner output across disconnected AI, cloud, and identity tools because no single metric shows whether the same privilege path is still open.

Common Edge Cases and Metric Traps

Tighter measurement often increases reporting overhead, so organisations have to balance visibility against the risk of turning the program into a ticket factory. The biggest trap is comparing teams by raw finding volume, which penalises teams that find and disclose real issues early while rewarding teams that suppress, defer, or fragment reporting.

There is also no universal standard for this yet, so current guidance suggests using finding counts only as a supporting indicator. In practice, they work best when paired with quality measures that show whether the right issues are being closed. A low finding count can still be dangerous if it reflects weak coverage, while a high count can be healthy if it comes with rapid remediation and shrinking repeat exposure.

Trade-off: The more you optimise for one number, the more likely you are to distort behaviour around that number. For AI security, that usually means under-measuring privilege, data handling, logging, and exception management because those are harder to count than simple findings.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and OWASP Non-Human Identity Top 10 address the attack surface, CIS Controls v8 and NIST AI RMF set the technical controls, and ISO/IEC 42001:2023 define the regulatory obligations.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A3 — Excessive Agency Finding-only metrics miss whether agent authority is actually bounded.
Recommendation — Measure and reduce agent actions that can create material blast radius.
OWASP Non-Human Identity Top 10 NHI-01 — Secrets and Credential Management AI security often fails through exposed machine credentials and access paths.
Recommendation — Track and rotate secrets that let AI systems access sensitive tools.
CIS Controls v8 8 — Audit Log Management Outcome metrics depend on whether AI actions are logged and traceable.
Recommendation — Verify logging coverage for AI actions before treating findings as meaningful.
NIST AI RMF MEASURE — Measure This question is about metrics that reflect real risk reduction, not raw counts.
Recommendation — Define metrics that show whether AI risk is decreasing over time.
ISO/IEC 42001:2023 9 — Performance evaluation AI management systems need measures that assess control effectiveness, not activity.
Recommendation — Use performance measures that validate AI governance outcomes, not ticket volume.

Practitioner Guidance

What to prioritise: Track whether the highest-impact AI risks are shrinking, not whether the report queue is growing. If the finding total is falling but privileged access, exposed data paths, or unresolved exceptions are not changing, the metric is misleading.

What to measure: Use a small set of outcome-based indicators alongside findings, such as repeat issue rate, time to close high-severity exposure, standing privilege reduction, and audit coverage for agent actions. Those measures tell you whether the system is becoming safer or merely more documented.

Decision rule: If a metric cannot distinguish between low-value noise and a control failure that can expand an agent’s reach, do not use it as a primary success measure.

Practitioner takeaway: The most useful AI security metrics show less exposure, less privilege, and less repetition; finding counts alone mostly show how much the team noticed.