| Version | Supported |
|---|---|
| 0.1.x | Yes |
Do not open a public GitHub issue for security vulnerabilities.
Email systems@arpacorp.net with:
- Description of the issue
- Steps to reproduce
- Impact assessment (if known)
- Affected version
We aim to acknowledge within 72 hours and provide a timeline for a fix when applicable.
In scope:
- AURA Harness core (session, spine, registry, constraints, CLI)
- Example code shipped in this repository
Out of scope:
- Third-party models, tools, or adapters you attach to AURA
- User agent code running under the harness
The pull request and main-branch CI workflow runs pip-audit against the installed Python dependencies. It is configured as a warn-only check with continue-on-error: true for one release cycle while the project establishes a clean baseline. A dependency finding therefore does not block CI yet; maintainers may make the check required once the baseline is clean.
A green audit does not guarantee that every dependency is free of vulnerabilities. Keep dependencies updated and report vulnerabilities in AURA itself using the private reporting process above.
Session exports may contain sensitive data from your agent runs. Store .aura/sessions/ and export files with appropriate access controls. AURA does not encrypt logs by default in v0.1.