I. Introduction
GitGuardian measured the exposure of secrets in GitHub repositories for the last three years and reported in March 2023 that secrets sprawl continued accelerating in 2022 by 67% compared to 2021, exposing more than 10 million secrets [1]. In addition, they discovered that one out of 10 GitHub code authors exposed at least one secret in 2022. Secrets (such as API keys and access tokens) are indispensable for software as secrets are needed for third-party service integration, such as payment systems. However, developers leak secrets in plain text in the version control systems (VCS) and application packages [2], [3]. In September 2022, an attacker took over Uber's internal tools and applications by leveraging hard-coded admin credentials in their PowerShell scripts [4].