> ## Documentation Index
> Fetch the complete documentation index at: https://docs.turen.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Package Security Dashboard

> Monitor supply chain security across your organization

The Package Security Dashboard provides visibility into package installation decisions across all your agents. Navigate to **Monitor > Dashboards** and select the **Package Security** tab. Data is shown for the last 30 days.

<Frame>
  <img src="https://mintcdn.com/turenlabsinc/0t9KlmYTq5XghqQV/images/image-8.png?fit=max&auto=format&n=0t9KlmYTq5XghqQV&q=85&s=5f65a978c786121d7862693b415a37f7" alt="Image" width="1597" height="770" data-path="images/image-8.png" />
</Frame>

## Overview Metrics

At the top of the dashboard, you'll see four aggregate counts:

* **Total Events**: Total package install evaluations (click to jump to events)
* **Allowed**: Number of packages that passed all policy checks, with percentage
* **Review**: Number of packages flagged for manual review, with percentage
* **Blocked**: Number of packages blocked by policy, with percentage

A second row shows fleet stats:

* **Total Devices**: Number of registered devices
* **Active Devices**: Devices that have checked in recently, with percentage
* **Allow Rate**: Percentage of packages allowed

## Event Timeline

A line chart showing package evaluation trends over time with three series (allow, review, block). Use this to:

* Spot spikes in blocked packages that may indicate a supply chain attack
* Track the adoption of new packages across your team
* Monitor how policy changes affect allow/block rates

## Outcome Distribution

A pie chart showing how packages were evaluated:

| Decision   | Meaning                                                   |
| ---------- | --------------------------------------------------------- |
| **Allow**  | Package passed all security checks and was installed      |
| **Review** | Package was flagged for review based on policy thresholds |
| **Block**  | Package was blocked due to a policy violation             |

## Top Ecosystems

Cards showing which package managers your team is using, with event counts and progress bars:

* **npm**: Node.js packages
* **pip**: Python packages
* **go**: Go modules
* **cargo**: Rust crates
