leakyrepo

A repo which contains lots of things which it shouldn't (by digininja)

Leakyrepo Alternatives

Similar projects and alternatives to leakyrepo

  1. leaky-repo

    Benchmarking repo for secrets scanning

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. JAZ

    Find secrets hidden in commits

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better leakyrepo alternative or higher similarity.

leakyrepo discussion

Log in or Post with

leakyrepo reviews and mentions

Posts with mentions or reviews of leakyrepo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-08.
  • Discover Hidden Secrets in Git Repos with Rust
    3 projects | dev.to | 8 Nov 2021
    At this point, we've succeeded at what we set out to create. I went ahead and scanned common testing repositories for this sort of thing like Plazmaz/leaky-repo and dijininja/leakyrepo. In general the program found all or most of the secrets. In the case of dijininja/leakyrepo it found a lot of RSA private keys which is acceptable but technically a misidentification. For Plazmaz/leaky-repo we find the majority of the keys although once again misidentify some. The decision to use rust makes performance really solid although still a little slow even for small repos. A couple good extensions to this to help with that could be adding a thread pool in order to scan objects in parallel. In more professional code, it seems more idiomatic for the scan_objects() function to return some objects of objects including their results rather than just printing the one containing secrets. For example, it could be formatted something like this:

Stats

Basic leakyrepo repo stats
1
44
10.0
over 5 years ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai