{"id":13717727,"url":"https://github.com/ossillate-inc/packj","last_synced_at":"2025-05-07T07:32:12.297Z","repository":{"id":39989020,"uuid":"484565105","full_name":"ossillate-inc/packj","owner":"ossillate-inc","description":"Packj stops :zap: Solarwinds-, ESLint-, and PyTorch-like attacks by flagging malicious/vulnerable open-source dependencies (\"weak links\") in your software supply-chain","archived":false,"fork":false,"pushed_at":"2024-04-02T22:09:18.000Z","size":1374,"stargazers_count":665,"open_issues_count":14,"forks_count":35,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-04-30T23:04:50.735Z","etag":null,"topics":["developer-tools","devops","devops-tools","devsecops","dynamic-analysis","malware","malware-analysis","npm","pypi","python","rubygems","sandboxing","security","security-audit","security-tools","static-analysis","supply-chain","supply-chain-security","vulnerability","vulnerability-scanners"],"latest_commit_sha":null,"homepage":"https://packj.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ossillate-inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2022-04-22T20:36:26.000Z","updated_at":"2025-04-24T21:48:56.000Z","dependencies_parsed_at":"2023-12-13T19:11:07.488Z","dependency_job_id":"1ed8fc4b-b77b-4c45-8252-a3c10909c4c4","html_url":"https://github.com/ossillate-inc/packj","commit_stats":{"total_commits":300,"total_committers":9,"mean_commits":"33.333333333333336","dds":0.3533333333333334,"last_synced_commit":"ba3ddae8611ae042663aff92ffc63fc752ad7ad5"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossillate-inc%2Fpackj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossillate-inc%2Fpackj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossillate-inc%2Fpackj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossillate-inc%2Fpackj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ossillate-inc","download_url":"https://codeload.github.com/ossillate-inc/packj/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252833722,"owners_count":21811239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["developer-tools","devops","devops-tools","devsecops","dynamic-analysis","malware","malware-analysis","npm","pypi","python","rubygems","sandboxing","security","security-audit","security-tools","static-analysis","supply-chain","supply-chain-security","vulnerability","vulnerability-scanners"],"created_at":"2024-08-03T00:01:26.141Z","updated_at":"2025-05-07T07:32:11.492Z","avatar_url":"https://github.com/ossillate-inc.png","language":"Python","funding_links":[],"categories":["Python","Application Security","Point-of-use validations","Other"],"sub_categories":["SCA","Vulnerability information exchange"],"readme":"# \u003cimg src=\"https://packj.dev/static/img/icons/package.svg\" width=\"45\"/\u003e\u0026nbsp;\u003cspan style=\"font-size: 42px\"\u003e Packj flags malicious/risky open-source packages\u003c/span\u003e \n\n*Packj* (pronounced package) is a tool to help to mitigate software supply chain attacks. It can detect malicious, vulnerable, abandoned, typo-squatting, and other \"risky\" packages from popular open-source package registries, such as NPM, RubyGems, and PyPI. It can be easily customized to minimize noise. Packj started as a PhD research project and is currently being developed under various govt grants.\n\n[![GitHub Stars](https://img.shields.io/github/stars/ossillate-inc/packj?style=social)](https://github.com/ossillate-inc/packj/stargazers) ![](https://img.shields.io/badge/status-beta-yellow) [![Prs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](https://github.com/ossillate-inc/packj/blob/main/CONTRIBUTING.md) ![Github Commit Activity](https://img.shields.io/github/commit-activity/m/ossillate-inc/packj) [![Discord](https://img.shields.io/discord/910733124558802974?label=Discord)](https://discord.gg/qFcqaV2wYa)  [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Docker](https://badgen.net/badge/icon/docker?icon=docker\u0026label)](https://hub.docker.com/r/ossillate/packj/tags)\n\n\u003e **Note**\n**Self-hosted Packj webserver and several integrations coming later this month :punch: Watch this repo to stay up to date.**\n\n![demo video](https://drive.google.com/uc?export=view\u0026id=1QfA73i_ihgqo2JbNXoxaGSZ2Wa02RZNq)\n\n# Contents #\n\n* [Get started](#get-started) - available as Docker image, GitHub Action, and packages\n* [Functionality](#functionality) - deep static/dynamic code analysis and sandboxing\n* [Supported ecosystems](#supported-ecosystems) - NPM, PyPI, Rubygems, PHP, Rust\n* [Our story](#our-story) - started as a PhD research project and is backed by govt grants\n* [Why Packj](#why-packj) - existing CVE scanners ASSUME code is BENIGN and not analyze its behavior\n* [Customization](#customization) - turn off alerts as per your threat model to reduce noise\n* [Malware found](#malware-found) - reported over 70 malicious PyPI and RubyGems packages\n* [Talks and videos](#resources) - presentations from PyCon, OpenSourceSummit, BlackHAT\n* [Project roadmap](#feature-roadmap) - view or suggest new features; join our [discord channel](https://discord.gg/qFcqaV2wYa)\n* [Team and collaboration](#team-and-contributors) - lead by Cybersecurity researchers from academia/industry\n* [FAQ](#faq) - supported package managers, commonly asked questions on techniques, and more\n\n# Get started #\n\nWe support multiple deployment models:\n\n### 1. GitHub runner \n\nUse Packj to audit dependencies in pull requests.\n\n```yaml\n- name: Packj Security Audit\n  uses: ossillate-inc/packj-github-action@v0.0.10-beta\n  with:\n    # TODO: replace with your dependency files in the repo\n    DEPENDENCY_FILES: pypi:requirements.txt,npm:package.json,rubygems:Gemfile\n    REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n\nView on GitHub [marketplace](https://github.com/marketplace/actions/packj-security-audit). Example [PR run](https://github.com/ossillate-inc/packj-github-action-demo/pull/3#issuecomment-1274797138).\n\n### 2. Docker image (recommended)\n\nThe quickest way to try/test Packj is using Docker. Podman is also supported for containerized (isolated) runs.\n\n```\ndocker run -v /tmp:/tmp/packj -it ossillate/packj:latest --help\n```\n\n### 3. Source repo\n\nClone this repo, \n\n```\ngit clone https://github.com/ossillate-inc/packj.git \u0026\u0026 cd packj\n```\n\nInstall dependencies\n\n```\nbundle install \u0026\u0026 pip3 install -r requirements.txt\n```\n\nStart with help:\n\n```\npython3 main.py --help \n```\n\n# Supported ecosystems #\n\nPackj can vet pubished packages from NPM, PyPI, Rust, PHP, and Rubygems package registries. Rust and PHP support is WIP. We're actively adding support for registries.\nIt also supports vetting local (unpublished) NPM and PyPI packages.\n\n| Registry  | Ecosystem  | Supported          |\n| --------- | ---------- | ------------------ |\n| NPM       | JavaScript | :white_check_mark: |\n| PyPI      | Python     | :white_check_mark: |\n| Cargo     | Rust       | :white_check_mark: |\n| Rubygems  | Ruby       | :white_check_mark: |\n| Packagist | PHP        | :white_check_mark: |\n| Docker    | Docker     | :x: |\n| Nuget     | .NET       | :white_check_mark: |\n| Maven     | Java       | :white_check_mark: |\n| Cocoapods | Swift      | :x: |\n\n# Functionality #\n\nPackj offers the following tools: \n\n* [Audit](#auditing-a-package) - to vet a package for \"risky\" attributes.\n* [Sandbox](#sandboxed-package-installation) - for safe installation of a package. \n\n## Auditing a package ##\n\nPackj audits open-source software packages for \"risky\" attributes that make them vulnerable to supply chain attacks. For instance, packages with expired email domains (lacking 2FA), large release time gap, sensitive APIs or access permissions, etc. are flagged as risky. \n\nAuditing the following is supported:\n\n- multiple packages: `python3 main.py audit -p pypi:requests rubygems:overcommit`\n- dependency files: `python3 main.py audit -f npm:package.json pypi:requirements.txt`\n\nBy default, `audit` only performs static code analysis to detect risky code. You can paas `-t` or `--trace` flag to perform dynamic code analysis as well, which will install all requested packages under strace and monitor install-time behavior of packages. Please see the example output below.\n\n\u003cdetails\u003e\n    \u003csummary\u003e\u003ch4\u003eShow example run/output\u003c/h4\u003e\u003c/summary\u003e\n\n    $ docker run -v /tmp:/tmp/packj -it ossillate/packj:latest audit --trace -p npm:browserify\n\n    [+] Fetching 'browserify' from npm..........PASS [ver 17.0.0]\n    [+]    Checking package description.........PASS [browser-side require() the node way]\n    [+]    Checking release history.............PASS [484 version(s)]\n    [+] Checking version........................RISK [702 days old]\n    [+]    Checking release time gap............PASS [68 days since last release]\n    [+] Checking author.........................PASS [mail@substack.net]\n    [+]    Checking email/domain validity.......RISK [expired author email domain]\n    [+] Checking readme.........................PASS [26838 bytes]\n    [+] Checking homepage.......................PASS [https://github.com/browserify/browserify#readme]\n    [+] Checking downloads......................PASS [2M weekly]\n    [+] Checking repo URL.......................PASS [https://github.com/browserify/browserify]\n    [+]    Checking repo data...................PASS [stars: 14189, forks: 1244]\n    [+]    Checking if repo is a forked copy....PASS [original, not forked]\n    [+]    Checking repo description............PASS [browser-side require() the node.js way]\n    [+]    Checking repo activity...............PASS [commits: 2290, contributors: 207, tags: 413]\n    [+] Checking for CVEs.......................PASS [none found]\n    [+] Checking dependencies...................RISK [48 found]\n    [+] Downloading package from npm............PASS [163.83 KB]\n    [+] Analyzing code..........................RISK [needs 3 perm(s): decode,codegen,file]\n    [+] Checking files/funcs....................PASS [429 files (383 .js), 744 funcs, LoC: 9.7K]\n    [+] Installing package and tracing code.....PASS [found 5 process,1130 files,22 network syscalls]\n    =============================================\n    [+] 5 risk(s) found, package is undesirable!\n    =\u003e Complete report: /tmp/packj_54rbjhgm/report_npm-browserify-17.0.0_hlr1rhcz.json\n    {\n        \"undesirable\": [\n            \"old package: 702 days old\",\n            \"invalid or no author email: expired author email domain\",\n            \"generates new code at runtime\",\n            \"reads files and dirs\",\n            \"forks or exits OS processes\",\n        ]\n    }\n\u003c/details\u003e\n\n\u003e WARNING: since packages could execute malicious code during installation, it is recommended to ONLY use `-t` or `--trace` when running inside a Docker container or a Virtual Machine.\n\nAudit can also be performed in Docker/Podman containers. Please find details on risky attributes and how to use at [Audit README](https://github.com/ossillate-inc/packj/blob/main/packj/audit/README.md).\n\n## Sandboxed package installation ##\n\nPackj offers a lightweight sandboxing for `safe installation` of a package. Specifically, it prevents malicious packages from exfiltrating sensitive data, accessing sensitive files (e.g., SSH keys), and persisting malware. \n\nIt sandboxes install-time scripts, including any native compliation. It uses **strace** (i.e., **NO** VM/Container required).\n\nPlease find details on the sandboxing mechanism and how to use at [Sandbox README](https://github.com/ossillate-inc/packj/blob/main/packj/sandbox/README.md).\n\n\u003cdetails\u003e\n    \u003csummary\u003e\u003ch4\u003eShow example run/output\u003c/h4\u003e\u003c/summary\u003e\n\n    $ python3 main.py sandbox gem install overcommit\n   \n    Fetching: overcommit-0.59.1.gem (100%)\n    Install hooks by running `overcommit --install` in your Git repository\n    Successfully installed overcommit-0.59.1\n    Parsing documentation for overcommit-0.59.1\n    Installing ri documentation for overcommit-0.59.1\n   \n    #############################\n    # Review summarized activity\n    #############################\n   \n    [+] Network connections\n        [+] DNS (1 IPv4 addresses) at port 53 [rule: ALLOW]\n        [+] rubygems.org (4 IPv6 addresses) at port 443 [rule: IPv6 rules not supported]\n        [+] rubygems.org (4 IPv4 addresses) at port 443 [rule: ALLOW]\n    [+] Filesystem changes\n    /\n    └── home\n        └── ubuntu\n            └── .ruby\n                ├── gems\n                │   ├── iniparse-1.5.0 [new: DIR, 15 files, 46.6K bytes]\n                │   ├── rexml-3.2.5 [new: DIR, 77 files, 455.6K bytes]\n                │   ├── overcommit-0.59.1 [new: DIR, 252 files, 432.7K bytes]\n                │   └── childprocess-4.1.0 [new: DIR, 57 files, 141.2K bytes]\n                ├── cache\n                │   ├── iniparse-1.5.0.gem [new: FILE, 16.4K bytes]\n                │   ├── rexml-3.2.5.gem [new: FILE, 93.2K bytes]\n                │   ├── childprocess-4.1.0.gem [new: FILE, 34.3K bytes]\n                │   └── overcommit-0.59.1.gem [new: FILE, 84K bytes]\n                ├── specifications\n                │   ├── rexml-3.2.5.gemspec [new: FILE, 2.7K bytes]\n                │   ├── overcommit-0.59.1.gemspec [new: FILE, 1.7K bytes]\n                │   ├── childprocess-4.1.0.gemspec [new: FILE, 1.8K bytes]\n                │   └── iniparse-1.5.0.gemspec [new: FILE, 1.3K bytes]\n                ├── bin\n                │   └── overcommit [new: FILE, 622 bytes]\n                └── doc\n                    ├── iniparse-1.5.0\n                    │   └── ri [new: DIR, 119 files, 131.7K bytes]\n                    ├── rexml-3.2.5\n                    │   └── ri [new: DIR, 836 files, 841K bytes]\n                    ├── overcommit-0.59.1\n                    │   └── ri [new: DIR, 1046 files, 1.5M bytes]\n                    └── childprocess-4.1.0\n                        └── ri [new: DIR, 272 files, 297.8K bytes]\n\n    [C]ommit all changes, [Q|q]uit \u0026 discard changes, [L|l]ist details:\n\u003c/details\u003e\n\n# Our story\n\n**TL;DR** Packj started as a PhD research project. It is backed by various government grants.\n\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ch4\u003eShow long answer\u003c/h4\u003e\u003c/summary\u003e\n\nPackj started as an academic research project. Specifically, the static code analysis techniques used by Packj are based on cutting-edge Cybersecurity research: [MalOSS](https://github.com/osssanitizer/maloss) project by our research [group](http://cyfi.ece.gatech.edu) at Georgia Tech.\n\n\u003ca href=\"https://arxiv.org/pdf/2002.01139v1.pdf\" target=\"_blank\"\u003e\n\t\u003cimg src=\"https://drive.google.com/uc?export=view\u0026id=1L03-kFTdNDFvGLWt_zJ-Qe8PPX75ICqo\" width=\"300\" alt=\"academic paper\"\u003e\n\u003c/a\u003e\n\nPackj is backed by generous grants from [NSF](https://www.sbir.gov/node/2083473), [GRA](https://gra.org/company/227/OSSPolice.html), and [ALInnovate](https://innovatealabama.org).\n\n\u003c/details\u003e\n\n# Why Packj\n\n**TL;DR** The state-of-the-art vulnerability scanners assume that the third-party open-source code is BENIGN. Therefore, all such tools ONLY address threats from accidental programming bugs in benign code (a.k.a. CVEs such as Log4J). They DO NOT protect against Solarwinds-like modern software supply-chain attacks from deliberately bad (a.k.a. malicious) code that is propagated by bad actors using new vulnerabilities in the supply channel, including dependency confusion, typo-squatting, protestware (sabotaging), account hijacking, and social engineering. A recent (Dec'22) example is PyTorch package that was compromised using dependency confusion vulnerability (no CVE assigned). \n\nPackj not only audits for CVEs, but also performs deep static+dynamic code analysis as well as metadata checks to detect any \"risky\" behavior and attributes, such as spawning of shell, use of SSH keys, mismatch of GitHub code vs packaged code (provenance), lack of 2FA, and several more. Such insecure attributes do not qualify as as CVEs, which is why none of the existing tools can flag them. Packj can flag malicious, typo-squatting, abandoned, vulnerable, and other insecure dependencies (weak links) in your software supply chain.\n\n\u003cdetails\u003e\n    \u003csummary\u003e\u003ch4\u003eShow long answer\u003c/h4\u003e\u003c/summary\u003e\n\nThe current software supply chain threat model **assumes** that the third-party open-source code is benign, and therefore, security vulnerabilities are only tracked for accidental programming bugs (a.k.a. CVEs). As such, all existing open-source vulnerability scanners **ONLY** report publicly known CVEs and address threats from accidental bugs in benign code. \n\nA typical example of an accidental programming bug is a missing bounds check on user input, which makes the code vulnerable to buffer overflow attacks. Real-world popular examples include Log4J and HeartBleed. Attackers need to develop an exploit to trigger CVEs (e.g., a crafted TCP/IP packet in case of HeartBleed or a numerically high input to cause buffer overflow). CVEs can be fixed by patching or upgrading to a newer version of the library (e.g., newer version of Log4J fixes the CVE). \n\nThe modern software supply chain threat landscape **shifted** after the Solarwinds attack. Bad actors have found new vulnerabilities, but this time in the supply channel, not code. These new vulnerabilities such as dependency confusion, typo-squatting, protestware (sabotaging), account hijacking, and social engineering are being exploited to propagate malware. Thousands of compromised NPM/PyPI/Ruby packages have been reported. \n\nIn contrast to CVEs, malware is deliberately bad (a.k.a. malicious) code. Moreover, malware itself is an exploit and cannot be patched or fixed by upgrading to a newer version. For example, [dependency confusion attack](https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610) was intentionally malicious; it did not exploit any accidental programming bug in the code. Similarly, an author of popular package sabotaging their own code to [protest](https://en.wikipedia.org/wiki/Peacenotwar) against the war is very much intentional and does not exploit any CVEs. Typo-squatting is another attack vector that bad actors use to propagate malware in popular open-source package registries: it exploits [typos and inexperience of devs](https://discuss.python.org/t/improving-risks-and-consequences-against-typosquatting-on-pypi/5090), not accidental programming bugs or CVEs in the code. \n\nExisting scanners **FAIL** to detect these Solarwinds-like modern software supply-chain attacks from deliberately vulnerable (malicious) code. These tools simply scan the source code for open-source dependencies, compile a list of all dependencies being used, and look each \u003cdependency-NAME, dependency-VERSION\u003e up in a database (e.g., NVD) to report affected package versions (e.g., vulnerable version of Log4J, LibSSL version affected by HeartBleed).\n\nPackj not only audits for CVEs, but also performs deep static+dynamic code analysis as well as metadata checks to detect any \"risky\" behavior and attributes, such as spawning of shell, use of SSH keys, mismatch of GitHub code vs packaged code (provenance), lack of 2FA, and several more. Such insecure attributes do not qualify as as CVEs, which is why none of the existing tools can flag them. Packj can flag malicious, typo-squatting, abandoned, vulnerable, and other insecure dependencies (weak links) in your software supply chain. Please read more at [Audit README](https://github.com/ossillate-inc/packj/blob/main/packj/audit/README.md#faq)\n\u003c/details\u003e\n\n# Customization #\n\nPackj can be easily customized (zero noise) to your threat model. Simply add a [.packj.yaml](https://github.com/ossillate-inc/packj/blob/main/.packj.yaml) file in the top dir of your repo/project and reduce alert fatigue by commenting out unwanted attributes.\n\n# Malware found #\n\nWe found over 40 and 20 malicious packages on PyPI and Rubygems, respectively using this tool. A number of them been taken down. Refer to an example below:\n\n\u003cdetails\u003e\n    \u003csummary\u003e\u003ch4\u003eShow example malware\u003c/h4\u003e\u003c/summary\u003e\n\n    $ python3 main.py audit pypi:krisqian\n\n    [+] Fetching 'krisqian' from pypi...OK [ver 0.0.7]\n    [+] Checking version...OK [256 days old]\n    [+] Checking release history...OK [7 version(s)]\n    [+] Checking release time gap...OK [1 days since last release]\n    [+] Checking author...OK [KrisWuQian@baidu.com]\n        [+] Checking email/domain validity...OK [KrisWuQian@baidu.com]\n    [+] Checking readme...ALERT [no readme]\n    [+] Checking homepage...OK [https://www.bilibili.com/bangumi/media/md140632]\n    [+] Checking downloads...OK [13 weekly]\n    [+] Checking repo_url URL...OK [None]\n    [+] Checking for CVEs...OK [none found]\n    [+] Checking dependencies...OK [none found]\n    [+] Downloading package 'KrisQian' (ver 0.0.7) from pypi...OK [1.94 KB]\n    [+] Analyzing code...ALERT [needs 3 perms: process,network,file]\n    [+] Checking files/funcs...OK [9 files (2 .py), 6 funcs, LoC: 184]\n    =============================================\n    [+] 6 risk(s) found, package is undesirable!\n    {\n        \"undesirable\": [\n            \"no readme\",\n            \"only 45 weekly downloads\",\n            \"no source repo found\",\n            \"generates new code at runtime\",\n            \"fetches data over the network: ['KrisQian-0.0.7/setup.py:40', 'KrisQian-0.0.7/setup.py:50']\",\n            \"reads files and dirs: ['KrisQian-0.0.7/setup.py:59', 'KrisQian-0.0.7/setup.py:70']\"\n        ]\n    }\n    =\u003e Complete report: pypi-KrisQian-0.0.7.json\n    =\u003e View pre-vetted package report at https://packj.dev/package/PyPi/KrisQian/0.0.7\n\u003c/details\u003e\n\n\nPackj flagged KrisQian (v0.0.7) as suspicious due to absence of source repo and use of sensitive APIs (network, code generation) during package installation time (in setup.py). We decided to take a deeper look, and found the package malicious. Please find our detailed analysis at [https://packj.dev/malware/krisqian](https://packj.dev/malware/krisqian).\n\nMore examples of malware we found are listed at [https://packj.dev/malware](https://packj.dev/malware) Please reach out to us at [oss@ossillate.com](mailto:oss@ossillate.com) for full list.\n\n# Resources #\n\nTo learn more about Packj tool or open-source software supply chain attacks, refer to our\n\n[![PyConUS'22 Video](https://img.youtube.com/vi/Rcuqn56uCDk/hqdefault.jpg)](https://www.youtube.com/watch?v=Rcuqn56uCDk)\n[![OSSEU'22 Video](https://img.youtube.com/vi/a7BfDGeW_jY/hqdefault.jpg)](https://www.youtube.com/watch?v=a7BfDGeW_jY)\n\n- PyConUS'22 [talk](https://www.youtube.com/watch?v=Rcuqn56uCDk) and [slides](https://speakerdeck.com/ashishbijlani/pyconus22-slides).\n- BlackHAT Asia'22 Arsenal [presentation](https://www.blackhat.com/asia-22/arsenal/schedule/#mitigating-open-source-software-supply-chain-attacks-26241)\n- PackagingCon'21 [talk](https://www.youtube.com/watch?v=PHfN-NrUCoo) and [slides](https://speakerdeck.com/ashishbijlani/mitigating-open-source-software-supply-chain-attacks)\n- BlackHat USA'22 Arsenal talk [Detecting typo-squatting, backdoored, abandoned, and other \"risky\" open-source packages using Packj](https://www.blackhat.com/us-22/arsenal/schedule/#detecting-typo-squatting-backdoored-abandoned-and-other-risky-open-source-packages-using-packj-28075)\n- Academic [dissertation](https://cyfi.ece.gatech.edu/publications/DUAN-DISSERTATION-2019.pdf) on open-source software security and the [paper](https://www.ndss-symposium.org/wp-content/uploads/ndss2021_1B-1_23055_paper.pdf) from our group at Georgia Tech that started this research.\n- Open Source Summit, Europe'22 talk [Scoring dependencies to detect “weak links” in your open-source software supply chain](https://osseu2022.sched.com/overview/type/SupplyChainSecurityCon) - presentation video on [YouTube](https://www.youtube.com/watch?v=a7BfDGeW_jY)\n- NullCon'22 talk [Unearthing Malicious And Other “Risky” Open-Source Packages Using Packj](https://nullcon.net/goa-2022/unearthing-malicious-and-other-risky-open-source-packages-using-packj)\n\n# Feature roadmap #\n\n* Add Rust analyzer. Rust is a work in progress [ETA: Feb '24].\n* Add functionality to detect several (TODO) \"risky\" code as well as metadata attributes [ETA: Feb '24].\n* Self-hosted Packj webserver and several useful integrations (e.g., Gitlab runner) [ETA: Apr'24].\n\nWatch :eyes: this repo to stay up to date.\n\nHave a feature or support request? Please visit our [GitHub discussion page](https://github.com/ossillate-inc/packj/discussions/) or join our [discord community](https://discord.gg/qFcqaV2wYa) for discussion and requests.\n\n# Team and contributors #\n\nPackj has been developed by Cybersecurity researchers at [Ossillate Inc.](https://packj.dev/team) and external collaborators to help developers mitigate risks of supply chain attacks when sourcing untrusted third-party open-source software dependencies. We thank our developers and collaborators. Show your appreciation by giving us a :star: if you like our work.\n\nWe welcome code contributions with open arms. See [CONTRIBUTING.md](CONTRIBUTING.md) guidelines. Found a bug? Please open an issue. Refer to our [SECURITY.md](SECURITY.md) guidelines to report a security issue.\n\n# FAQ #\n\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003cb\u003eWhat Package Managers (Registries) are supported?\u003c/b\u003e\u003c/summary\u003e\n\nPackj can currently vet NPM, PyPI, and RubyGems packages for \"risky\" attributes. We are adding support for Rust.\n\t\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003cb\u003eWhat techniques does Packj employ to detect risky/malicious packages?\u003c/b\u003e\u003c/summary\u003e\n\nPackj uses static code analysis, dynamic tracing, and metadata analysis for comprehensive auditing. Static analysis alone is not sufficient to flag sophisticated malware that can hide itself better using code obfuscation. Dynamic analysis is performed by installing the package under `strace` and monitoring it's runtime behavior. Please read more at [Audit README](https://github.com/ossillate-inc/packj/blob/main/packj/audit/README.md).\n\t\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003cb\u003eDoes it work on obfuscated calls? For example, a base 64 encrypted string that gets decrypted and then passed to a shell?\u003c/b\u003e\u003c/summary\u003e\n\nThis is a very common malicious behavior. Packj detects code obfuscation as well as spawning of shell commands (exec system call). For example, Packj can  flag use of `getattr()` and `eval()` API as they indicate \"runtime code generation\"; a developer can go and take a deeper look then. See [main.py](https://github.com/ossillate-inc/packj/blob/main/packj/audit/main.py#L512) for details.\n\t\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossillate-inc%2Fpackj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fossillate-inc%2Fpackj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossillate-inc%2Fpackj/lists"}