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

# Security Posture

> Your environment scored 0–100 with an A–F grade by Athena — an executive summary, per-target breakdowns, a priority queue, a compliance heatmap, and a filterable findings table you act on through chat.

import { CardGroup, Card, Note, Steps, Step, Tip } from '@mintlify/components';

**Security Posture** is your governance, risk, and compliance (GRC) dashboard — a single, scored picture of how secure your environment is right now. Open it from the **Security Posture** quick action in the [Directory](/documentation/ai-workspace/overview#the-directory). Everything you see is produced by [Athena](/documentation/multi-agent-system/athena), the posture strategist, and everything is scoped to your active [context](/documentation/get-started/concepts#how-your-account-is-organized).

<Note>
  Security Posture is **read-only analysis**. You review the picture here, then
  act on it through chat — analyze a finding, remediate it, or accept the risk.
  See [Remediation & risk acceptance](/documentation/security-posture/remediation).
</Note>

## Your posture score

At the top of the dashboard, Athena rolls everything it knows about your environment into one **score from 0 to 100** with a matching **A–F grade**. Alongside it sits an **executive summary** — a plain-language readout of where you stand, what's driving the score, and what deserves attention first.

## What the dashboard shows

<CardGroup cols={2}>
  <Card title="Per-target cards" icon="server">
    A card for every audited device and integration, each with its own score
    and grade. Drill into a card to see the findings behind it.
  </Card>

  <Card title="Global KPIs" icon="chart-pie">
    A donut and counts that break your findings down by severity across the
    whole context, so you can size the problem at a glance.
  </Card>

  <Card title="Priority queue" icon="list-ol">
    The risks that matter most, ranked, each paired with a recommended action
    so you know what to tackle next.
  </Card>

  <Card title="Compliance heatmap" icon="table-cells">
    Where you stand against each framework — CIS, NIST, ISO 27001, PCI DSS,
    SOC 2, MITRE ATT\&CK, AWS, FedRAMP, and CISA — in one grid.
  </Card>
</CardGroup>

### The findings table

Below the summary cards, a filterable **findings table** lists every issue Athena has surfaced across your context. Filter and sort by severity, target, or framework to narrow in on a specific class of problem, then open any row to read the full detail and its recommended fix.

<Tip>
  Every finding carries the frameworks it maps to. To understand that mapping
  and how scanning produces these findings, see
  [Frameworks & scanning](/documentation/security-posture/frameworks).
</Tip>

## Acting on what you find

The dashboard shows you the picture; you act on it through chat, where Athena and the specialist agents do the work. From any finding you can:

<CardGroup cols={3}>
  <Card title="Analyze" icon="magnifying-glass">
    Open a deeper analysis of the finding in chat, without changing anything.
  </Card>

  <Card title="Remediate" icon="wrench">
    Hand the fix to chat, where Perseus works on a host or Hydra works on an
    integration.
  </Card>

  <Card title="Accept the risk" icon="file-signature">
    Silence a finding you've decided to live with, behind a signed
    risk-acceptance document.
  </Card>
</CardGroup>

For the full workflow behind each action, see [Remediation & risk acceptance](/documentation/security-posture/remediation).

## Where to go next

<CardGroup cols={2}>
  <Card title="Remediation & risk acceptance" icon="wrench" href="/documentation/security-posture/remediation">
    Analyze, remediate, silence, and reactivate findings.
  </Card>

  <Card title="Frameworks & scanning" icon="clipboard-check" href="/documentation/security-posture/frameworks">
    The frameworks covered and how continuous and on-demand scans run.
  </Card>

  <Card title="Athena" icon="chess-queen" href="/documentation/multi-agent-system/athena">
    Meet the agent behind Security Posture.
  </Card>

  <Card title="Detection & Response" icon="shield-halved" href="/documentation/detection-response/overview">
    Posture is proactive; the SOC handles active threats and alerts.
  </Card>
</CardGroup>
