Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Send an email to **opensource@openagenthq.com** with:
- Never commit secrets or `.env` files (see `.gitignore`).
- Raise typed `ModelDockError` subclasses — never swallow errors silently.
- Run `bandit -r src` as part of local checks.
- Treat output from adapters, particularly from the cli/core/adapters/docs module, as untrusted; never execute or evaluate it directly.

## Contact

Expand Down
Loading