Security
Current Baseline
Developer Dashboard now applies these runtime protections in the active codebase:
- exact
127.0.0.1with numeric host127.0.0.1is the only automatic local-admin trust path - helper access requires a stored helper account
- helper usernames are restricted to safe filename characters
- helper passwords must be at least 8 characters long
- helper user files and helper session files are written with
0600permissions - helper sessions are bound to the originating remote address
- helper sessions expire automatically after 12 hours
- session cookies use
HttpOnlyandSameSite=Strict - HTTP responses add
Content-Security-Policy,X-Frame-Options,X-Content-Type-Options,Referrer-Policy, andCache-Control: no-store
Repository Hygiene
The active tree outside the read-only legacy reference tree is kept free of:
- company-specific product names listed in the repo rules
- embedded sensitive material
- literal password examples in user-facing documentation
That legacy reference tree remains read-only reference material and is not modified or committed as part of the active runtime.
Verification
Run these checks:
prove -lr t
Private Reporting
The published root security policy lives in SECURITY.md and
currently directs private reports to:
security@manif3station.local