If you find a vulnerability in ReadyAgents Core, please do not open a public issue.
The GitHub account readyagents is a User, not an Organization.
Use private vulnerability reporting on this repository. That form is the working contact.
Include:
- A description of the issue
- Steps to reproduce
- Impact (file sandbox escape, prompt/tool injection, secret leakage, etc.)
We will acknowledge the report and work on a fix before any disclosure.
read_file/write_file/list_dirare intentionally sandboxed to a workspace directory (symlinks and..cannot escape; writes are atomic)type: includepaths must stay under the parent workflow directoryhttp_getis disabled unless explicitly opted in, and even then refuses loopback, private, link-local, and metadata hosts (including after redirects)calcis a restricted arithmetic evaluator, not Pythoneval- API keys live in the environment / local env files and must never be committed
Do not paste API keys, .env, or .env-ai contents into GitHub.