Access control
- - Role-based access with least-privilege defaults — users get only the access the job requires
- - Authentication required for every system entry point; no anonymous access to business logic
- - Separate access tiers for end users, administrators, and service accounts
- - Access reviewed and updated on role changes, personnel changes, or project handover
