Skip to main content

Security Operations ๐ŸŸข

The security posture expected of every self-hosted RMM product.

Vulnerability disclosureโ€‹

Found a security issue in any Rug Munch product? Do not open a public issue.

  • Email: security@cryptorugmunch.com (PGP key published at cryptorugmunch.com/security)
  • We acknowledge within 48 hours and aim for a fix or mitigation statement within 7 days.
  • Coordinated disclosure is credited in release notes unless you decline.

Secretsโ€‹

RuleEnforcement
All credentials in a secret managergitleaks pre-commit + CI
No .env files in gitlefthook hook blocks them
Keys injected at container startcompose env_file from host-protected paths
Rotation schedule for all API keysquarterly audit script

Transport & headers (production baseline)โ€‹

  • TLS 1.2+ only; Let's Encrypt with auto-renew
  • HSTS (max-age=31536000; includeSubDomains)
  • X-Content-Type-Options: nosniff, Referrer-Policy: strict-origin-when-cross-origin
  • Rate limiting on every public route

Supply chainโ€‹

  • Dependency updates via Renovate (patches auto-merge, majors manually reviewed)
  • SBOM (CycloneDX via Syft) generated on every release
  • Container images scanned (Trivy) blocking on CRITICAL/HIGH

What we never storeโ€‹

Private keys of user wallets (watch-only default), payment credentials, or anything we cannot delete on request.