Mobigent lets agents call mobile app capabilities, so security issues are taken seriously.
The project is pre-1.0. Security fixes are applied to the latest published version.
Please do not open a public issue for sensitive reports.
Use GitHub private vulnerability reporting:
https://github.com/mobigent/mobigent/security/advisories/new
Include:
- affected package and version
- reproduction steps
- expected and actual behavior
- possible impact
- suggested fix, if known
- Consequential actions should require app-side confirmation.
- Use
MOBIGENT_AUTH_TOKENwhenever exposing the gateway outside localhost. - Use
MOBIGENT_HTTP_API_KEYwhenever exposing the HTTP API outside localhost. - Do not expose the local gateway directly to the public internet without TLS and authentication.
- Prefer least-privilege capability schemas.
- Use
allowedAgentsto restrict sensitive actions to known provider ids. - Use
rateLimitPerMinutefor actions that can create cost, mutate state, or trigger external effects. - Pass
x-mobigent-agentfrom HTTP/OpenAPI providers so gateway policies can distinguish callers. - Subscribe to
gateway.onAudit()and persist production audit events outside the gateway process.