Tool integration

Phylum Integration Guide

Package origin and malware detection platform protecting against supply chain attacks

Get a Free API Key

Integrate Phylum with Vulnetix. Use the Phylum CLI and REST API to analyse dependencies for malware, suspicious behaviour, and supply chain risks, then export findings to Vulnetix.

SaaS platformJSON

Run Phylum in CI

Scan on every push and upload the report as a workflow artifact:

- name: Phylum analysis
  uses: phylum-dev/phylum-analyze-pr-action@main
  with:
    phylum_token: ${{ secrets.PHYLUM_TOKEN }}
    lockfiles: 'package-lock.json'

- name: Export findings
  run: phylum analyze package-lock.json --format json > phylum-analysis.json

- name: Upload to Vulnetix
  run: vulnetix upload --file phylum-analysis.json

How Vulnetix compares: better together

Vulnetix does not replace Phylum. Keep running it. Vulnetix sits on top of Phylum (and every other scanner you already own) turning disconnected tool outputs into one prioritised, fixable queue.

Phylum is strongest at its core category and also carries features in License Compliance, just as Vulnetix spans categories.

CapabilityVulnetixPhylum
Security coverage
SAST (static code analysis)Built-in rules + Semgrep augmentation
SCA / dependencies40+ ecosystems, transitive graphAnalyses dependency/lockfiles for known vulnerabilities alongside malicious-code risk
DAST (dynamic testing)~ Ingests DAST results; no native dynamic engine
Container & imageImage CVEs, base image, Dockerfile
IaC / misconfigurationTerraform, k8s, CloudFormation
Secret scanning1,000+ rules, source + binary + git history
Cloud / CSPMCloud-posture findings, compliance tab
Mobile (MAST)~ Ingests mobile scanner output; no native mobile engine
License complianceSPDX, copyleft/AGPL/SSPL policy~ Default policy and OPA rules can flag/block copyleft or undesirable licenses as a risk domain
SBOM generationCycloneDX 1.7 + SPDX 2.3, cosign-signable
Malware / supply-chainDe-duplicated corpus + install-time firewall (25+ registries)Core: real-time malicious-package detection across 7 ecosystems via static analysis/heuristics/ML
Network / infra vuln~ Ingests network scanner output; no native network scanner
FuzzingIngests fuzzing crashes; no native fuzzer
Pentest / bug bountyIngests pentest/bug-bounty findings; not a testing service
The Vulnetix orchestration layer
Cross-scanner dedup & one queue (ASPM)Correlates every scanner into one prioritised queue with ownership routing
Exploit-intel prioritisationEPSS, CISA KEV, Coalition ESS, CWSS, Vulnetix LEV
Reachability analysisTree-sitter + CVEAffected; direct/transitive/semantic
Versioned VEX + audit trailImmutable OpenVEX/CycloneDX, cosign-signable
Safe Harbour autofixResolves + applies the nearest safe version
End-of-life policyFlags/blocks past-EOL runtimes & packages
SSVC / risk-based policySSVC v2 + CISA/FedRAMP/Essential-8 presets

✓ full · ~ partial · ✗ not covered

What Phylum does well

Where Vulnetix adds to it: Phylum is a deep supply-chain/malware analysis engine focused on the open-source package layer. Vulnetix complements it: its own malware + install-time package firewall (25+ registries, 12 policies) covers similar ground, while Vulnetix additionally spans SAST/IaC/container/secrets/cloud and consolidates everything (including ingested Phylum-style findings) into one deduplicated, exploit-intel-prioritised queue with versioned VEX, reachability and autofix. Better together: Phylum for package-origin depth, Vulnetix for cross-scanner orchestration.

No migration, no rip-and-replace. Phylum keeps doing what it does best; Vulnetix adds the orchestration, exploit-intelligence prioritisation and remediation layer built for the way AppSec works today.

Centralise Phylum results in Vulnetix

Upload Phylum JSON output to the Vulnetix platform to deduplicate findings, prioritise them with EPSS, CISA KEV and Coalition ESS exploit intelligence, and track remediation across every scanner in a single queue.

Phylum documentation ↗

Wire Phylum into your CI/CD pipeline →