# Browsing Chainguard Libraries

URL: https://deploy-preview-3716--ornate-narwhal-088216.netlify.app/chainguard/libraries/browse.md
Last Modified: July 30, 2026
Tags: Chainguard Libraries

Searching, browsing, and inspecting Chainguard Libraries in the console

Chainguard Libraries is a malware-free catalog of Java, JavaScript, and Python artifacts that have passed through multiple layers of security controls, including malware and greyware scanning, building from source, cooldowns, and additional policies.
In the Chainguard Console, you can browse available libraries and versions, inspect package details, and evaluate dependencies before pulling them into your environment.
Access libraries in the Chainguard Console Log in to the Chainguard Console at https://console.chainguard.dev/.
In the left-hand navigation under Libraries, expand Ecosystems to find links for browsing Chainguard&rsquo;s Java, JavaScript, and Python libraries.
Browse the libraries list When you open a specific ecosystem, you&rsquo;ll see a search input box and a list of libraries. Click any row to open the library detail page.
The list includes the following columns:
Name: The full library name, excluding any version identifiers. Python library names are simple strings, such as setuptools or Flask-Admin. Java library names are the concatenation of the Maven coordinate values groupId and artifactId, separated by :. Examples are org.springframework:spring-core or org.eclipse.jetty:jetty-http. Latest version: The latest released and available version of the library and the total number of available versions. Updated: The most recent date when any version of this library was built and published by Chainguard, or cached from the upstream fallback (when upstream fallback is enabled). At the bottom of the page, see a total count of available libraries.
Upstream fallback details The upstream fallback is available for JavaScript, Python, and Java Libraries. The upstream fallback can be enabled or disabled using the chainctl libraries entitlements commands, per ecosystem. Currently, the Chainguard Console can be used to enable, disable, and view the status of the upstream fallback for JavaScript only. At the top of the JavaScript page in the Console, you can see whether upstream fallback is enabled.
Learn more in the Libraries Overview documentation.
When fallback is configured for your organization, you will see all JavaScript packages &ndash; including those built by Chainguard and those that are mirrored from upstream npm &ndash; in the Console. For a given package, you can see whether it is being served from Chainguard&rsquo;s rebuilt artifacts or proxied from upstream npm. For Java and Python, you cannot currently view upstream vs. Chainguard-built packages via the Chainguard Console.
Search the libraries list Use the Search text input at the top of the libraries list to narrow down the list and to locate a specific library.
Click into a row to view a specific library page.
View remediated libraries CVE remediation is available for a subset of Chainguard Libraries for Java (available in beta) and Python. You can view remediated libraries in the Chainguard Console.
In the Java and Python libraries directories, click the Remediated tab to view a list of remediated libraries. Click into a library to see which versions have remediated CVEs.
While viewing the list of remediated versions for a library, click into a version to view more details: which CVEs were remediated, the date that the version was patched, and links to additional resources.
Learn more about browsing remediations in CVE remediation for Chainguard Libraries.
View malware information For the JavaScript and Python ecosystems, click the Malware tab to learn how many packages have been blocked by Chainguard due to malware or greyware detection.
The list at the bottom of the page displays automatically blocked packages, including the package name, blocked version(s), the date it was blocked on, its MAL ID if available, and signals detected.
Malware and greyware signals detected Some signals describe confirmed malicious behavior, while others describe greyware or supply-chain risk indicators that may justify blocking even when there is no public malware advisory. Next to each blocked package, Chainguard provides the reason it was blocked when there is no public malware advisory. The detected signals fall under the following categories:
Credential and data theft: The package harvests secrets (for example, GitHub tokens or SSH keys) and sends sensitive data out of the environment. Signals: Accesses credentials, Data exfiltration, Contains an exposed secret Backdoors and malicious behavior: The package obfuscates malicious behavior, including backdoor setup, remote access, staged payloads, and more. The code may contact known malicious infrastructure to fetch or run additional payloads. Signals: Suspicious execution technique, Obfuscated or hidden payload, Cryptomining, Spreads to other packages (worm), Embedded binary in source, AI/LLM attack content, Suspicious network activity, Contacts known-malicious infrastructure, Linked to known malware Install-time script execution: The package automatically executes malicious behavior through pre-install and post-install lifecycle scripts. Signals: Malicious install script, Declares install scripts Typosquatting and impersonation: The package is named or brand-engineered to deceive users into downloading the wrong package. Signals: Typosquatting or impersonation, Dependency confusion Compromised or untrusted releases: The package exhibits signs that a release cannot be trusted. Signals: Signs of maintainer account compromise, No trusted provenance or signed release, Published with a legacy token (not OIDC), Release integrity anomaly, Anomalous release change, Anomalous package contents, Weak build-pipeline security, Untrusted dependency source Library page To access a library page, click on the row for a specific library in the search results or the initial library list.
On a library&rsquo;s page, use the search bar at the top to search for specific versions.
The list of library versions includes the following columns:
Version - the version of the library. Library versions are strings. Depending on the ecosystem and library they can follow naming patterns and other restrictions that allow ordering by version. Size - the size of the library. The displayed size reflects the primary file(s) only: .jar/.pom for Java, and .whl/.tar.gz for Python. It is not an aggregation of all files under a given version. Built - The date when this version was built and published by Chainguard. Click on the column titles to change the sort order of the list.
View repository configuration in the Chainguard Console The Chainguard Console provides visibility into your repository configuration and the packages being served. When the upstream fallback is configured for your organization, you will see all packages including those built by Chainguard and those that are mirrored from upstream npm.
Other resources Chainguard Console: Learn about using the Chainguard Console to browse container images. Libraries Overview: Learn about criteria for building a library, upstream fallback and policy controls, and more. 
