Skip to content

Add 13 missing security tools across 7 categories#3

Merged
rezmoss merged 3 commits intorezmoss:mainfrom
clarabennettdev:add-missing-tools
Mar 22, 2026
Merged

Add 13 missing security tools across 7 categories#3
rezmoss merged 3 commits intorezmoss:mainfrom
clarabennettdev:add-missing-tools

Conversation

@clarabennettdev
Copy link
Copy Markdown
Contributor

@clarabennettdev clarabennettdev commented Feb 22, 2026

Adds 13 missing tools: scorecard, in-toto, slsa-verifier, rekor, fulcio, govulncheck, hadolint, dive, conftest, vault, infisical, cloudquery, cartography.

Added notable tools that were missing from the list:

**Artifact Signing & Verification:**
- rekor (Sigstore transparency log)
- fulcio (Sigstore code signing CA)

**Supply Chain Compliance:**
- scorecard (OpenSSF security health metrics)
- in-toto (supply chain integrity framework)
- slsa-verifier (SLSA provenance verification)

**SAST / Go:**
- govulncheck (official Go vulnerability scanner)

**Container Security / Image Scanning:**
- hadolint (Dockerfile linter)
- dive (Docker image layer explorer)

**Policy as Code:**
- conftest (OPA for configuration files)

**Secret Management:**
- vault (HashiCorp Vault)
- infisical (open-source secret management)

**Cloud Security:**
- cloudquery (cloud asset inventory)
- cartography (infrastructure relationship mapping)

All tools meet contribution criteria: >5 stars, active maintenance,
repositories >1 month old. No affiliation with any of these tools.
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR expands the curated “Awesome Security Pipeline” list by adding 13 commonly used security tools, filling gaps across multiple pipeline stages/categories.

Changes:

  • Added Sigstore ecosystem components (Rekor, Fulcio) under artifact signing.
  • Added supply-chain assurance tools (Scorecard, in-toto, slsa-verifier) and Go’s govulncheck.
  • Added additional container/policy/secret/cloud tooling entries (hadolint, dive, conftest, vault, infisical, cloudquery, cartography).
Comments suppressed due to low confidence (2)

README.md:74

  • This section is described as auditing/verifying supply chain security against industry benchmarks, but the newly added tools (Scorecard, in-toto, slsa-verifier) are more about security posture scoring and provenance/attestation frameworks than benchmark compliance. Consider adjusting the section blurb to cover provenance/assurance/metrics, or splitting into a separate subsection to keep the taxonomy accurate.
- [scorecard](https://github.com/ossf/scorecard) - OpenSSF security health metrics for open source projects. ![Active](https://img.shields.io/badge/status-active-brightgreen) ![Stars](https://img.shields.io/github/stars/ossf/scorecard) ![Last Commit](https://img.shields.io/github/last-commit/ossf/scorecard)
- [in-toto](https://github.com/in-toto/in-toto) - Framework to protect supply chain integrity. ![Active](https://img.shields.io/badge/status-active-brightgreen) ![Stars](https://img.shields.io/github/stars/in-toto/in-toto) ![Last Commit](https://img.shields.io/github/last-commit/in-toto/in-toto)
- [slsa-verifier](https://github.com/slsa-framework/slsa-verifier) - Verify SLSA provenance for supply chain security. ![Active](https://img.shields.io/badge/status-active-brightgreen) ![Stars](https://img.shields.io/github/stars/slsa-framework/slsa-verifier) ![Last Commit](https://img.shields.io/github/last-commit/slsa-framework/slsa-verifier)

README.md:202

  • The Secret Management section intro is scoped to Kubernetes/GitOps workflows, but Vault and Infisical are general-purpose secret managers beyond Kubernetes. Consider widening the intro sentence (or adding a separate subsection) so the section description matches the tools listed.
- [vault](https://github.com/hashicorp/vault) - Secrets management, encryption as a service, and privileged access. ![Active](https://img.shields.io/badge/status-active-brightgreen) ![Stars](https://img.shields.io/github/stars/hashicorp/vault) ![Last Commit](https://img.shields.io/github/last-commit/hashicorp/vault)
- [infisical](https://github.com/Infisical/infisical) - Open-source secret management platform with native integrations. ![Active](https://img.shields.io/badge/status-active-brightgreen) ![Stars](https://img.shields.io/github/stars/Infisical/infisical) ![Last Commit](https://img.shields.io/github/last-commit/Infisical/infisical)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@rezmoss rezmoss merged commit 66469b0 into rezmoss:main Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants