mirror of
https://github.com/saymrwulf/BraiinsRatchet.git
synced 2026-05-14 20:37:52 +00:00
25 lines
668 B
Markdown
25 lines
668 B
Markdown
# Security And Safety
|
|
|
|
This repository is designed to be monitor-only.
|
|
|
|
## Token Policy
|
|
|
|
- `BRAIINS_WATCHER_TOKEN` may be used for read-only API calls.
|
|
- Owner/admin Braiins tokens must never be passed to this code.
|
|
- `.env` is ignored by Git.
|
|
- The CLI refuses token values containing common owner/admin labels.
|
|
|
|
## Computer Safety
|
|
|
|
- No containers.
|
|
- No VMs.
|
|
- No writes outside this repository.
|
|
- No shelling out from package code.
|
|
- No destructive filesystem operations.
|
|
|
|
## Trading Safety
|
|
|
|
- Recommendations are not orders.
|
|
- Manual execution remains outside the program.
|
|
- Any future live executor must be reviewed as a separate change and disabled by default.
|
|
|