Skip to main content

maintenance

Enables toggling of the server-side login killswitch on Supabase environments, managing user access during maintenance.

Install this skill

or
85/100

Security score

The maintenance skill was audited on May 20, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 14

Access to .env file

SourceSKILL.md
14- `dev` → env file: `.env.cloud.dev`
medium line 15

Access to .env file

SourceSKILL.md
15- `prod` → env file: `.env.cloud`
medium line 44

Access to .env file

SourceSKILL.md
44Secrets are read at runtime via `Deno.env.get()` in [login/index.ts](../../../deployment/supabase/functions/login/index.ts) — no redeploy needed.
Scanned on May 20, 2026
View Security Dashboard
Installation guide →