Agent Studio is an early self-hosted runtime that can execute generated Python API code inside its runtime container. Treat access to the studio admin UI as privileged.
| Version | Supported |
|---|---|
| 0.1.x | Yes |
Please do not open a public issue for sensitive security reports.
Email the maintainer at the address listed on the GitHub profile, or open a private security advisory through GitHub if available. Include:
- A clear description of the issue.
- Reproduction steps.
- Impact and affected version.
- Any relevant logs or proof-of-concept code.
- Generated runtime API scripts are code and should be reviewed before sensitive production use.
- The admin UI is password-gated; use a strong
STUDIO_PASSWORDandAUTH_SECRET. - Keep the Docker host and dependencies updated.
- Do not expose the admin UI to untrusted users.
- Do not commit provider keys,
.env, database dumps, generated secrets, or workspace data.