ARCHAccepted subset
repository-unused@1.0.0Unused declaration or declaration group. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-01Contract violation
ARCHAccepted subset
architecture.production-used-only-by-tests@1.0.0Production code used only by tests. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-02Contract violation
ARCHAccepted subset
architecture.forbidden-dependency@1.0.0Forbidden dependency or layer bypass. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-03Contract violation
ARCHAccepted subset
api.access-narrowing@1.0.0Excessive API visibility. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-04Improvement opportunity
ARCHAccepted subset
architecture.unused-product-dependency@1.0.0Unused product dependency. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-05Improvement opportunity
ARCHAccepted subset
architecture.undeclared-direct-provider@1.0.0Undeclared direct provider. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-06Contract violation
ARCHAccepted subset
architecture.dependency-cycle@1.0.0Disallowed component cycle. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-07Contract violation
ARCHAccepted subset
api.implementation-type-leakage@1.0.0Implementation type exposed through an API. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-08Contract violation
ARCHAccepted subset
architecture.registration-contract-mismatch@1.0.0Incompatible registration or entry point. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-09Defect
ARCHAccepted subset
portfolio.arch.10@1.0.0Required resource missing from a shipping variant. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-10Defect
ARCHAccepted subset
portfolio.arch.11@1.0.0Parameter unused across its dispatch family. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-11Improvement opportunity
ARCHAccepted subset
portfolio.arch.12@1.0.0Property is written but never observed. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-12Improvement opportunity
ARCHAccepted subset
portfolio.arch.13@1.0.0Redundant protocol or conformance. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-13Improvement opportunity
ARCHAccepted subset
portfolio.arch.14@1.0.0Semantically redundant import. It examines repository-wide reachability, dependencies, resources, and API boundaries. The result remains unknown when the required evidence is incomplete.
V-ARCH-14Improvement opportunity
EXECRecovery required
concurrency.incompatible-isolation@1.0.0Call crosses incompatible isolation. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-01Defect
EXECRecovery required
concurrency.unproven-mainactor-entry@1.0.0MainActor entry without a proven context. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-02Review signal
EXECRecovery required
concurrency.detached-task-context-loss@1.0.0Required context lost through detachment. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-03Contract violation
EXECRecovery required
concurrency.dispatch-isolation-mismatch@1.0.0Callback runs in an incompatible scheduler context. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-04Defect
EXECRecovery required
portfolio.exec.05@1.0.0Invalid isolation assumption. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-05Defect
EXECRecovery required
portfolio.exec.06@1.0.0Resource used outside its execution domain. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-06Defect
EXECRecovery required
portfolio.exec.07@1.0.0Thread-affine value survives a suspension. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-07Defect
EXECRecovery required
portfolio.exec.08@1.0.0Required task-local value or executor preference is lost. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-08Contract violation
EXECRecovery required
concurrency.main-actor-blocking@1.0.0Blocking call on a critical executor. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-09Contract violation
EXECRecovery required
portfolio.exec.10@1.0.0Expensive computation on a critical executor. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-10Improvement opportunity
EXECRecovery required
portfolio.exec.11@1.0.0Removable scheduling boundary. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-11Improvement opportunity
EXECRecovery required
portfolio.exec.12@1.0.0Cost amplified by actor crossings. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-12Improvement opportunity
EXECRecovery required
portfolio.exec.13@1.0.0Independent work is unintentionally serialized. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-13Improvement opportunity
EXECRecovery required
portfolio.exec.14@1.0.0Custom SerialExecutor violates serialization. It examines isolation, executor, scheduler, and execution-domain relationships. The result remains unknown when the required evidence is incomplete.
V-EXEC-14Defect
ASYNCRecovery required
concurrency.state-freshness-across-suspension@1.0.0State check becomes stale across await. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-01Defect
ASYNCRecovery required
concurrency.actor-invariant-exposure@1.0.0Broken invariant is observable during suspension. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-02Defect
ASYNCRecovery required
concurrency.obsolete-generation-commit@1.0.0Stale result overwrites a newer generation. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-03Defect
ASYNCRecovery required
portfolio.async.04@1.0.0Operation requiring single-flight starts more than once. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-04Contract violation
ASYNCRecovery required
portfolio.async.05@1.0.0Code depends on an unspecified actor-task order. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-05Defect
ASYNCRecovery required
concurrency.lost-continuation-resume@1.0.0Continuation can finish without resume. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-06Defect
ASYNCRecovery required
concurrency.double-continuation-resume@1.0.0Continuation can resume more than once. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-07Defect
ASYNCRecovery required
concurrency.cancel-register-start-race@1.0.0Cancellation is lost between registration and start. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-08Defect
ASYNCRecovery required
concurrency.cancelled-forbidden-effect@1.0.0Forbidden commit after cancellation or rejection. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-09Defect
ASYNCRecovery required
concurrency.unresponsive-cancellation-work@1.0.0Work does not honor its cancellation contract. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-10Contract violation
ASYNCRecovery required
concurrency.timeout-sibling-outlives-race@1.0.0Timeout or first result does not finish its scope. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-11Defect
ASYNCRecovery required
concurrency.task-outlives-scope@1.0.0Task outlives its required lifecycle scope. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-12Contract violation
ASYNCRecovery required
portfolio.async.13@1.0.0Required task result or error is lost. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-13Contract violation
ASYNCRecovery required
concurrency.guard-held-across-suspension@1.0.0Guard is held across a disallowed await. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-14Defect
ASYNCRecovery required
concurrency.sole-producer-self-block@1.0.0Wait cycle blocks required producers. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-15Defect
ASYNCRecovery required
portfolio.async.16@1.0.0Synchronous waits exhaust the cooperative pool. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-16Review signal
ASYNCRecovery required
portfolio.async.17@1.0.0Priority inversion through opaque waiting. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-17Improvement opportunity
ASYNCRecovery required
portfolio.async.18@1.0.0Shared-memory race across an unsafe or legacy boundary. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-18Defect
ASYNCRecovery required
portfolio.async.19@1.0.0Synchronous callback re-enters an unfinished protocol. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-19Defect
ASYNCRecovery required
portfolio.async.20@1.0.0Custom executor loses or repeats a job. It examines task ordering, suspension, cancellation, progress, and async obligations. The result remains unknown when the required evidence is incomplete.
V-ASYNC-20Defect
LIFERecovery required
lifetime.escaping-value@1.0.0Borrowed pointer or view escapes its lifetime. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-01Defect
LIFERecovery required
portfolio.life.02@1.0.0Use after free. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-02Defect
LIFERecovery required
portfolio.life.03@1.0.0Repeated or incompatible deallocation. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-03Defect
LIFERecovery required
portfolio.life.04@1.0.0Unowned access after owner deallocation. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-04Defect
LIFERecovery required
lifetime.unmanaged-ownership-balance@1.0.0Unmanaged ownership imbalance. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-05Defect
LIFERecovery required
lifetime.ownership-cycle@1.0.0Strong ownership cycle without a valid termination. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-06Review signal
LIFERecovery required
portfolio.life.07@1.0.0Required weak consumer is released too early. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-07Defect
LIFERecovery required
lifetime.registration-outlives-scope@1.0.0Registration outlives its allowed scope. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-08Contract violation
LIFERecovery required
lifetime.undischarged-resource-obligation@1.0.0Cleanup obligation is not discharged. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-09Defect
LIFERecovery required
portfolio.life.10@1.0.0Closed or transferred resource is still used. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-10Defect
LIFERecovery required
portfolio.life.11@1.0.0Read from an uninitialized buffer region. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-11Defect
LIFERecovery required
correctness.pointer-count-initialization@1.0.0Pointer or count exceeds its valid extent. It examines ownership, resource state, and lifetime obligations across program paths. The result remains unknown when the required evidence is incomplete.
V-LIFE-12Defect
PERFRecovery required
performance.repeated-linear-traversal@1.0.0Repeated linear traversal. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-01 · V-PERF-05Improvement opportunity
PERFRecovery required
performance.repeated-sorting@1.0.0Repeated invariant sorting. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-02Improvement opportunity
PERFRecovery required
performance.repeated-consumed-materialization@1.0.0Repeated consumed materialization. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-03 · V-PERF-11Improvement opportunity
PERFRecovery required
performance.array-fifo-shifts@1.0.0Array used as a growing shifting FIFO. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-04Improvement opportunity
PERFRecovery required
portfolio.perf.06@1.0.0Full sort used for an extremum or top-k result. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-06Improvement opportunity
PERFRecovery required
performance.comparator-projection-amplification@1.0.0Expensive projection repeated by a comparator. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-07Improvement opportunity
PERFRecovery required
portfolio.perf.08@1.0.0Eager materialization before a short consumer. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-08Improvement opportunity
PERFRecovery required
portfolio.perf.09@1.0.0Repeated physical copy-on-write detach. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-09Improvement opportunity
PERFRecovery required
portfolio.perf.10@1.0.0Get-copy-modify-set amplifies cost. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-10Improvement opportunity
PERFRecovery required
portfolio.perf.12@1.0.0Capacity policy violates the amortized bound. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-12Improvement opportunity
PERFRecovery required
portfolio.perf.13@1.0.0Repeated element-by-element bridging. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-13Improvement opportunity
PERFRecovery required
portfolio.perf.14@1.0.0Repeated expensive hashing or equality work. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-14Improvement opportunity
PERFRecovery required
portfolio.perf.15@1.0.0Small slice retains large storage. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-15Improvement opportunity
PERFRecovery required
portfolio.perf.16@1.0.0Fine-grained tasks amplify scheduling work. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-16Improvement opportunity
PERFRecovery required
portfolio.perf.17@1.0.0Fanout retains excessive live data. It examines repeated work, allocation, traversal, retention, and scheduling cost. The result remains unknown when the required evidence is incomplete.
V-PERF-17Improvement opportunity
SECRecovery required
security.sensitive-data-flow@1.0.0Sensitive data reaches logs. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-01 · V-SEC-02Defect / Contract violation
SECRecovery required
security.sql-structure-injection@1.0.0SQL injection. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-03Defect
SECRecovery required
security.shell-command-injection@1.0.0Shell injection. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-04Defect
SECRecovery required
security.format-position-injection@1.0.0Format-string injection. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-05Defect
SECRecovery required
security.path-traversal@1.0.0Path traversal outside the extraction root. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-06Defect
SECRecovery required
security.javascript-code-injection@1.0.0JavaScript or HTML context injection. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-07Defect
SECRecovery required
security.privileged-url-input@1.0.0Unprivileged input controls a privileged URL sink. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-08Defect
SECRecovery required
portfolio.sec.09@1.0.0Predicate injection. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-09Defect
SECRecovery required
portfolio.sec.10@1.0.0Regular-expression injection. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-10Defect
SECRecovery required
portfolio.sec.11@1.0.0Algorithmic denial of service through a regular expression. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-11Defect
SECRecovery required
portfolio.sec.12@1.0.0External-entity expansion from untrusted XML. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-12Defect
SECRecovery required
portfolio.sec.13@1.0.0TLS trust evaluation is effectively disabled. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-13Defect
SECRecovery required
portfolio.sec.14@1.0.0Cryptography does not provide the claimed property. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-14Defect
SECRecovery required
portfolio.sec.15@1.0.0Keyed nonce or IV is reused in an unsafe mode. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-15Defect
SECRecovery required
portfolio.sec.16@1.0.0Unsafe password-derivation contract. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-16Defect
SECRecovery required
portfolio.sec.17@1.0.0Predictable randomness in a security-sensitive value. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-17Defect
SECRecovery required
portfolio.sec.18@1.0.0Untrusted deserialization crosses the allowed-type boundary. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-18Defect
SECRecovery required
portfolio.sec.19@1.0.0Privileged effect bypasses required authorization. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-19Contract violation
SECRecovery required
portfolio.sec.20@1.0.0Security validator or sanitizer is bypassed. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-20Defect
SECRecovery required
portfolio.sec.21@1.0.0Embedded secret reaches a security-sensitive use. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-21Defect
SECRecovery required
portfolio.sec.22@1.0.0WebView receives forbidden capabilities. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-22Contract violation
SECRecovery required
portfolio.sec.23@1.0.0Cryptographic key has insufficient strength. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-23Contract violation
SECRecovery required
portfolio.sec.24@1.0.0Dependency is fetched over an untrusted channel. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-24Contract violation
SECRecovery required
portfolio.sec.25@1.0.0Non-reproducible dependency resolution violates policy. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-25Contract violation
SECRecovery required
portfolio.sec.26@1.0.0Debug capability is exposed in a shipping product. It examines trust boundaries, sensitive flows, validation, and security-sensitive effects. The result remains unknown when the required evidence is incomplete.
V-SEC-26Contract violation
CORAccepted subset
correctness.equality-hash-contract@1.0.0Equality and hashing disagree. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-01Defect
CORAccepted subset
correctness.persisted-process-hash@1.0.0Process-local hash is used as a stable identity. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-02Defect
CORAccepted subset
correctness.regex-range-units@1.0.0Incompatible length or index units. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-03Defect
CORAccepted subset
correctness.invalidated-collection-index@1.0.0Invalidated collection index is used. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-04Defect
CORAccepted subset
correctness.mutable-collection-key@1.0.0Key changes equality or hash while in a collection. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-05Defect
CORAccepted subset
correctness.bounded-ordering-law@1.0.0Ordering laws are violated. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-06Defect
CORAccepted subset
correctness.canonical-output-nondeterminism@1.0.0Unstable ordering reaches canonical output. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-07Defect
CORAccepted subset
portfolio.cor.08@1.0.0Size or count exceeds its numeric range. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-08Defect
CORAccepted subset
portfolio.cor.09@1.0.0Non-finite value reaches a finite-only consumer. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-09Defect
CORAccepted subset
portfolio.cor.10@1.0.0Interprocedural path reaches an invalid force operation. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-10Defect
CORAccepted subset
portfolio.cor.11@1.0.0Single-pass sequence is consumed more than once. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-11Defect
CORAccepted subset
portfolio.cor.12@1.0.0Copy violates the state-independence contract. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-12Defect
CORAccepted subset
portfolio.cor.13@1.0.0Producer and consumer canonicalize identity differently. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-13Defect
CORAccepted subset
portfolio.cor.14@1.0.0Written value is lost before observation. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-14Improvement opportunity
CORAccepted subset
portfolio.cor.15@1.0.0Predicate does not distinguish valid states. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-15Defect
CORAccepted subset
portfolio.cor.16@1.0.0Conditional-result branches are semantically identical. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-16Improvement opportunity
CORAccepted subset
portfolio.cor.17@1.0.0Control-flow region is unreachable. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-17Defect
CORAccepted subset
portfolio.cor.18@1.0.0Computed result is discarded without a useful effect. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-18Improvement opportunity
CORAccepted subset
portfolio.cor.19@1.0.0Comparison violates its numeric precision contract. It examines value, collection, identity, ordering, and control-flow contracts. The result remains unknown when the required evidence is incomplete.
V-COR-19Contract violation
STREAMRecovery required
portfolio.stream.01@1.0.0Buffer or accumulator lacks a required bound. It examines buffering, delivery, progress, retry, and transaction boundaries. The result remains unknown when the required evidence is incomplete.
V-STREAM-01Contract violation
STREAMRecovery required
portfolio.stream.02@1.0.0Drop policy violates required event delivery. It examines buffering, delivery, progress, retry, and transaction boundaries. The result remains unknown when the required evidence is incomplete.
V-STREAM-02Defect
STREAMRecovery required
portfolio.stream.03@1.0.0Concurrent next calls on a single-consumer iterator. It examines buffering, delivery, progress, retry, and transaction boundaries. The result remains unknown when the required evidence is incomplete.
V-STREAM-03Defect
STREAMRecovery required
portfolio.stream.04@1.0.0Stream is not finished on a required terminal path. It examines buffering, delivery, progress, retry, and transaction boundaries. The result remains unknown when the required evidence is incomplete.
V-STREAM-04Defect
STREAMRecovery required
portfolio.stream.05@1.0.0Retry or refresh forms a loop without progress or budget. It examines buffering, delivery, progress, retry, and transaction boundaries. The result remains unknown when the required evidence is incomplete.
V-STREAM-05Contract violation
STREAMRecovery required
portfolio.stream.06@1.0.0Retry duplicates a non-idempotent effect. It examines buffering, delivery, progress, retry, and transaction boundaries. The result remains unknown when the required evidence is incomplete.
V-STREAM-06Defect
STREAMRecovery required
portfolio.stream.07@1.0.0Related changes escape a required transaction. It examines buffering, delivery, progress, retry, and transaction boundaries. The result remains unknown when the required evidence is incomplete.
V-STREAM-07Defect
UIRecovery required
portfolio.ui.01@1.0.0Element identity is unstable across updates. It examines SwiftUI identity, update, and state-lifecycle behavior. The result remains unknown when the required evidence is incomplete.
V-UI-01Defect
UIRecovery required
portfolio.ui.02@1.0.0Distinct elements share one identity. It examines SwiftUI identity, update, and state-lifecycle behavior. The result remains unknown when the required evidence is incomplete.
V-UI-02Defect
UIRecovery required
portfolio.ui.03@1.0.0View computation causes a state-update cycle. It examines SwiftUI identity, update, and state-lifecycle behavior. The result remains unknown when the required evidence is incomplete.
V-UI-03Defect
UIRecovery required
portfolio.ui.04@1.0.0One-time state does not update with required input. It examines SwiftUI identity, update, and state-lifecycle behavior. The result remains unknown when the required evidence is incomplete.
V-UI-04Contract violation
CHANGERecovery required
portfolio.change.01@1.0.0Source API change breaks an admitted consumer. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-01Defect
CHANGERecovery required
portfolio.change.02@1.0.0ABI change breaks binary compatibility. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-02Defect
CHANGERecovery required
portfolio.change.03@1.0.0Existing signature gains incompatible behavior. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-03Defect
CHANGERecovery required
portfolio.change.04@1.0.0Consumer silently binds to a different symbol. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-04Review signal
CHANGERecovery required
portfolio.change.05@1.0.0Version range admits an incompatible provider. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-05Contract violation
CHANGERecovery required
portfolio.change.06@1.0.0Change bypasses required consumer review. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-06Contract violation
CHANGERecovery required
portfolio.change.07@1.0.0Comparable resource bound regresses. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-07Improvement opportunity
CHANGERecovery required
portfolio.change.08@1.0.0Cache key or invalidation omits a result dependency. It examines source, ABI, dependency, resource, and cache compatibility across changes. The result remains unknown when the required evidence is incomplete.
V-CHANGE-08Defect