Skip to content

Security: SamDev1303/claudeking.cloud

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

If you discover a security issue, do not open a public issue with exploit details.

Please report privately to the repository owner with:

  • affected file/component
  • reproduction steps
  • impact summary
  • suggested fix (if available)

Security Principles in This Project

  • Telegram user allowlist (ALLOWED_USER_IDS)
  • Subprocess environment whitelist (not full parent env passthrough)
  • Output redaction before Telegram delivery
  • Command guardrails against unsafe shell patterns
  • Local .env only; no secrets in tracked files

Secret Handling Rules

  1. Never commit API keys or tokens.
  2. Keep .env local and gitignored.
  3. Use .env.example for templates only.
  4. Rotate keys immediately if exposure is suspected.

Recommended Operator Practices

  • Run with least-privilege keys.
  • Restrict Telegram allowed user IDs to known operators only.
  • Audit logs/ and data/ access permissions.
  • Review changes before enabling new tools/providers in production.

There aren’t any published security advisories