Proof Lab
StartEcosystem
Explore (579)Live Systems (52)Pricing
Log InGet API Key✓ Verify It Yourself
Standard · Software Scoring · Architecture layer: STANDARD

HICS

The open standard that defines how software is scored — a published, auditable rubric that rates a codebase across five dimensions and returns a number anyone can reproduce.

Definition. HICS is a scoring standard. It defines a rubric — the dimensions, weights, grade bands, and deduction rules by which a codebase is rated. A HICS score is a rating against that rubric. HICS does not produce the cryptographic evidence that seals a score (that is H33-74 / the attestation layer), does not perform the verification of it (that is Verification), does not continuously monitor a system (that is HATS), and a score is not a security guarantee or a statement of legal or regulatory compliance.

The standard, not the scanner

from graph: HICS DEFINES the scoring rubric · the CLI IMPLEMENTS the standard

HICS is a published method, not a tool. The HICS scoring algorithm (v1.0.0, effective 2026-03-30) defines every weight, threshold, and deduction, so any implementation that follows it reaches the same score on the same code. The command-line scanner is an implementation of the standard, not the standard itself — the methodology is public and auditable; the tooling is one conforming way to run it. Trust the rubric, not the vendor running it.

The scoring model

from graph: HICS rubric = five weighted dimensions (published, auditable)

A HICS score is a weighted composite over five dimensions:

Final = (Crypto × 0.30) + (Vulnerability × 0.25) + (Data × 0.20) + (Ops × 0.15) + (Health × 0.10)

Crypto30%
Vulnerability25%
Data20%
Ops15%
Health10%

Findings are confidence-weighted (deduction = base × confidence), post-quantum adoption earns positive credit, and the result maps to grade bands (A through F−) — there is no binary pass/fail. Every rule is published: read the full methodology.

What a score means — and what it does not

from graph: HICS_SCORE semantics + claim boundary (promoted from terms to the flagship)
A HICS score isA HICS score is not
a rating against a published rubrica statement that the software is secure
reproducible from the same code and rubric versiona verification verdict (that is Verification’s)
one data point for a human decisiona statement of legal or regulatory compliance
a point-in-time snapshot (attestations expire)a security audit or continuous assurance

A high score does not mean secure. A low score does not mean insecure. HICS performs automated pattern analysis; it is not a security audit. Per the terms, a HICS score is not a substitute for independent professional security review, compliance assessment, or legal counsel, and should not be the sole basis for legal, compliance, or procurement decisions. An attestation verifies computational integrity only — that the scoring algorithm ran correctly on the committed bytes — not that the codebase represents production software.

Where the proof and the verdict live — not here

from graph: HICS_SCORE ATTESTED_BY H33-74 · VERIFIED_BY Verification (HICS does neither)

A score can be sealed into a portable attestation and independently verified — but HICS performs neither step. HICS produces the rating; the rating is sealed by the attestation layer (a STARK proof of correct execution plus a post-quantum signature over a codebase commitment), and the sealed artifact is checked by an independent verifier. The chain is one-directional and each link belongs to a different concept:

HICS produces the score  →  H33-74 seals it into an artifact  →  the verifier checks the artifact

So a HICS score never verifies itself, and the standard never claims to be its own proof.

Where HICS sits — scores over HATS, defers to PQ-Verified

from graph: HICS SCORES_OVER HATS evidence · HICS INCORPORATES PQ_VERIFIED conformance

HICS is the scoring layer above the capabilities, and it composes its neighbours without absorbing them:

RelationshipNeighbourWhat stays theirs
SCORES_OVERHATSHATS records that controls operated as declared; HICS rates that operational evidence against its rubric. HICS never records the evidence itself.
INCORPORATESPQ-VerifiedPQ-Verified is the authority on whether a system is post-quantum conformant; the HICS Crypto dimension consumes that judgment. HICS credits PQ adoption — it does not re-assert conformance.

Together the three complete the standards layer: HATS records operational evidence, HICS scores it, and PQ-Verified asserts post-quantum conformance.

Who consumes a score

from graph: inbound consumers of HICS_SCORE (one data point in a human decision)
Procurement & vendor due-diligencea reproducible, rubric-based rating to compare suppliers — one input, not a verdict
SLA / attestation clausesa Proof ID a vendor can cite, checkable by the counterparty
Cyber-insurance underwritinga standardized signal alongside HATS control evidence

What HICS consumes: the codebase under evaluation, the operational evidence HATS records, and the conformance status PQ-Verified asserts.

The standard & its authority

from graph: a valid HICS score = the published rubric at a stated algorithm version

What makes a score a valid HICS score is the published rubric at a stated version — HICS scoring algorithm v1.0.0, effective 2026-03-30. Because every weight and rule is public, a score is reproducible and independently auditable: two implementations of the same version reach the same number on the same code. Methodology · Terms & scope.

Next step

from graph: HICS CONVERTS_TO evaluation path

Read the published rubric, or score a codebase against the standard.

Read the scoring formula

Limitations & boundaries

from graph: explicit claim boundary (does-not / does)

Produce the evidence

HICS does not create the attestation. The attestation layer seals a score; HICS produces the rating.

Verify the artifact

HICS does not render a verdict. An independent verifier checks a sealed score.

Monitor the system

HICS does not watch a running system — a score is point-in-time. HATS monitors continuously.

Certify compliance

A score is not legal or regulatory compliance, and not a substitute for professional review.

Guarantee security

A high score is not a security guarantee; a low score is not proof of insecurity. It is one data point.

What it does

HICS does define a transparent, reproducible rating of software against a published, auditable rubric.