Get started
Route traffic through Package Firewall
Choose the integration that fits your environment: JFrog Artifactory, direct integration, or deploy to developer machines with MDM.
Configure a Package Firewall policy
Define how the firewall responds to flagged packages: block or warn on malware, vulnerabilities, restricted licenses, and minimum package age, and set exceptions. See Package Firewall policy.
View results
Confirm the firewall blocks malware and review every recorded event. See View Package Firewall logs.
How it works
Package Firewall inspects each package request before the package is downloaded. When a developer or CI pipeline requests a package, the request routes through the firewall, either directly or through a private registry such as JFrog Artifactory.- Route traffic through Package Firewall: Your package manager or private registry forwards each request to the firewall so that it evaluates every package before the download completes.
- Authenticate and control access: Package Firewall verifies that each request presents an Endor Labs API key with the Package Firewall User role.
- Evaluate each package request: For each request, Package Firewall parses the ecosystem, package name, and version, and checks it against the Endor Labs malware database. If you configure a Package Firewall policy, the firewall also evaluates vulnerabilities, restricted licenses, and minimum package age. You can define exceptions that let specific packages bypass all checks, so critical builds and workflows continue uninterrupted.
-
Take action: Based on the malware check and policy conditions, Package Firewall takes the configured action on the request and records an event with the package, version, and reason. You can set each condition (malware, vulnerabilities, restricted licenses, and minimum package age) to one of two responses:
- Warn: Records the event and allows the package installation without interrupting your CI pipeline.
- Block: Prevents the package installation entirely and returns an error.
- Record events in Package Firewall logs: Package Firewall records the actions the firewall takes on package installation requests, which is helpful for debugging and compliance. The logs include details such as the package, version, time of the event, and the reason the firewall flagged the package. See View Package Firewall logs for more details.