bearer VS packj

Compare bearer vs packj and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bearer packj
18 38
1,753 616
4.6% 3.6%
9.5 7.2
8 days ago about 1 month ago
Go Python
Elastic License 2.0 GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bearer

Posts with mentions or reviews of bearer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Show HN: Bearer Code Security Scanner Add Support for Java, PHP, Go, and Python
    1 project | news.ycombinator.com | 26 Oct 2023
  • [Tool] An alternative to Brakeman for Security
    2 projects | /r/rails | 11 Jul 2023
    My team and I released Bearer a couple of weeks ago, a newer open and free alternative to Brakeman to check your code for security and privacy risks. In addition to Ruby/Rails, we also cover your JS/TS code, which allows you to use a single solution for your whole Rails application.
  • Brakeman VS bearer - a user suggested alternative
    2 projects | 10 Jul 2023
    Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks.
  • semgrep VS bearer - a user suggested alternative
    2 projects | 10 Jul 2023
    Code security scanning tool (SAST) to discover, filter and prioritize security and privacy risks.
  • Detecting sensitive data shared with OpenAI
    3 projects | news.ycombinator.com | 4 May 2023
    Link to the Recipe https://github.com/Bearer/bearer/blob/main/pkg/classificatio...
  • Show HN: TypeScript Security Scanner
    2 projects | news.ycombinator.com | 12 Apr 2023
    Hi HN,

    I’m Guillaume, the cofounder of Bearer, an Open Source SAST solution.

    After launching a few weeks ago here on Hacker News with support for Ruby and JavaScript stacks, I’m happy to report we’ve just released a new version (v1.2) with TypeScript support!

    In terms of code coverage, we use the same rules already implemented for vanilla JavaScript, but as usual, you can build your own.

    The rules list is here: https://docs.bearer.com/reference/rules/

    It’s a first version for TS, but we believe that thanks to the pre-existing JavaScript support it should already provide good insights.

    If you have some TypeScript code, we would love for you to try it out and let us know in the comment below or on our Discord your experience and how we can improve the findings.

    You can access the repo here: https://github.com/Bearer/bearer

    Thank you again!

  • Six security risk of user input in ruby code
    2 projects | dev.to | 11 Apr 2023
    It can be challenging to keep up with security best practices. In addition to watching for vulnerability reports, you can also run regular scans on your codebase with a SAST tool like Bearer CLI. It's a free and secure way to get practical security feedback on your ruby code. Check it out on GitHub at bearer/bearer.
  • Let’s scan DEV’s forem project with Bearer and analyze the results
    3 projects | dev.to | 30 Mar 2023
    Using open-source tools to test open-source projects feels like a great match. It wasn't until the other day that I remembered that the team behind DEV had open-sourced the bones of the site as Forem. To make it an even better match, the stack matches up nicely with the currently supported languages included in Bearer's new free and open-source security application security testing (SAST) tool. Unlike many security tools, this one is really focused on helping devs make sense of security concerns in an actionable way.
  • How to scan your ruby or JS project for security improvements, for free.
    2 projects | dev.to | 27 Mar 2023
    Good news! There’s a free open-source tool that can scan your code, check for known risks, and give you a list of things that need fixing. All are sorted by how risky the code is—based on things like how sensitive the data is and how damaging a breach or leak would be. It’s called Bearer.
  • Open-source Static Code Analysis tool with sensitive-data prioritization
    1 project | /r/netsec | 7 Mar 2023

packj

