| Version | Supported |
|---|---|
| 0.2.x | ✓ Current |
| 0.1.x | ✓ LTS |
Please do not open a public GitHub issue for security vulnerabilities.
Report via GitHub Security Advisories: https://github.com/inteleion-ai/Agentability/security/advisories/new
Or email: hello@agentability.io (subject: [SECURITY] <short description>)
Include as much of the following as possible:
- A description of the vulnerability and its potential impact.
- Steps to reproduce or proof-of-concept code.
- Any suggested mitigations.
You will receive an acknowledgement within 48 hours. We aim to release a fix within 14 days of a confirmed critical vulnerability.
We follow responsible disclosure: we will publicly credit reporters (unless they prefer to remain anonymous) after the fix is released.
The following are in scope:
- The
agentabilityPython package (sdk/python/). - The FastAPI platform server (
platform/). - The React dashboard (
dashboard/).
The following are out of scope:
- Third-party dependencies (report those directly to the upstream project).
- Issues requiring physical access to a machine.
- Social engineering attacks.
When deploying Agentability:
- Always set
AGENTABILITY_API_KEYto a strong, randomly-generated secret. - Use HTTPS / TLS 1.3 for all network traffic.
- Restrict database access to the application user only.
- Enable PII redaction in
PolicyEvaluatorfor any system processing user data. - Review the default
no_piiandmax_costrules and extend for your compliance requirements. - Never commit
agentability.dbor any.dbfile — add to.gitignore.