Skip to content

Security: PeterShin23/remote-coder

Security

SECURITY.md

Security Policy

Supported versions

Remote Coder is currently in public alpha (v0.0.1-alpha.x). Security fixes are applied to the latest alpha release only.

Reporting a vulnerability

Please do not open public GitHub issues for security problems.

We aim to acknowledge new reports within five business days.

Handling secrets

  • Never commit Slack, GitHub, or CLI tokens to the repository.
  • Store credentials only in your config directory’s .env file or in local environment variables.
  • Treat generated branches and pull requests as potentially sensitive; scrub logs before sharing them.

If you suspect that a token has leaked, revoke it immediately through Slack/GitHub and generate a new one.

There aren’t any published security advisories