Zum Hauptinhalt springen

HulyaForensics Analyze

HITE encryption, TESC channels, ZeqProof, firewall primitives.

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

What it does

HULYA Forensics — 20-equation pulse-synced forensic analysis. Evaluates: accuracy (HF1), manipulation detection (HF2), smear detection (HF3), source verification (HF4), legal criteria (HF5), temporal decay (HF6), consciousness reach (HF7), frequency clustering (HF8), contradiction detection (HF9), intent analysis (HF10), context matching (HF11), cluster analysis (HF12), domain diversity (HF13), resonance tracking (HF14), semantic deviation (HF15), severity scoring (HF16), sentiment analysis (HF17), fractal dimension (HF18), Bayesian inference (HF19), and composite weighted average (HF20). Final S_forensic weighted with α=0.05 pulse modulation.

Signature

Request

POST /api/hf/analyze
ParamTypeRequiredDefaultDescription
contentstringText content to analyze forensically
sourcesarrayArray of source URLs for verification scoring
contextobjectAdditional context: { domain, timeframe, legalJurisdiction }

Response

{ scores: { HF1..HF20 }, weights, S_forensic, verdict, zeqond, phase, pulseSync }

Runnable example

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

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/analyze in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating HulyaForensics Analyze alongside a real workload, with pulse-aligned metrics.
  • Far — propose HulyaForensics Analyze 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.