If you discover a security vulnerability in Claude Agent Builder, please report it responsibly:
- Do not open a public issue
- Email: security@8mstudio.com
- Include a description of the vulnerability and steps to reproduce
We will respond within 48 hours and work with you to address the issue.
This project generates configuration files for Claude Code agents. Security considerations include:
- Hook scripts: Agent Builder may generate shell scripts. Always review generated hook scripts before running them.
- Tool permissions: Generated agents may request broad tool access. Review the
toolsfield in generated agent files. - MCP server configs: Generated configs may include API keys or tokens. Never commit secrets to version control.
When using agents generated by this tool:
- Review all generated files before installing
- Use the
validate_agents.pyscript to check for common issues - Start with restrictive tool permissions and expand as needed
- Use hooks to add safety guardrails for dangerous operations
- Never use
bypassPermissionsmode in production