Self-hostable auth and billing behind one API. A user's login and their plan live in the same place. MIT licensed.
- capability exposure inferred + 28
- trust mitigators mixed − 3
inferred mixed
The A–E grade is our heuristic synthesis — a "review this" prompt, not a verdict. Each factor is tagged by what backs it: attested (a verifiable record), reported (a third party's claim), or inferred (our own heuristic, e.g. permissions). See methodology.
graded 8m ago · see ecosystem CVEs →
No known CVEs for this server.
- low dangerous code
env-secret-flows-to-network-js: A process environment value (often a secret/token) flows into a network call — possible credential exfiltration. (rekey-dev-rekey-682b837/apps/panel
- low dangerous code
env-secret-flows-to-network-js: A process environment value (often a secret/token) flows into a network call — possible credential exfiltration. (rekey-dev-rekey-682b837/apps/panel
analyzed commit 682b837 · analyzer v28 · 2h ago
skills & prompt files 1
- agent-rules rekey-dev-rekey-682b837/AGENTS.md
danger signals3
- suspicious endpoint 169.254.169.254 (cloud metadata) rekey-dev-rekey-682b837/apps/api/test/audit-2.test.ts :306
expect(isWebhookUrlSafe('http://169.254.169.254/').ok).toBe(false); // EC2 IMDS - suspicious endpoint 169.254.169.254 (cloud metadata) rekey-dev-rekey-682b837/apps/api/test/ssrf-guard.test.ts :38
assertSafeUrl('http://169.254.169.254/latest/meta-data/', { allowPrivate: false }), - suspicious endpoint 93.184.216.34 rekey-dev-rekey-682b837/apps/api/test/ssrf-guard.test.ts :67
await expect(assertSafeUrl('https://93.184.216.34/cb', { allowPrivate: false })).resolves.toBeUndefined();
Heuristic, inferred signals — false positives (legitimately powerful tools, forks, language ports) are expected. Treat each as "review this", not a verdict. See the ecosystem-wide picture on the security hub, or the fleet security of rekey-dev.