GitGuardian Platform
Automated secret detection has transformed our workflows and now prevents leaks in real time
What is our primary use case?
Our primary use case for GitGuardian Platform is preventing credentials and other sensitive secrets from being accidentally committed to source code or exposed through our development and CI/CD workflows. We experienced one or two incidents where our secrets were leaked through Git when developers accidentally committed them or they were exposed through the pipeline. This is crucial from an infrastructure perspective because our application interacts with many cloud services. For example, development and deployment environments can contain AWS access keys, API keys, database credentials, and JWT tokens. The problem is not always intentional credential exposure, as a developer can accidentally include credentials in a .env file, Terraform variable, Docker file, or CI/CD configuration and commit it to Git.
GitGuardian Platform is designed to detect hardcoded secrets in both repositories and CI/CD workflows, including historical repositories and new contributions. It supports integrations with GitHub, GitLab, Bitbucket, and Azure DevOps, all of which we use in our organization. Our precise use case is to detect secrets before they become a production security issue.
GitGuardian Platform fits into our workflow in many steps. The first step is repository secret scanning, the second is CI/CD pipeline production, the third is pull request scanning, and the fourth is historical scanning.
How has it helped my organization?
Since adopting GitGuardian Platform, the most significant improvement in our organization is moving secret security earlier in the development process. Previously, the workflow involved developers committing secrets, which remained in repositories, leading to manual discoveries by the security team, credential rotations, and further investigations. This process was burdensome and time-consuming. Now, we have automated detection where developers commit secrets, the scanner detects them, the security team receives findings, and the secrets are either removed or rotated, significantly shortening the time between exposure and detection. This reduces our reliance on developers to remember every possible security rule.
I recall scanning twenty repositories for any secrets manually when our first AWS account was hacked, which took me around four days. However, GitGuardian Platform saves all those four days of my manual work by automating this process.
What is most valuable?
In my experience, the best features of GitGuardian Platform include real-time secret detection, which is invaluable for catching credentials close to when they are introduced rather than finding them weeks later. The second feature is historical repository scanning. Additionally, it has CI/CD integration, can integrate with multiple Git platforms, offers custom detectors, provides context-aware detection, and allows for severity and prioritization of issues.
The first three features have saved us considerably, particularly the real-time secret detection, while we initially also depended on historical repository scanning. As a DevOps professional, CI/CD integration is critically important to me.
What needs improvement?
I would improve GitGuardian Platform by reducing false positives and streamlining remediation. I also desire stronger integration around issue management workflows. For instance, once a critical secret is detected, the ideal workflow should involve detection, ticket creation, owner assignment, credential rotation, verification, and closure. The more automated this process becomes, the fewer manual security work is required.
For how long have I used the solution?
I have been using GitGuardian Platform for around one year.
What other advice do I have?
My advice for others considering GitGuardian Platform is that for DevOps and cloud infrastructure teams, integrating secret detection into normal development and CI/CD workflows makes much more sense than relying entirely on manual security reviews. This tool is incredibly useful. I would rate this product a ten out of ten.
Automated secret checks have protected our QA pipelines and prevent critical key exposure
What is our primary use case?
As a software test engineer, my main use case for GitGuardian Platform is to ensure we do not accidentally publish passwords, API keys, and other secrets in our test code. I use GitGuardian Platform to scan all our QA automation repositories and test files such as Selenium, Cypress, and Postman collections, plus block any secret in the CI/CD pipeline before it gets merged. The most valuable part is that it functions as a spell checker for secrets. It instantly warns us in the pull request if someone has coded a key. It checks whether the leaked key is still active or already expired, so we do not waste time on fake test data. Additionally, it has a simple tool called ggshield that stops the leak on our own laptop before we even push code, plus it sends alerts to Slack and Jira so we can track and fix it as a normal bug.
Initially, we were doing a release rush last quarter and one of our junior QAs was writing a Cypress automation test for the payment flow. To make the test pass quickly, he copied a real SK live Stripe production key and a real test user password directly from our production configuring file and pasted it into cypress/e2e/payment.spec.js and pushed it to a feature branch. He created a PR and within 15 seconds, GitGuardian Platform flagged it on the PR itself. A critical valid Stripe secret key was detected at file payment.spec.js line 32, and it was also marked as valid and active. Because we had ggshield in our CI pipeline, the Jenkins build failed automatically and a Slack alert went to our QA channel, tagging him. The ticket was auto-created in Jira as critical. If that PR had been merged, that live production Stripe key would have been in our Git history forever and anyone with repository access could have charged customers or stolen payment data.
Before GitGuardian Platform, the same mistake happened two to three times a month and we only found it during manual code review. This time, we caught it before it even reached the main branch.
What is most valuable?
The best features GitGuardian Platform offers include real-time secret detection in PRs, validity check, ggshield CLI plus pre-commit hook, CI/CD pipeline gate, historical scanning, honeytokens, and excellent integration with Slack and Jira.
The ggshield CLI and pre-commit hooks are a small tool you install on your laptop. With ggshield installed in local mode, it blocks your commit locally before you push. This means a junior QA cannot even push a secret by mistake, catching the issues at the earliest point before it affects your system.
I also appreciate the interface of GitGuardian Platform. It is user-friendly and intuitive, making it very easy for us to learn and use.
GitGuardian Platform has positively impacted my organization by reducing risk from 100 to almost zero, saving a lot of QA time, and changing our QA culture.
What needs improvement?
GitGuardian Platform could be improved with better grouping of alerts and smarter handling of dummy test data.
Additionally, QA-friendly reports would be beneficial.
For how long have I used the solution?
I have been using GitGuardian Platform for the past eight years.
What other advice do I have?
My advice to others looking into using GitGuardian Platform is to start by scanning your QA files such as Postman and Cypress first where most leaks hide. Make the ggshield pre-commit hook mandatory for all QAs so leaks are blocked on the laptop. Use a secret vault instead of hardcoding real keys. Spend one hour to allow list your dummy test data such as test123 to avoid false alarms. Also, add a no GitGuardian Platform alert to your definition of done for every PR. Do this and you will have zero secrets in your main branch.
It is a very cost-effective tool, and I highly recommend it. I would rate this product a 9 out of 10.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Accurate Incident Details That Pinpoint Risky Code Fast
Automated secret detection has improved remediation speed and strengthens repository security
What is our primary use case?
My main use case for GitGuardian Platform is monitoring the repositories for exposed secrets and credentials and reviewing security alerts. I also use it to remediate any findings that come up.
The majority of the time we are thinking about potential secret exposure across repositories and prioritizing the findings which need attention. GitGuardian Platform gives a good additional layer of security alongside our existing practices.
A specific example of a time when GitGuardian Platform helped me catch and fix an exposed secret is when developers hardcode API credentials while developing. There is always a chance that a developer makes a mistake and hardens an API credential in a repository. We are able to identify and remove the credentials, rotating them before they could be misused. This is a quick specific example we have encountered, and it is usual for anyone.
What is most valuable?
The best features GitGuardian Platform offers that stand out most for me are the secret key detections and real-time alerts. I also find the incident tracking and remediation workflow useful because it makes it easier to understand, identify, investigate, and address exposed credentials.
GitGuardian Platform has impacted my organization positively by allowing us to identify usually exposed credentials earlier, reducing the time spent on manually checking repositories where credentials have been exposed, and it also gives better visibility into the status of security findings and their remediation. GitGuardian Platform offers a more structured way, and we can quickly identify exposed secrets by this process, assign them to the right person, and track the remediation until it is resolved. It reduces the manual effort of coordinating and following up with the security findings.
What needs improvement?
One area of improvement for GitGuardian Platform would be reducing false positives and making some alerts easier to prioritize. A more streamlined interface for investigating and grouping related findings would also make the workflow faster.
Alert prioritization and better customization of alert notifications would help, especially for filtering low-priority findings. More detailed remediation guidance within the alerts would also make it easier for newer users to resolve issues quickly.
For how long have I used the solution?
I have been using GitGuardian Platform for around one year.
What do I think about the stability of the solution?
GitGuardian Platform has been generally stable for day-to-day monitoring and alerting. I have not faced any major reliability issues during regular use, although occasional alert delays can happen.
What do I think about the scalability of the solution?
GitGuardian Platform has good scalability from my experience. As the number of repositories and users increased, we have not had any major performance issues, and onboarding additional repositories has been relatively straightforward.
How are customer service and support?
I have limited direct interaction with GitGuardian Platform's support, but the responses we received were helpful and reasonably quick. Most of the issues are dealt with through documentation and internal processes, so we did not go to support directly.
Which solution did I use previously and why did I switch?
We have not used anything previously before GitGuardian Platform.
What was our ROI?
Regarding the return on investment, I do not have exact metrics, but in practice, it has reduced manual effort to check repositories and follow up on findings. The biggest improvement has been catching potential exposures earlier and shortening the remediation cycle.
What's my experience with pricing, setup cost, and licensing?
Regarding my experience with pricing, setup cost, and licensing, the pricing from the feedback seems to be reasonable for an enterprise security platform, though the overall cost depends on the number of users and repositories.
Which other solutions did I evaluate?
Before choosing GitGuardian Platform, we evaluated secret management and secret scanning tools, but I was not directly involved with that final selection, so I do not have a complete list or detailed comparison about that.
What other advice do I have?
My advice for others looking into using GitGuardian Platform is to clearly define your secret scanning and remediation workflow before implementing it. Also, make sure alerting and integrations are configured properly so the team can act on findings without creating too much noise.
Regarding GitGuardian Platform's AI capabilities, I think its governance and security are useful for improving detection and investigation. While governance and security controls are important for keeping the process controlled, from my experience, GitGuardian Platform provides a good foundation, though clearer visibility into AI decision-making and configuration would be helpful.
When it comes to the accuracy and reliability of output, from my experience, the AI-assisted detection is generally accurate and useful for identifying potential secrets and prioritizing findings. I would still validate important findings manually, especially when the context is ambiguous or there is a possibility of a false positive.
I would rate this review an eight out of ten.
Easy to Use and One of the Best Options on the Market
Catching exposed secrets before they turn into pull request cleanup
Effortless Security for GitHub Projects
Useful Security Tool That Catches What’s Easy to Miss
Integrated and Effective in Leak Detection
Continuous secret monitoring has improved our code security and protected critical workflows
What is our primary use case?
GitGuardian Platform provides security through secret detection and broader code security. The main benefit is ensuring that secrets are properly managed across our organization.
Honeycomb has many repositories, multiple agents, multiple backends, numerous React frontends, AWS Lambda integrations, automations, third-party APIs, and multiple developers. To manage all of this, we maintain hundreds of secrets to ensure that developers do not commit environment files and that everything is properly secured. GitGuardian Platform scans every commit, branch, pull request, and the entire repository history, which informs us about security gaps and code issues. Because it continuously monitors our system rather than performing just one scan, when a developer pushes code, we receive alerts that are generated immediately. This continuous monitoring capability has made GitGuardian Platform our main solution.
What is most valuable?
GitGuardian Platform offers numerous integrations, including GitHub, GitLab, AWS, email, Jira, and Slack. The continuous monitoring system that watches for pushes as soon as developers commit code is also a valuable feature.
Integration with Slack and Jira allows developers to be notified immediately when a secret is detected, so they can revoke or rotate credentials before they are abused. Jira integration helps us track issues effectively through resolution by automatically creating tickets and assigning ownership.
GitGuardian Platform has provided accurate and reliable output for detecting common secrets and credentials. Most alerts provide sufficient context to investigate and remediate issues properly. From a security perspective, no exposed credentials are shared between branches. When credentials are shared, they are detected easily, and developer awareness around secret management has improved.
What needs improvement?
The automated checks encourage developers to remove or rotate exposed credentials before code is merged. GitGuardian Platform is working well for our organization, and I currently see no needs for improvements. However, deeper integrations with AI development workflows and services would be useful because security is a main concern with the use of AI agents.
I rate GitGuardian Platform a nine out of ten because there is a slight learning curve in integration, and I would have preferred integration with AI-native development workflows. With the increase of AI-focused workflows and incident prioritizations, AI agents need a security system that can flag security leaks. Apart from AI workflow considerations, the platform performs well.
For how long have I used the solution?
I have been using GitGuardian Platform for approximately two years.
What do I think about the stability of the solution?
GitGuardian Platform is stable.
What do I think about the scalability of the solution?
GitGuardian Platform demonstrates good scalability and is well suited for organizations managing multiple repositories and multiple developers with centralized monitoring.
Which solution did I use previously and why did I switch?
We have not used any solution before GitGuardian Platform.
How was the initial setup?
I was not directly involved in evaluating pricing, but the setup from a technical perspective was straightforward.
What was our ROI?
I do not have quantified ROI figures because our team has not tracked them separately. For us, the return is more about reducing security risks and avoiding costs than achieving a direct, measurable financial benefit.
What other advice do I have?
For others considering GitGuardian Platform, I recommend starting by connecting your most critical repositories and running a historical scan to identify any existing exposures. I also recommend integrating it with your pull request workflow and notification tools such as Slack or Jira, so any detected issues are addressed early. Establishing a clear process is crucial, and GitGuardian Platform delivers the most value when it is incorporated into the development workflow rather than used only for occasional scans. I rate this product a nine out of ten.