Leakferret Alternatives
Similar projects and alternatives to leakferret based on common topics and language
-
security-harness-kit
A Rust CLI that scans for secrets, PII, and sensitive data — with native hooks for AI coding assistants to prevent leaking credentials into AI context.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
hasp
Paranoid security scanner + sandboxed step runner for GitHub Actions. Verifies pins, audits workflows, runs steps in a kernel sandbox where secrets are capabilities.
-
aegis
Supply-chain security scanner for npm packages. Detect malicious code, typosquatting, and compromised dependencies before you install them. (by z8run)
-
foxguard
Discontinued Linter-fast security scanning and policy checks for catching regressions before deploy. [Moved to: https://github.com/PwnKit-Labs/foxguard]
-
forge-orchestrator
Forge Orchestrator: Multi-AI task orchestration. File locking, knowledge capture, drift detection. Rust.
-
noseyparker
Discontinued Nosey Parker is a command-line tool that finds secrets and sensitive information in textual data and Git history.
leakferret discussion
leakferret reviews and mentions
-
Secret scanning for the agent era: verify the leak, then fix it
leakferret is a secret scanner written for that situation. It is a single Rust binary that runs as a CLI in CI and as an MCP server that an agent can call on its own work before it commits. It checks findings against the real provider, it keeps the raw secret on your machine, and it can apply the fix by replacing the hardcoded value with an environment variable lookup. This post explains how each of those parts works and how to wire it into both a CI pipeline and an agent loop. It is open source under MIT and free to use.
Stats
leakferrethq/leakferret is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of leakferret is Rust.