Skip to content

Security: jdepew88/Ralphifier

Security

SECURITY.md

Security

Reporting

If you find a vulnerability in Ralphifier, please open a private advisory on the GitHub repository (when available) or contact the maintainer directly. Do not file a public issue for exploitable flaws.

Practice notes

  • Never put API keys in client-side code.
  • The rewrite endpoint validates JSON, level values, and request size.
  • Optional Turnstile / rate-limit hooks exist in the handler but are disabled by default.
  • Do not paste production secrets into .env files that might be committed; .env is gitignored.

There aren't any published security advisories