-
Notifications
You must be signed in to change notification settings - Fork 0
Security Model
This page describes the evolving security model for OSAI.
OSAI should use capabilities for resources such as cores, memory arenas, NIC queues, model mappings, Git workspaces, build sandboxes, and deployment hooks.
App agents should be read-only by default. Git write access, build/test access, network access, and deployment access must be explicit.
Build and test jobs should run in isolated cells or sandboxes. They should not inherit broad access to production data, credentials, or unrelated repositories.
Administration should be SSH-only. Password login should be disabled by default. Serial access is for early bring-up and recovery.
Signed updates, patch review, audit logs, and rollback are required for safe code-changing agents.
Never commit credentials, tokens, private keys, SSH keys, passwords, or benchmark data containing secrets.
This page defines the GitHub Wiki navigation sidebar.
- Architecture
- AI Cells
- CPU AI Runtime
- App Agents
- Memory System
- Networking
- Scheduler and Core Isolation
- Filesystem and Storage
- Driver Model
- Security Model
- Build System
- Build System
- Project Tracker
- Implementation Plan
- QEMU Full OS Core Workdown
- QEMU 100 Completion Plan
- Example Apps
- Codex Work Packages
- Testing and Benchmarking