Please do not open a public issue for security vulnerabilities.
Report privately via GitHub Security Advisories: go to the repository's Security tab → Report a vulnerability. You'll get an acknowledgement within 72 hours.
If you can, include: the affected package/module, a minimal reproduction,
and the impact as you understand it. galdor doctor output and the galdor
version help too.
The latest minor release line receives security fixes. Pre-1.0 tags are not retro-patched — upgrade to the newest release.
- The dashboard (
galdor ui) binds to loopback by default and has no authentication; exposing it beyond localhost is an explicit operator decision (seedocs/ops.md). file_read/http_getbuiltins are sandbox-gated by design (BaseDir confinement, host allowlists); a bypass of those guards is in scope and very much worth reporting.- The project runs
gosecandgovulncheckin CI on every module; seedocs/security.mdfor the standing self-assessment.