Security fixes are provided for the latest released version.
Use GitHub private vulnerability reporting for this repository. Do not open a public issue containing credentials, private model inputs, or internal network details.
aiserver runbinds to127.0.0.1by default.- Non-loopback binding requires
AISERVER_TOKENunless the operator explicitly passes--allow-unauthenticated. - Tokens are read from the environment and are not accepted as command-line values.
- AIserver does not include telemetry or request-body logging.
- Uploaded or submitted values are never treated as executable code.
AIserver is a single-process development and LAN-serving tool. Put it behind a production reverse proxy when exposing it beyond a trusted private network.