Go security-tools

Open-source Go projects categorized as security-tools

Top 23 Go security-tool Projects

security-tools
  1. trivy

    Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

    Project mention: trivy VS onequery - a user suggested alternative | libhunt.com/r/trivy | 2026-06-01
  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. gitleaks

    Find secrets with Gitleaks 🔑

    Project mention: Your .env file is probably already in your Git history. The 15-minute audit (and the 5 habits that stop new leaks for good). | dev.to | 2026-06-15
  4. trufflehog

    Find, verify, and analyze leaked credentials

    Project mention: How to Stop Accidentally Committing AWS Keys to GitHub | dev.to | 2026-05-20

    trufflehog is also worth a look — it actually verifies whether detected secrets are still live by calling the relevant APIs. Useful for triage when you find old hits.

  5. pentagi

    Fully autonomous AI Agents system capable of performing complex penetration testing tasks

    Project mention: Current Frontline in AI Agent Development: Robust Agent Design and Security Measures | dev.to | 2026-03-23
  6. vuls

    Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices

  7. sliver

    Adversary Emulation Framework

  8. osv-scanner

    Vulnerability scanner written in Go which uses the data provided by https://osv.dev

    Project mention: OSV.dev Has a Free API — Find Vulnerabilities in Any Open-Source Package | dev.to | 2026-03-24

    # In your CI pipeline — check requirements.txt pip install pip-audit pip-audit -r requirements.txt --desc --fix # Or use OSV-Scanner directly # https://github.com/google/osv-scanner osv-scanner --lockfile=package-lock.json

  9. gosec

    Go security checker

  10. certificates

    🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.

  11. traitor

    :arrow_up: :skull_and_crossbones: :fire: Automatic Linux privesc via exploitation of low-hanging fruit e.g. gtfobins, pwnkit, dirty pipe, +w docker.sock

  12. spicedb

    Open Source, Google Zanzibar-inspired database for scalably storing and querying fine-grained authorization data

    Project mention: Permission Systems for Enterprise That Scale | news.ycombinator.com | 2025-12-24
  13. osmedeus

    A Modern Orchestration Engine for Security

  14. syzkaller

    syzkaller is an unsupervised coverage-guided kernel fuzzer

    Project mention: How to debug kernel memory corruption on Apple Silicon | dev.to | 2026-05-15

    For kernel code itself, the most useful open-source tool is syzkaller, which fuzzes syscalls and IOKit interfaces. It's not magic — you need to write descriptions of the syscalls you want fuzzed — but once you have those, it'll find bugs you'd never spot by reading code.

  15. scan4all

    Official repository vuls Scan: 15000+PoCs; 23 kinds of application password crack; 7000+Web fingerprints; 146 protocols and 90000+ rules Port scanning; Fuzz, HW, awesome BugBounty( ͡° ͜ʖ ͡°)...

  16. Modlishka

    Modlishka. Reverse Proxy.

  17. Cameradar

    Cameradar hacks its way into RTSP videosurveillance cameras

  18. cli

    🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc. (by smallstep)

  19. cariddi

    Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more

  20. Stowaway

    👻Stowaway -- Multi-hop Proxy Tool for pentesters

  21. SecretScanner

    :unlock: :unlock: Find secrets and passwords in container images and file systems :unlock: :unlock:

    Project mention: SecretScanner is an open-source tool for discovering passwords, API, tokens | news.ycombinator.com | 2026-05-27
  22. dockle

    Container Image Linter for Security, Helping build the Best-Practice Docker Image, Easy to start

  23. ContainerSSH

    ContainerSSH: Launch containers on demand

    Project mention: Linux boxes via SSH: suspended when disconected | news.ycombinator.com | 2026-01-15

    It's funny to me as well. Being initially inspired by Yelp's dockersh I wrote a functional MVP of the same concept around 2 years ago. It used a custom Go sshd-proxy to spawn kata-container backed pods in kubernetes. I used it personally for a very brief period of time, and found it useful as a small timesaver for testing things. I wasn't comfortable with monetizing it though. After seeing a few of these pop up, I realize maybe I missed my chance to be early.

    As far as self-hosting goes, it looks like there are some FOSS projects now, eg https://containerssh.io/

  24. osv.dev

    Open source vulnerability DB and triage service.

    Project mention: I scanned 8 popular open-source repos for outdated dependencies and CVEs. Here's what I found. | dev.to | 2026-05-31

    I built ScanReq, a VS Code extension that scans dependency files, checks versions against public registries in real time, and queries OSV.dev for known CVEs. It supports 8 ecosystems: Python, Node.js, Rust, Go, PHP, Ruby, and Java (both Maven and Gradle).

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go security-tools discussion

Log in or Post with

Go security-tools related posts

  • Your .env file is probably already in your Git history. The 15-minute audit (and the 5 habits that stop new leaks for good).

    1 project | dev.to | 15 Jun 2026
  • How Do You Integrate Penetration Testing into CI/CD?

    1 project | dev.to | 15 Jun 2026
  • trivy VS onequery - a user suggested alternative

    2 projects | 1 Jun 2026
  • I scanned 8 popular open-source repos for outdated dependencies and CVEs. Here's what I found.

    1 project | dev.to | 31 May 2026
  • Bumblebee vs OSV-Scanner: Two Takes on Supply Chain Scanning

    2 projects | dev.to | 23 May 2026
  • How to Stop Accidentally Committing AWS Keys to GitHub

    3 projects | dev.to | 20 May 2026
  • Don't Let Secrets Become Commits: Bringing Gitleaks Into the Developer Workflow

    1 project | dev.to | 7 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 15 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source security-tool projects in Go? This list will help you:

# Project Stars
1 trivy 36,314
2 gitleaks 27,669
3 trufflehog 26,731
4 pentagi 17,631
5 vuls 12,181
6 sliver 11,341
7 osv-scanner 10,496
8 gosec 8,858
9 certificates 8,573
10 traitor 7,139
11 spicedb 6,772
12 osmedeus 6,412
13 syzkaller 6,226
14 scan4all 5,987
15 Modlishka 5,330
16 Cameradar 5,064
17 cli 4,244
18 cariddi 3,411
19 Stowaway 3,372
20 SecretScanner 3,356
21 dockle 3,261
22 ContainerSSH 3,052
23 osv.dev 2,743

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Go is
the 4th most popular programming language
based on number of references?