Skip to content

Security Metrics — HELIX 2026-Q2 (post-`v0.3.3`)

Example from HELIX’s own docs. This generated page comes from docs/helix/. Use it to see the method in practice; start with the artifact-type catalog for reusable templates. Historical plans and reports may describe retired architecture.

Security Metrics — HELIX 2026-Q2 (post-v0.3.3)

Illustrative example using representative measurements taken from the live HELIX repo around the v0.3.3 release window. Exact counts reflect a single sampling period and will drift; the posture report’s structure and decision logic are the canonical part. HELIX is a developer-local methodology framework, not a hosted service, so several traditional security-metric categories report N/A by design.

Review Window: 2026-04-01 → 2026-04-30 Authority: security-architecture.md, security-owasp concern, CONTRACT-001.

Incident Response

MetricCurrentTargetTrend
Mean Time to Detect (MTTD)N/A — operator-driven detectionN/AStable
Mean Time to Respond (MTTR)< 1 cycle (operator stops the run)< 1 cycleStable
Incidents resolved within SLA0 / 0 incidents this period100% when applicableN/A
False-positive alert rateN/A — no automated pagingN/AStable

Incident Summary

  • Total incidents this period: 0
  • Critical (required immediate response): 0
  • Fully resolved: 0

Root Causes (critical and high only)

Root CauseCountMitigation Status
(none this period)0N/A

Vulnerability Management

MetricCurrentTargetTrend
Open critical vulnerabilities (direct deps)00Stable
Open high vulnerabilities (direct deps)00Stable
MTTR for critical vulnsN/A — none open< 7 days when applicableStable
Patch compliance rate (HELIX direct deps)100% (all pinned via go.mod / package.json)100%Stable

HELIX direct dependency surface is small: Hugo (pinned in .github/workflows/pages.yml), Hextra (website/go.mod), Playwright (website/package.json), DDx (operator-installed, version-pinned). The project does not run a continuous SCA scan; vulnerability tracking is manual and bound to dependency-update beads.

Application Security

MetricValueTrend
SAST findings (new this period)0Stable
DAST findings (new this period)N/A — no hosted serviceN/A
Dependency vulnerabilities (direct)0Stable
Security review coverageAll commits gated by lefthook pre-commit (check-workflow-paths, secret-pattern scan)Stable
Secret-pattern matches in commits0Stable
Bare workflows/ references in docs (forbidden by hook)0 (enforced by check-workflow-paths)Stable

Compliance Status

RequirementStatusOpen GapsTarget Resolution
Boundary contract (CONTRACT-001) honoredCompliantNone — every doc audited 2026-05-01 references the post-DDx-migration substrate after the AR-2026-05-01 follow-upsSustained via the /helix review discipline
security-owasp concern coverageCompliant on the developer-local surface; not applicable to hosted-service controls (no hosted service)NoneN/A
No secrets in repoCompliantNone this periodSustained via pre-commit secret scan

Security Posture Trend

  • Overall risk level: Low — Trend: Stable
  • Summary: HELIX is a developer-local framework; the active security surface is the operator’s own model-provider key handling and the pre-commit guards that prevent secrets from being committed. Both held steady across the 2026-Q2 window. The largest residual risk is operator- introduced secrets in bead bodies, which is a contract-level concern, not a service-level one.

Recommendations

RecommendationPriorityRationaleExpected Impact
Add a continuous secret-pattern scan in CI (in addition to pre-commit)MedPre-commit can be skipped (--no-verify); CI is the durable backstopCatches any operator-bypassed secret leaks before they reach the public site
Wire a lightweight SCA scan (e.g. govulncheck for Go, npm audit for the website) into CI for the HELIX direct dep surfaceMedVulnerability discovery is currently manual; small surface but worth automatingEarlier signal on Hextra / Hugo / Playwright vulns before they age
Document the OPENROUTER_API_KEY rotation cadence in the runbookLowCurrently the runbook only describes how to react to auth failures, not preventive rotationReduces credential-age risk for long-lived operator setups
Add a deterministic test that asserts ddx-server binds to 127.0.0.1:7743 and refuses non-loopback bind without an explicit flagMedSecurity-architecture says this; nothing today tests itRegression-protects the loopback-default posture
Innsigle seal: model-primary by HELIX

The signature covers the markdown source of this page, not these HTML bytes. This page quotes that seal; verify it against the source file.

Composition
model-primary
Issuer
HELIX helix
Signing key
ed25519:b0865d76d834a52c48506414d16f4e5a (build key)
Signed source
artifacts/security-metrics.md
Signed
2026-09-23T14:11:58Z
Content digest
sha256:76f76843…5ab01b12

This build key is endorsed by the human key for build signing; the signature is not a detector and not a truth guarantee.

Raw attestation JSON
{
  "payload": {
    "innsigle": "1",
    "type": "https://innsigle.dev/claim/colophon/v1",
    "issued_at": "2026-09-23T14:11:58Z",
    "issuer": {
      "id": "helix",
      "name": "HELIX",
      "key_id": "ed25519:b0865d76d834a52c48506414d16f4e5a",
      "key_url": "https://documentdrivendx.github.io/helix/.well-known/innsigle/keys.json"
    },
    "subjects": [
      {
        "uri": "https://documentdrivendx.github.io/helix/artifacts/security-metrics/",
        "digest": {
          "alg": "sha256",
          "value": "76f76843fa98f69602f1650e50e96eae6622275763376f17dda75f825ab01b12"
        }
      }
    ],
    "colophon": {
      "schema_version": "1",
      "composition": "model-primary",
      "ingredients": [
        {
          "kind": "model",
          "name": "Claude",
          "role": "draft"
        },
        {
          "kind": "tool",
          "name": "sloptimizer",
          "role": "rewrite"
        },
        {
          "kind": "human",
          "name": "operator",
          "role": "structure-edit"
        }
      ],
      "notes": null
    }
  },
  "payload_encoding": "json",
  "signatures": [
    {
      "key_id": "ed25519:b0865d76d834a52c48506414d16f4e5a",
      "alg": "ed25519",
      "sig": "I7KJ_ngaDEzLz78RsYNONfC7gKcjwChrYI9V47JJrJHGYsySEYSAGcL2baUMhPajn9AeRM6OI3fTgRo92UehCg",
      "signed_at": "2026-09-23T14:11:58Z"
    }
  ]
}