Skip to content

Security: BelyaevAD/TextTools

Security

SECURITY.md

Security Policy

Reporting a vulnerability

Open a GitHub Security Advisory, or contact me privately if you’d rather not use the public tracker.

Don’t paste live API keys, tokens, or private document contents into issues.

Secrets

  • Never commit TextTools.ini, history, logs, or user actions.ini / apps.ini / langs.ini
  • If a key leaks, revoke it at the provider and make a new one
  • Prefer scoped keys with spending limits when the provider allows it

Scope

TextTools is a local AutoHotkey script. It doesn’t ship a network service of its own; risk is mainly local state files and whatever you send to your chosen LLM provider.

There aren't any published security advisories