Skip to content

Security

HostShift is pre-1.0 software. Report suspected vulnerabilities privately before public disclosure.

Do not commit:

  • production profiles
  • .env files
  • SSH private keys
  • generated ssh_config
  • PEM/key material
  • run state containing customer details

The repository .gitignore excludes common secret-bearing files and generated artifacts.

Profiles should reference credentials through environment variable names, for example:

sourcePasswordEnv: SRC_MYSQL_PWD
targetPasswordEnv: DST_MYSQL_PWD

Do not store passwords directly in profiles.

The self-hosted VM runner is offline by default and manually started only for release validation. It is not installed as a service.