Posts with mentions or reviews of packj. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-14.
  • Rust Without Crates.io
    5 projects | news.ycombinator.com | 14 Nov 2023
    Creator of Packj [1] here. How do you envision sandboxing/security policies will be specified? Per-lib policies when you've hundreds of dependencies will become overwhelming. Having built an eBPF-based sandbox [2], I anticipate that accuracy will be another challenge here: too restrictive will block functionality, too permissive defeats the purpose.

    1. https://github.com/ossillate-inc/packj flags malicious/risky NPM/PyPI/RubyGems/Rust/Maven/PHP packages by carrying out static+dynamic+metadata analysis.

  • A Study of Malicious Code in PyPI Ecosystem
    4 projects | news.ycombinator.com | 8 Sep 2023
    Cool project. How do you feel about projects like OpenSSF scorecards or even the checks that socket.dev do today on these packages to help determine risk?

    https://github.com/ossillate-inc/packj/blob/main/.packj.yaml

    Secondly, what about impersonation where attackers imitate a popular package and its respective metadata?

  • How to use Podman inside of a container
    4 projects | news.ycombinator.com | 26 Apr 2023
    I built Packj [1] sandboxing for securing “pip/NPM install”. It uses strace for sandboxing and blocks access to sensitive files and limits traffic to known-good IP addresses.

    1. https://github.com/ossillate-inc/packj

  • NPM Provenance Public Beta
    5 projects | news.ycombinator.com | 19 Apr 2023
    Great work! This provenance check is going to be very valuable for enforcing supply-chain security. We are working on adding support to check for provenance in Packj.

    1. https://github.com/ossillate-inc/packj flags risky/malicious NPM/PyPI/Ruby dependencies

  • Show HN: TypeScript Security Scanner
    2 projects | news.ycombinator.com | 12 Apr 2023
    Cool project. Would love to integrate this in Packj [1] as one of the open-source SAST scanners. Will DM you.

    1. https://github.com/ossillate-inc/packj flags malicious/risky open-source dependencies.

  • Packj flags malicious/risky open-source packages
    1 project | news.ycombinator.com | 14 Feb 2023
  • Show HN: Coder Guard – Protect Your IDE from Malicious Extensions
    1 project | news.ycombinator.com | 26 Jan 2023
    Very cool! I've built something similar, but for packages: https://github.com/ossillate-inc/packj Would love to talk.
  • Ask HN: What Are You Working on This Year?
    49 projects | news.ycombinator.com | 2 Jan 2023
    Working on a marketplace (based on Packj [1]) to allow open-source developers to make money by selling "assured" software artifacts.

    1. Packj https://github.com/ossillate-inc/packj flags malicious and other "risky" open-source dependencies in your software supply chain.

  • Compromised PyTorch-nightly dependency chain December 30th, 2022
    3 projects | news.ycombinator.com | 31 Dec 2022
    I’ve created Packj sandbox [1] for “safe installation” of PyPI/NPM/Rubygems packages

    1. https://github.com/ossillate-inc/packj

    It DOES NOT require a VM/Container; uses strace. It shows you a preview of file system changes that installation will make and can also block arbitrary network communication during installation (uses an allow-list).

  • Vulnerability scanner written in Go that uses osv.dev data
    7 projects | news.ycombinator.com | 16 Dec 2022
    Great to see a developer-friendly tool around OSV! Packj [1] uses OSV APIs to report vulnerable PyPI/NPM/Rubygems packages. Disclaimer: I built it.

    1. https://github.com/ossillate-inc/packj flags malicious/risky packages.

What are some alternatives?

When comparing bearer and packj you can also consider the following projects:

Brakeman - A static analysis security vulnerability scanner for Ruby on Rails applications

kubesploit - Kubesploit is a cross-platform post-exploitation HTTP/2 Command & Control server and agent written in Golang, focused on containerized environments.

KubeHound - Kubernetes Attack Graph

paperclips - Universal Paperclips mirror

Scanners-Box - A powerful and open-source toolkit for hackers and security automation - 安全行业从业者自研开源扫描器合辑

meta - Meta discussions and unicorns. Not necessarily in that order.

TSS - Threshold Secret Sharing - A Ruby implementation of Threshold Secret Sharing (Shamir) as defined in IETF Internet-Draft draft-mcgrew-tss-03.txt

maloss - Towards Measuring Supply Chain Attacks on Package Managers for Interpreted Languages

SiRP - Secure (interoperable) Remote Password Auth (SRP-6a)

roqr - QR codes that will rock your world

BeEF - The Browser Exploitation Framework Project

firejail - Linux namespaces and seccomp-bpf sandbox