> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/application-security/code-security/code-security-scanners/software-composition-analysis-sca-scanners/package-operational-risk-scanner/how-package-operational-risk-issues-fit-in-the-application-security-ecosystem.md).

# Reference: How package operational risk issues fit in the Application Security ecosystem

Package operational risk issues are one of several issue types within the Cortex Cloud Application Security platform. Understanding the relationship between operational risk issues and the broader ecosystem enables effective cross-domain prioritization.

**Issue types in Application Security**

| Issue Type                   | Scanner                         | Description                                                                              |
| ---------------------------- | ------------------------------- | ---------------------------------------------------------------------------------------- |
| **Vulnerabilities**          | CAS\_CVE\_SCANNER               | CVEs detected in open-source dependencies (SCA).                                         |
| **IaC Misconfigurations**    | CAS\_IAC\_SCANNER               | Security misconfigurations in Terraform, CloudFormation, Kubernetes, and Helm templates. |
| **Secrets**                  | CAS\_SECRET\_SCANNER            | Hardcoded credentials, API keys, and tokens detected in source code.                     |
| **Code Weaknesses**          | CAS\_SAST\_SCANNER              | SAST findings including injection flaws, authentication issues, and insecure patterns.   |
| **License Issues**           | CAS\_LICENSE\_SCANNER           | Non-compliant open-source license usage.                                                 |
| **Package Operational Risk** | CAS\_OPERATIONAL\_RISK\_SCANNER | Deprecated, unmaintained, or unpopular packages with elevated supply chain risk.         |
| **CI/CD Risks**              | CAS\_CI\_CD\_RISK\_SCANNER      | Security risks in CI/CD pipeline configurations.                                         |
| **Malware**                  | CAS\_MALWARE\_SCANNER           | Malicious code detected in dependencies or source code.                                  |

**Relationship between operational risk and CVE vulnerabilities**

Package operational risk and CVE vulnerability issues are complementary assessments of the same open-source dependency:

* **CVE vulnerability issues** identify known security vulnerabilities in a specific package version. CVE issues are reactive, they respond to disclosed vulnerabilities
* **Package operational risk issues** assess the health and sustainability of the package itself. Operational risk issues are proactive, they identify packages that are likely to accumulate unpatched vulnerabilities due to low maintenance activity

The **package operational risk level** (High, Medium, Low) is used as a contextual signal in the urgency calculation of CVE vulnerability issues. A CVE vulnerability in a package with high operational risk receives elevated urgency because the package is less likely to receive a timely security patch from the upstream maintainer.

**From findings to issues to Cases**

The Cortex Cloud Application Security platform processes security data through a three-tier hierarchy:

1. **Findings**: Raw scanner output. The operational risk scanner produces findings for every package with an elevated operational risk score in every scanned dependency manifest. Findings are available on the **Findings** tab of the Package Operational Risk page
2. **Issues**: Deduplicated, policy-evaluated findings. When a finding matches a unified policy, Cortex Cloud creates an issue with the configured severity and enforcement actions. Issues are the primary unit of work for AppSec practitioners
3. **Cases**: Grouped issues that require coordinated remediation. Cases aggregate related issues across scanners and repositories into a single remediation workflow with ownership, SLA tracking, and audit trails

**Unified policies and operational risk**

Unified Application Security Policies govern how operational risk findings are evaluated and what actions are triggered. A unified policy can:

* Create an issue with a specific severity when an operational risk finding matches the policy conditions
* Block a PR when an operationally risky package is detected during a PR scan
* Block a CI pipeline when an operationally risky package is detected during a CI code scan
* Generate a CLI report with the operational risk details for developer review

Configure unified policies for operational risk at **Modules** → **Application Security** → **AppSec Policies**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/application-security/code-security/code-security-scanners/software-composition-analysis-sca-scanners/package-operational-risk-scanner/how-package-operational-risk-issues-fit-in-the-application-security-ecosystem.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
