Security
- Injection surfaces (SQL, command, prototype)
- Auth/authz holes — missing checks, IDORs, bypassable guards
- Secret handling — fallbacks, env-var defaults, log leaks
- Supply chain — unverified imports, dependency confusion
JWT secret falls back to a hardcoded string when REVUND_API_KEY is unset.