Security

Current Baseline

Developer Dashboard now applies these runtime protections in the active codebase:

Repository Hygiene

The active tree outside the read-only older reference tree is kept free of:

That older reference tree remains read-only reference material and is not modified or committed as part of the active runtime.

Verification

Run these checks:

dashboard doctor
dashboard doctor --fix
prove -lr t

Private Reporting

The published root security policy lives in SECURITY.md and currently directs private reports to:

That root file now also documents the coordinated-disclosure timing contract:

The repository also treats the live OpenSSF Scorecard report as a security and release gate. Run:

bash -ic "scorecard --repo=github.com/manif3station/developer-dashboard"

before closing a task that changes repository policy, workflows, releases, or security posture.