asiai is a local-first CLI tool. All core operations communicate only with inference engines running on localhost. It stores no secrets, tokens, or credentials.
Optional external calls (require explicit user action):
asiai bench --sharesubmits anonymous benchmark data toapi.asiai.devasiai mcp --registerregisters an anonymous agent toapi.asiai.devasiai leaderboard/asiai compareread public data fromapi.asiai.dev
No data is sent without explicit user action. All other operations are strictly local.
| Version | Supported |
|---|---|
| latest | Yes |
| older | No |
If you discover a security issue, please report it responsibly:
- Do not open a public GitHub issue.
- Email druide67@free.fr with:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- You will receive a response within 48 hours.
- Zero runtime dependencies for core (minimizes supply chain risk)
- All subprocess calls use list arguments (no
shell=True) - All SQL queries use parameterized placeholders (no f-string interpolation)
- HTTP response bodies are bounded (10 MB max)
- No telemetry. External calls to
api.asiai.devonly with explicit opt-in (--share,--register,leaderboard,compare)