Aller au contenu principal

HulyaForensics Score

HITE encryption, TESC channels, ZeqProof, firewall primitives.

  • Protocol ID — hf-score
  • Category — Security
  • Endpoint — POST /api/hf/score
  • Auth — api-key
  • Rate limit — 30/min
  • Version — 1.0
  • Precision — ≤0.1% (KO42-enforced)

What it does

Quick HF composite score — returns the final S_forensic value from all 20 HF equations with weighted average. Weights: HF5 (legal)=0.20, HF16 (severity)=0.20, HF20 (composite)=0.20, all others=0.05. S_forensic = [Σ S_i·w_i]/[Σ w_i] · (1 + 0.05·sin(2π·1.287·t)).

Signature

Request

POST /api/hf/score
ParamTypeRequiredDefaultDescription
contentstringText content to score

Response

{ S_forensic, verdict, confidence, zeqond, phase }

Runnable example

curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"content": "<value>"
}' \
"https://api.zeq.dev/api/hf/score"

Integrate

  1. E2E channel — pair with HITE/TESC for encryption that locks to the HulyaPulse.
  2. Integrity stamp — hash-bind every message to its Zeqond for replay-resistant audit.
  3. Key rotation — tie rotation windows to pulse multiples for deterministic policy.

Seeds

  • Near — wrap /api/hf/score in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating HulyaForensics Score alongside a real workload, with pulse-aligned metrics.
  • Far — propose HulyaForensics Score as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.

Papers

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.