SysKit logo
Docs
Privacy & data policy

Privacy & data policy

SysKit is designed to be privacy-first. Most tools run fully in your browser. When a tool needs a server-side helper (for network calls), the server processes only what is necessary to return the result.

What we do not do

  • No user accounts or logins
  • No analytics or tracking by default
  • No selling or sharing of user data
  • No storing of tool inputs (passwords, secrets, tokens, etc.)

Server-side requests

Some tools call SysKit API routes (for example /api/dns,/api/headers, or /api/port) to perform network operations from the server. Requests are used only to compute the response. If you deploy SysKit yourself, you can control logging at the platform level.

If you use third-party hosting, your host may keep standard access logs (IP, user agent). This is controlled by your hosting provider.

Security note

For sensitive data (Kubernetes Secrets, tokens, private keys), prefer the client-side tools and avoid pasting secrets into tools that require network calls.