> 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/software-supply-chain-security/visibililty-and-inventory/package-explorer/references/reference-a-package-table-columns.md).

# Reference A: Package table columns

This appendix lists the columns of the main package table. Default columns are displayed in the listed order; hidden columns can be enabled by the user.

**Default columns (in order):**

| Column                       | Description                                                                                                                                                            |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                         | Package name                                                                                                                                                           |
| Version                      | Package version                                                                                                                                                        |
| Package Type                 | `oss` or `os`. CAS contributes OSS only; CWP contributes both                                                                                                          |
| Package Manager              | Package manager for the package                                                                                                                                        |
| Insights                     | Posture signals: Malicious, Deprecated, or both                                                                                                                        |
| Used In                      | Aggregated usage across Code, Deploy, and Runtime                                                                                                                      |
| Vulnerabilities severity bar | CVE issue counts by severity; counts link to the CAS Vulnerabilities Issues page (CAS and CWP vulnerabilities), filtered by the row's Package Name and Package Version |

**Hidden columns (available, not shown by default):**

| Column                     | Description                                                                            |
| -------------------------- | -------------------------------------------------------------------------------------- |
| License                    | Package license                                                                        |
| Operational Risk           | Risk derived from popularity and maintenance. Populated for OSS packages from CAS only |
| Is AI/ML                   | Whether the package is an AI/ML package                                                |
| Business Application Names | Business applications associated with the package                                      |
| Dependency Type            | Direct or transitive dependency. Populated for OSS packages from CAS only              |
| Popularity                 | Popularity metric component of operational risk                                        |
| Maintenance                | Maintenance metric component of operational risk                                       |


---

# 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/software-supply-chain-security/visibililty-and-inventory/package-explorer/references/reference-a-package-table-columns.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.
