Security Findings Browsing, Filtering, and Programmatic Retrieval
Enables searching, prioritizing, browsing, and triaging security findings across the organization, across all targets, or scoped by target UUID or assessment run UUID via the dashboard and programmatic interfaces (REST API GET /v1/findings, GET /v1/findings/{id}, get_finding, and MCP list_findings). Links each finding to an assessment ID, target ID, and target name for contextual traceability. Supports dashboard tabs (Open, Resolved, Archived) and API filters for lifecycle status (ACTIVE, RESOLVED, ARCHIVED), vulnerability status (vulnerable, secured, all), effective severity levels (critical, high, medium, low, secured, and legacy 'info'), finding type (restricting public API availability to red-team types), secured probe exclusion (exclude_secured), and ownership assignment (assigned to current user, specific user ID, or unassigned). Enforces positive field allowlists to restrict public API response payloads to explicitly allowed data fields. Provides full-text search across finding ID, title, description, endpoint, or impact (up to 500 characters), sorting by severity or creation date (created_at) ascending/descending, and cursor-based (limit 1-100, opaque next cursor) and offset-based pagination.