| Version | Supported |
|---|---|
| 1.x | Yes |
| < 1.0 | No |
If you discover a security vulnerability in Claude Agent SDK for Laravel, please report it responsibly.
Email m.ashraf.saed@gmail.com with:
- Description of the vulnerability
- Steps to reproduce the issue
- Impact assessment — what could be exploited and how
- Suggested fix (if you have one)
- Acknowledgment within 48 hours of your report
- Initial assessment within 5 business days
- Resolution or mitigation plan within 30 days for confirmed issues
- Credit in the release notes (unless you prefer to remain anonymous)
- Open a public GitHub issue for security vulnerabilities
- Share vulnerability details publicly before a fix is released
- Test vulnerabilities against production systems you do not own
When using this SDK in production, we recommend:
- Never commit API keys — use environment variables (
ANTHROPIC_API_KEY) - Use
acceptEditsordefaultpermission mode in production — avoidbypassPermissions - Set
max_budget_usdto prevent unexpected costs - Restrict
allowed_toolsto only what your use case requires - Set
max_turnsto limit agent execution scope - Review the Security Guide in our wiki
We follow coordinated disclosure. Once a fix is released, we will:
- Publish a security advisory on GitHub
- Release a patched version
- Credit the reporter (with permission)
- Document the fix in CHANGELOG.md