blog.gitguardian.com
Resources curated from this publisher and indexed across appsec.fyi topic pages. Last item added: 2026-08-08.
| Date Added | Resource | Excerpt |
|---|---|---|
| 2026-08-08 2026 | Mini Shai-Hulud's Latest Wave: 280 New Places It Hunts for Your SecretsSecretsSupply Chain | A new wave of the Mini Shai-Hulud malware has been detected, impacting Keyv and over 800 npm packages. This threat now actively scans 469 secret locations for sensitive information. Its targets include AI agents, cryptocurrency wallets, and CI/CD tools, demonstrating a broad scope in its quest to steal user secrets. |
| 2026-08-05 2026 | Credential Harvesting Explained: How Attackers Collect Secrets From Developer MachinesSecrets | Writeup on credential harvesting, detailing how attackers collect secrets from developer machines. It explains two primary vectors: tricking users with techniques like adversary-in-the-middle (AitM) kits and device code phishing, and directly harvesting credentials from endpoints using infostealer malware. The article highlights developer machines as particularly rich targets due to the density of plain-text secrets in cloud credential caches, config files, shell history, and AI tool caches, referencing GitGuardian's research on secrets found in AI tool directories. It also contrasts harvesting with credential stuffing and provides examples like the Shai-Hulud npm worm. |
| 2026-08-05 2026 | Securing Agentic AI Workflows in n8n: From Leaked API Keys to Encryption Key CompromiseAISecrets | Analysis of agentic AI workflows in n8n reveals critical security risks stemming from the N8N_ENCRYPTION_KEY. Researchers identified three weaknesses in key derivation and session authentication, enabling session forgery for OIDC or pending users if the encryption key is compromised. Furthermore, weak encryption keys can be recovered offline from public artifacts like leaked JWTs, with 129 internet-accessible instances found using known weak keys. The research also details how CVE-2026-25053 can escalate API key access to compromise the encryption key and protected credentials, highlighting the consequential impact of failures in the execution layer of agentic automation. |
| 2026-07-31 2026 | What Was on This Machine? Answering the Blast Radius Question After a Laptop CompromiseSecrets | Library for answering the critical "blast radius" question after a laptop compromise, enabling organizations to quickly inventory and prioritize credential rotation. It moves beyond EDR and forensics, which detail *what happened* on a machine, to identify *what was exposed*, such as valid credentials scattered across .env files, shell history, and AI tool caches. By maintaining a per-machine credential inventory before an incident, this library transforms investigations from a time-consuming reconstruction into a prioritized, actionable list of secrets for targeted remediation. |
| 2026-07-30 2026 | An AI Agent Breached Hugging Face. The Attack Playbook Was Older Than the AttackerAIAuthNSecrets | Writeup on the Hugging Face breach detailing an AI agent's exploitation of a zero-day in a package registry cache proxy, followed by two injection vectors: HDF5 external raw storage and template injection in a dataset configuration. The agent escalated privileges and harvested credentials, highlighting the enduring risks of standing credentials and lateral movement, even against novel autonomous AI threats. |
| 2026-07-29 2026 | Why SAST and DAST Aren't Enough for Secrets SecuritySecrets | Library for comprehensive secrets detection, extending beyond SAST and DAST to address the critical security gap left by credential sprawl. It recognizes that leaked secrets, unlike traditional vulnerabilities, grant direct access and can persist across diverse locations such as Git history, CI/CD pipelines, collaboration tools like Jira, and infrastructure-as-code templates, even appearing in AI tooling configurations and container images. |
| 2026-07-29 2026 | How to Reduce Time to Revoke for Exposed CredentialsSecrets | Library for reducing the time to revoke exposed credentials, this resource outlines operational changes security teams can implement. It addresses blockers like unclear ownership, fear of breaking production systems, manual provider-specific workflows, removal-only remediation, and the lack of validity verification for secrets like those used by non-human identities. Techniques include automated validity checks, mapping credentials to owners, provider-specific revocation runbooks, differentiating immediate revocation from planned rotation, reducing reliance on long-lived credentials, and automating revocation where safe. |
| 2026-07-28 2026 | How to Measure Time to Revoke for Exposed CredentialsSecrets | Library for operationalizing credential exposure reduction, focusing on decreasing time to revoke. It addresses challenges like unclear ownership, fear of production impact, provider-specific workflows, and removal-only remediation for exposed secrets, including those of non-human identities (NHIs). The library aids in validating exposed secrets, mapping them to owners, building provider-specific revocation runbooks, and implementing risk-based revocation pathways. It also promotes reducing reliance on long-lived credentials and automating revocation where feasible, ensuring closure verification. |
| 2026-07-24 2026 | Why identity-local signals and topology signals are two layers of the same blast radiusSecrets | Library for understanding application blast radius, distinguishing between identity-local signals and topology signals. It identifies how risky a credential is on its own (e.g., plaintext, guessable) and, crucially, what services and resources will break if that credential is compromised by mapping downstream dependencies. The library aids in prioritizing risks by showing how failures propagate across interconnected services, exemplified by the impact of a leaked Postgres credential on Temporal services and a passwordless Redis cart store on Online Boutique checkout processes. |
| 2026-07-23 2026 | The Streak Continues: Four More Supply Chain Attacks Hit npm and PyPISupply Chain | Analysis of four recent supply chain attacks—Miasma/Hades worm on npm and PyPI, fake payment SDKs stealing CI secrets, a stolen npm token poisoning Jscrambler, and a hijacked CI pipeline for AsyncAPI—highlights attackers targeting credentials in developer environments. These incidents reveal evolving tactics, including bypassing install script protections by executing payloads on import, and compromising CI identities to produce seemingly valid Sigstore and SLSA provenance for backdoored packages. |
| 2026-07-22 2026 | Four More Supply Chain Attacks Hit npm and PyPISupply Chain | Library of techniques used in recent supply chain attacks targeting npm and PyPI, including the Miasma worm, IronWorm infostealer, fake payment SDKs harvesting CI secrets, credential theft via a compromised jscrambler token, and CI pipeline hijacking in the AsyncAPI project. These attacks exploited various entry points like malicious install hooks, Python startup files, stolen publishing credentials, and CI workflow vulnerabilities to steal sensitive information such as cloud credentials, API tokens, and cryptocurrency wallets. The attacks demonstrate how attackers circumvent protections and leverage compromised CI identities to generate seemingly legitimate, yet malicious, package releases. |
| 2026-07-22 2026 | How to Measure Time to Revoke for Exposed CredentialsSecrets | Guide on measuring time to revoke for exposed credentials, a critical CISO metric that quantifies the duration an exposed API key, cloud credential, service account token, or database connection string remains valid post-detection. It emphasizes that mere detection or ticket closure does not equate to neutralization, and a true revocation requires the credential to be actively invalidated. The guide details how to capture timestamps for detection, validation, owner assignment, and invalidation to calculate median and P90 time to revoke, establish SLAs for revocation, and track owner coverage, ultimately bridging the gap between technical exposure and business risk. |
| 2026-07-21 2026 | How to Measure Time to Revoke for Exposed CredentialsSecrets | Library on measuring "time to revoke" for exposed secrets, including API keys, cloud credentials, and service account tokens. It explains how to calculate the time an exposed credential remains valid after detection, contrasting it with Mean Time to Detect (MTTD) and Mean Time to Remediate (MTTR). The library details key timestamps for measurement and presents metrics like median time to revoke, P90 time to revoke, and the percentage of exposed secrets revoked within Service Level Agreements (SLAs). It also highlights the importance of owner mapping and provides guidance for CISO dashboards to effectively report on credential exposure risk. |
| 2026-07-17 2026 | The Perimeter Moved to the Laptop: From Network, to Identity, to the Developer EndpointAuthNSecrets | Library for discovering credentials on developer endpoints, addressing the shift in the security perimeter from networks and identity to the device itself. This library helps identify static, long-lived secrets like cloud access keys, API tokens, and SSH keys residing in configuration files, caches, and AI agent temporary storage, which are invisible to traditional network and identity controls. It complements existing security layers by focusing on the local credential plane, a gap exploited by attacks like s1ngularity and the Shai-Hulud worm that target exposed secrets directly on developer machines. |
| 2026-07-15 2026 | Identity Infrastructure: Why Credentials Are the Layer Directories Don't SecureAuthNSecrets | Library of techniques for securing identity infrastructure beyond traditional directories like Active Directory, Entra ID, or Okta. It details risks associated with non-human identities, credential sprawl across repositories and CI/CD pipelines, multi-cloud fragmentation, and credentials outliving their owners. The resource highlights the critical need to secure the credential plane alongside the governance plane, emphasizing detection of exposed API keys, service account tokens, OAuth secrets, and certificates, which directories alone cannot manage. |
| 2026-07-14 2026 | Identity Infrastructure: Why Credentials Matter More Than DirectoriesSecrets | Library focused on detecting exposed credentials like API keys, service account tokens, OAuth secrets, certificates, and kubeconfig files within source code, CI/CD pipelines, and collaboration tools. It addresses blind spots in traditional identity infrastructure, such as non-human identities outside directory reach, credential sprawl across environments, credential exposure leading to unauthorized access, multi-cloud fragmentation, credentials outliving their owners, and the need for compliance evidence beyond access reviews. The library aims to provide visibility into the credential plane, complementing governance-plane systems like Active Directory, Entra ID, Okta, and SailPoint. |
| 2026-07-13 2026 | What CISA Got Right After Its GitHub Leak: Lessons Every Organization Should CopySecretsSupply Chain | Reference detailing lessons learned from CISA's GitHub leak incident, advocating for continuous secrets scanning, developing dedicated leak-response playbooks, simplifying reporting channels, strengthening development guardrails, and testing credential rotation. It highlights the importance of treating external reports seriously and provides practical steps for security teams to implement, drawing from CISA's experience with exposed developer secrets and simplifying relations with security researchers. |
| 2026-07-08 2026 | Every Laptop Is a Credential Store: Where Secrets HideSecrets | Reference mapping credential locations on developer laptops; highlights shell history, environment files, cloud credential files like `~/.aws/credentials`, SSH keys, package registry tokens, AI agent caches, browser storage, and structured file exports. Discusses how traditional scanners miss these plaintext or configuration-based secrets, which are prime targets for infostealer malware and cloud credential theft. |
| 2026-07-01 2026 | IEEE Cloud Summit 2026: The Tunnels No One MappedAI | Library for securing agentic AI systems, focusing on practical challenges and solutions discussed at IEEE Cloud Summit 2026. Topics include building production-ready agents with deterministic components like Integer Linear Programming solvers, implementing context-aware security to grant agents only necessary data, and establishing forensic traceability for agent actions using OpenTelemetry. The library also addresses Kubernetes compliance shifts with developer-first guardrails, like the GuardOn browser extension, and highlights the pervasive issue of over-provisioned permissions in agentic environments. |
| 2026-06-28 2026 | AI Is the Newest Developer To Misunderstand Secrets In Your Git HistorySecrets | Library for securing Git repositories, teaching AI coding agents like Cursor, Claude Code, and Codex how to properly handle secrets and avoid leaking them into commit history. It emphasizes rotating credentials first and using tools like `git-filter-repo` for thorough history cleanup. The library integrates with AI assistants through Agent Skills and AI hooks, enabling pre-commit scanning and real-time checks on prompts, commands, and outputs, preventing secrets from entering the repository in the first place. |
| 2026-06-25 2026 | Hunting Leaked PyPI Tokens: 62 Live, 125 Packages ExposedPythonSecretsSupply Chain | Analysis of leaked PyPI tokens reveals 62 live credentials, impacting 125 packages with approximately 25,000 monthly downloads. Using the `pypitoken` Python module, researchers decoded macaroons to identify token restrictions, such as `UserIDRestriction` and `ProjectIDsRestriction`. A method mimicking the `twine upload` command was employed to test token validity, with a 400 HTTP response indicating a live token. Despite GitHub's automated scanning, numerous tokens, many first leaked in 2024, remained active, suggesting gaps in automated detection. Responsible disclosure to the PyPI security team led to token revocation and improvements in their disclosure process. |
| 2026-06-25 2026 | Identiverse 2026: The Challenges Of Solving Identity For AI Agents At ScaleAIAuthZ | Reference from Identiverse 2026 highlights challenges in solving identity for AI agents at scale, discussing ownership, lifecycle management, and least privilege. Sessions addressed risks like unauthorized agent decisions, the need for agent identity before production, and secure credential management, emphasizing techniques such as intent-scoped, just-in-time access and eliminating secrets via SPIFFE-based attestation and per-workflow OIDC tokens. The discussion also noted how AI coding tools can inadvertently teach developers insecure practices, like using static credentials, and stressed the importance of architectural decisions to enforce secure paths and provenance tracking in agent-to-agent interactions. |
| 2026-06-17 2026 | Extending Our Mission With Developer Endpoint ProtectionSecrets | Library extending ggshield for developer endpoint protection, it finds credentials on developer machines, including those accumulated in shell histories, config files, and AI agent artifacts. It employs local scanning, honeytokens for live attack detection, and integrates with enterprise deployment workflows, MDM solutions, and SIEM systems to secure the growing attack surface presented by AI coding agents like Cursor and GitHub Copilot. |
| 2026-06-16 2026 | Gitguardian Agent Skills: Secret Detection and Remediation For AI-Assisted DevelopmentAISecrets | Library of GitGuardian Agent Skills enabling AI coding assistants to perform secret detection and remediation. These skills translate developer concerns into concrete actions, guiding AI agents to utilize `ggshield` for scanning repositories, local machines, and Git history for secrets. Supported slash commands include `/gitguardian:scan-secrets` for various scan types, `/gitguardian:create-honeytokens` for decoy credentials, `/gitguardian:scan-machine` for comprehensive local audits, `/gitguardian:check-hmsl` for checking leaked secrets without exposing them, and `/gitguardian:install-git-hooks` to integrate `ggshield` as pre-commit or pre-push hooks. |
| 2026-06-13 2026 | KCD New York 2026: Trust, Agents, and the Work Behind the WorkAIAPI SecAuthZ | Library summarizing Kubernetes Community Days New York 2026, focusing on "Zero Trust for APIs" with Istio Ambient Mesh, the complexities of Kubernetes CVEs and AI vulnerability assessment, and autonomous multi-cluster remediation using agentic AI and MCP servers. It also highlights the importance of community in open-source infrastructure, referencing the New Contributor Orientation program. |
| 2026-06-11 2026 | You Can't Secure What You Can't See: Making Non-Human Identities GovernableAuthNSecrets | Library for governing non-human identities, GitGuardian NHI Governance provides a centralized, searchable inventory of machine identities across secrets managers, CI/CD, cloud IAM, Kubernetes, and SaaS platforms. It surfaces NHIs with their source, path, environment, risk level, and ownership status, enabling continuous governance by identifying public leaks, internal leaks, cross-environment secrets, reused credentials, long-lived secrets, and overprivileged identities. This context allows teams to understand dependencies before revoking or rotating credentials, shifting from reactive incident response to proactive security. |
| 2026-06-08 2026 | Initial Access Changed, The Attack Path Did Not: Findings From The Verizon 2026 DBIRAuthNSecretsSupply Chain | Survey of 2026 DBIR findings highlighting credential abuse and exploited vulnerabilities as primary attack vectors, emphasizing the critical role of leaked credentials, API keys, and tokens in both initial access and lateral movement. The analysis details how DevSecOps workflows, third-party integrations like OAuth, and the increasing use of AI by attackers create extensive credential exposure paths, turning leaked secrets into reusable attacker assets that enable ransomware and system intrusions. Incident response requires thorough credential exposure analysis to understand the blast radius and revoke compromised access. |
| 2026-06-08 2026 | Top 16 Secrets Management Tools and Platforms for 2026 (Compared)Secrets | Library comparing 16 secrets management tools including CyberArk Conjur, HashiCorp Vault, Akeyless, Doppler, and 1Password Secrets Automation. It covers elements like automated secrets rotation, role-scoped access, and integrations with systems like GitHub Actions, Azure DevOps, and Kubernetes through tools like External Secrets Operator. The library highlights key considerations for choosing a tool based on cloud environment, open-source priorities, and AI agent support, noting the increasing prevalence of exposed secrets in public GitHub commits and internal repositories. |
| 2026-06-08 2026 | Four Credential-Harvesting Campaigns Hit Open Source Ecosystems in Two WeeksSecretsSupply Chain | Survey of four recent credential-harvesting campaigns—Megalodon, Laravel-Lang, TrapDoor, and Miasma—targeting open source ecosystems, including GitHub, npm, PyPI, Crates.io, and Composer. These attacks compromised repositories and packages, exploiting CI workflows, Git tag rewriting, and various execution paths to exfiltrate sensitive data like cloud credentials, SSH keys, and AI coding assistant instructions, without relying on zero-days. |
| 2026-06-08 2026 | Designing Identity for the Agentic Enterprise: The Okta AI Identity SummitAIAuthZ | Reference on agentic enterprise identity, summarizing insights from the Okta AI Identity Summit. It highlights how AI agents are rapidly outpacing existing identity systems, necessitating a shift from mere access control to governing specific actions. Key takeaways include the need for agent discovery, understanding connections, real-time governance via access certifications and kill switches, and the integration of identity as a core control plane for AI. The summit emphasized that successful AI transformation requires rewiring work processes and trust, not just deploying new tools. |
| 2026-05-19 2026 | How We Got a CISA GitHub Leak Taken Down in Under a DaySecrets | Writeup details a CISA GitHub leak containing CI/CD logs, Kubernetes manifests, Terraform code, and AWS secrets discovered in the "Private-CISA" repository. The leak, which persisted for months before detection by GitGuardian, highlights risks from plain-text passwords, Git-committed backups, and exposed GitHub tokens. It emphasizes the importance of diligent secret management and comprehensive exposure monitoring to prevent similar incidents. |
| 2026-05-04 2026 | Local Guardrails for Secrets Security in the Age of AI Coding AssistantsAISecretsSupply Chain | Library for local secret scanning, ggshield, addresses the shift of software supply chain attack surfaces to developer workstations. It detects hardcoded credentials in .env files, terminal history, build output, and AI prompts, mitigating risks before they reach remote repositories or pipelines. The tool integrates directly into developer workflows via editors, Git hooks, terminals, and AI coding assistants, preventing credential exposure and simplifying incident response. |
| 2026-04-23 2026 | No Off Season: Three Supply Chain Campaigns Hit npm PyPI and Docker Hub in 48 HoursSupply Chain | Analysis of three recent supply chain campaigns targeting npm, PyPI, and Docker Hub, including Checkmarx KICS, CanisterSprawl (pgserve, Namastex.ai), and xinference, highlights the consistent objective of stealing developer secrets like API keys and cloud credentials. These attacks, attributed in part to threat actor TeamPCP, demonstrate sophisticated evasion techniques and cross-ecosystem propagation. |
| 2026-04-22 2026 | Top 10 Non-Human Identity Security Tools and Platforms for 2026Secrets | Library for detecting and preventing non-human identity (NHI) security risks, specifically addressing hardcoded API keys, overprivileged service accounts, stale OAuth tokens, and misconfigured workload identities. It offers comprehensive discovery, exposure detection across git history and CI/CD pipelines, lifecycle management, authorization and least privilege enforcement, and governance features to aid compliance with standards like SOC 2 and ISO 27001. This tool targets large DevSecOps organizations to secure complex, multi-cloud, and ephemeral workloads. |
| 2026-04-22 2026 | AI Is Fueling Secrets Sprawl: GitGuardian Reports 81% Surge of AI-Service LeaksSecrets | Report detailing GitGuardian's findings on secrets sprawl, highlighting an 81% surge in AI-service leaks and a 34% YoY increase in newly leaked secrets on GitHub due to AI adoption. The analysis covers increased risk from AI-assisted commits, emerging MCP configuration risks, expanded attack surfaces via collaboration tools and developer machines, and challenges in prioritizing and remediating long-lived secrets, underscoring the need for dedicated Non-Human Identity governance. |
| 2026-04-19 2026 | Shai-Hulud: A Persistent Secret Leaking Campaign — GitGuardianSupply Chain | Analysis of the Shai-Hulud campaign details a persistent supply chain attack targeting NPM packages like @ctrl/tinycolor, using malicious GitHub Actions to exfiltrate secrets from local environments and repositories. Similar to the s1ngularity and GhostActions campaigns, this attack injects compromised workflows to steal credentials, including GitHub tokens, NPM tokens, and AWS Keys. GitGuardian's HasMySecretLeaked service allows developers to check for compromised secrets without exposing their values. |
| 2026-04-16 2026 | Supply Chain Security: Sigstore and Cosign - GitGuardianSupply Chain | Library for signing and verifying container images using Sigstore's Cosign. This resource details Sigstore, a suite of tools designed to secure software supply chains by ensuring software integrity. It focuses on Cosign, a tool for signing artifacts within OCI registries, utilizing features like hardware and KMS signing, and integration with Kubernetes Secrets. The library allows users to generate key pairs, sign images by digest, and verify signatures against a provided public key, addressing the challenges of managing and integrating cryptographic signing into CI/CD workflows. |
| 2026-04-15 2026 | The Future Of GitHub Actions Security And What You Can Do Right NowSupply Chain | Library for securing GitHub Actions, focusing on proactive measures and current realities. It addresses GitHub's evolving roadmap toward deterministic workflow dependencies, centralized execution policy, and tighter secret scoping. The library helps organizations manage the immediate risks of scattered secrets and compromised automation layers, providing visibility, detection, and remediation for existing environments before platform-level controls are fully implemented. |
| 2026-04-11 2026 | The Nx s1ngularity Attack: Inside the Credential LeakSupply Chain | Tool for scanning local environments for compromise from the Nx s1ngularity supply chain attack. It detects leaked credentials, including GitHub tokens, npm keys, SSH private keys, API keys, and cryptocurrency wallet files, and checks for exploitation of LLM client configuration files for tools like Claude and Gemini. The tool also provides a privacy-preserving service to check if specific secrets were exfiltrated. |
| 2026-04-11 2026 | Terraform Secrets Management Best PracticesSecrets | Library for managing secrets within Terraform configurations. It highlights best practices such as avoiding hard-coded secrets, leveraging secrets managers like AWS Secrets Manager, and utilizing the `sensitive` flag for outputs. The library also details how Terraform states and plans can expose sensitive data and introduces ephemeral resources as a mechanism to fetch secrets without persisting them in the state file. |
| 2026-04-11 2026 | 2,622 Valid Certificates Exposed: Google-GitGuardian StudySecrets | Survey of X.509 certificate leaks mapping over 40,000 private keys to TLS certificates, revealing 2,600 valid certificates at risk. The GitGuardian and Google study highlights a critical misunderstanding of private key risks, with many organizations failing to revoke exposed certificates after disclosure campaigns. Techniques used included Certificate Transparency log analysis and OSINT for attribution, uncovering systemic failures in key management and revocation processes across Fortune 500 companies, healthcare providers, and government agencies. |
| 2026-04-10 2026 | Renovate & Dependabot: The new Malware Delivery SystemSupply Chain | Library analyzing how automated dependency updaters like Renovate and Dependabot can inadvertently accelerate malware distribution in supply chain attacks. It details how these tools, designed for efficiency, can bypass security scrutiny by automatically merging malicious package updates, as seen with the Axios and trivy-action compromises. The entry highlights the implicit trust afforded to bot-generated pull requests and their potential to introduce malware rapidly, even into CI/CD pipelines through workflow modifications. |
| 2026-04-10 2026 | The State of Secrets Sprawl 2026: AI-Service Leaks Surge 81%Secrets | Report detailing the surge in hardcoded secrets on public GitHub, with AI service leaks increasing 81% and LLM infrastructure leaking 5x faster than core model providers. The analysis highlights insecure patterns in MCP configuration guides, the significant risk of secrets in internal repositories and collaboration tools like Slack and Jira, and the expanding attack surface of developer workstations and CI/CD runners due to AI agents. It also emphasizes the persistent issue of un-remediated valid secrets and the critical need for robust Non-Human Identity (NHI) governance. |
| 2026-04-10 2026 | Protecting Your Software Supply Chain: Typosquatting and Dependency ConfusionSupply Chain | Library detailing typosquatting and dependency confusion attacks on software supply chains. These attacks exploit developers' typographical errors when downloading packages from registries like npm and PyPI, or through compromised dependencies. Real-world examples such as the Codecov and Event Stream breaches highlight how attackers infiltrate systems by mimicking legitimate packages, leading to data breaches, system compromises, and reputational damage. The library provides insights for engineering managers and security practitioners to protect their infrastructure from these evolving threats. |
| 2026-04-10 2026 | The State of Secrets Sprawl 2025Secrets | Report on the State of Secrets Sprawl 2025 details a significant increase in leaked secrets, with 23.8 million found on public GitHub in 2024, a 25% rise. Generic secrets comprise 58% of leaks, and a troubling 70% of secrets from 2022 remain active, expanding the attack surface. The report highlights that 35% of private repositories also contain secrets, including AWS IAM keys and hardcoded passwords, and secrets are prevalent across the SDLC in tools like Jira and Slack. The U.S. Treasury Department's BeyondTrust breach illustrates the real-world impact of exposed credentials. |
| 2026-04-03 2026 | Secret Scanning Tools 2026: Protect Code and Prevent Credential LeaksSecrets | Library for detecting and preventing secret leaks in code, offering continuous scanning, broad detector coverage for AWS, GCP, Azure, and internal tokens, and integration with GitHub, GitLab, and Slack. It utilizes pattern matching, entropy detection, and context-aware validation, with machine learning to reduce false positives and dedicated remediation workflows to address detected issues across the software development lifecycle. |