Skip to content
Home SCA Tools OpenText Core SCA (Debricked)
OpenText Core SCA (Debricked)

OpenText Core SCA (Debricked)

Category: SCA
License: Freemium
Suphi Cankurt
Suphi Cankurt
AppSec Enthusiast
Updated February 8, 2026
3 min read
Key Takeaways
  • Debricked (now OpenText Core SCA) uses ML-powered vulnerability analysis to identify risks in open-source dependencies across 8+ languages.
  • Native Fortify SSC and Fortify on Demand integration unifies SCA findings alongside SAST results in a single AppSec dashboard.
  • Open Source Select evaluates dependency health scoring before adoption, helping teams choose well-maintained libraries.
  • Free tier available for open-source projects, with automated fix pull requests and SBOM generation in SPDX and CycloneDX formats.

OpenText Core SCA (formerly Debricked) is a developer-friendly SCA platform that uses machine learning to prioritize vulnerabilities and assess dependency health. Acquired by Micro Focus in 2022 and now part of OpenText, it integrates natively with the Fortify portfolio for unified SAST+SCA management. Its ML-based approach addresses a real gap: the Sonatype 2024 State of the Software Supply Chain report found that one in eight open-source downloads contains a known vulnerability, making intelligent prioritization essential.

OpenText Core SCA license compliance dashboard showing dependency license analysis

ML models predict exploit likelihood, estimate time-to-fix, and identify patterns beyond what CVSS scores alone provide. A dependency health scoring system flags risky packages even without known vulnerabilities.

What is OpenText Core SCA?

Debricked was founded to make SCA accessible to developers without sacrificing depth. After acquisition, it became OpenText Core SCA while keeping its developer-focused approach. The Fortify SSC and Fortify on Demand integration means organizations can manage SAST and SCA findings in a single dashboard.

ML-Powered Analysis
Machine learning models predict exploit likelihood, estimate time-to-fix, and identify vulnerability patterns. Prioritizes based on actual risk rather than CVSS scores alone.
Dependency Health
Each dependency gets a health score based on maintenance activity, community size, release frequency, and security track record. Low scores flag risky packages before CVEs exist.
Fortify Integration
Native integration with Fortify SSC and Fortify on Demand. SCA findings appear alongside SAST results with consistent policies across scan types.

Key features

FeatureDetails
ML-powered analysisPredicts exploit likelihood and time-to-fix beyond CVSS
Dependency health scoringMaintenance activity, community size, release frequency assessment
Automated fix PRsVersion updates with breaking change warnings
License complianceHundreds of license types including custom and uncommon
SBOM generationSPDX and CycloneDX formats with transitive dependencies
Ecosystemsnpm, yarn, pnpm, pip, Poetry, Maven, Gradle, Go, Composer, Bundler, NuGet, Cargo
Fortify SSCNative integration for unified SAST+SCA management
PricingFree tier for open-source; Premium and Enterprise plans

ML-powered vulnerability analysis

Machine learning models enrich vulnerability data beyond CVE databases. The system predicts exploit likelihood, estimates time-to-fix, and identifies disclosure patterns to help teams prioritize based on actual risk.

Dependency health scoring

Each dependency receives a health score based on maintenance activity, community size, release frequency, and security track record. Low scores indicate risky dependencies even without known vulnerabilities.

OpenText Core SCA automation rules for dependency management and vulnerability policies

Proactive Risk Detection
Dependency health scoring flags risky packages before CVEs exist. A library with declining maintenance, few contributors, and sporadic releases gets a low health score regardless of its current vulnerability count.

Automated fix pull requests

The platform creates pull requests with version updates when vulnerabilities are detected. Fix PRs include context about changes and breaking change warnings.

License compliance

Detection covers hundreds of license types including custom and uncommon licenses. Policy rules flag copyleft, commercial restrictions, or specific requirements. Handles multi-license packages and license expressions.

OpenText Core SCA repository license view showing open-source license distribution

SBOM generation

Generates SBOMs in SPDX and CycloneDX formats with transitive dependencies, license information, and vulnerability status.

Integrations

CI/CD & SCM
GitHub Actions GitHub Actions
GitLab CI GitLab CI
Azure DevOps Azure DevOps
Jenkins Jenkins

Getting started

1
Install the CLI — Run npm install -g @debricked/cli or brew install debricked/tap/cli on macOS.
2
Authenticate — Run debricked auth login for OAuth, or set DEBRICKED_TOKEN for CI/CD environments.
3
Scan your project — Execute debricked scan . in your project directory. Resolve dependencies first for accurate results.
4
Connect to Fortify — In the Debricked dashboard, add your Fortify SSC connection to see SCA findings alongside SAST results.

When to use OpenText Core SCA

OpenText Core SCA fits teams wanting developer-friendly SCA with ML-powered prioritization, especially those already using Fortify for SAST.

The ML models and dependency health scoring add intelligence beyond basic CVE matching. The free tier makes it accessible for open-source projects. The main value of the paid tiers is the Fortify integration and team policy management.

If you do not use Fortify, the ML prioritization and health scoring are still useful, but you lose the unified dashboard advantage.

Best for
Organizations using Fortify for SAST who want to add SCA with unified management. The ML-powered prioritization and dependency health scoring add intelligence beyond basic CVE matching.

How it compares:

vs.Key difference
Snyk Open SourceSnyk has a larger ecosystem and broader language coverage. Debricked has ML-powered prioritization and Fortify integration.
Mend SCAMend has Renovate-powered remediation and merge confidence. Debricked has dependency health scoring and Fortify integration.
DependabotDependabot is free and GitHub-native. Debricked adds ML analysis, health scoring, and Fortify integration.

Further reading: What is SCA? | Open Source License Compliance

Note: Acquired by Micro Focus in 2022, now part of OpenText. Also known as OpenText Core SCA.

Frequently Asked Questions

What is OpenText Core SCA?
OpenText Core SCA (formerly Debricked) is a developer-friendly SCA platform that uses machine learning to identify vulnerabilities and assess dependency health. It integrates natively with Fortify SSC and Fortify on Demand for unified SAST+SCA management.
Is Debricked free?
Debricked offers a free tier for open-source projects with basic scanning. Paid plans (Premium and Enterprise) add team features, advanced policies, and Fortify integration.
What is dependency health scoring?
Each dependency receives a health score based on maintenance activity, community size, release frequency, and security track record. Low scores flag risky dependencies even without known vulnerabilities, helping teams pick well-maintained alternatives.
How does Fortify integration work?
OpenText Core SCA integrates natively with Fortify Software Security Center and Fortify on Demand. SCA findings appear alongside SAST results in the same dashboard, with consistent policies across both scan types.