StackRox is the open source upstream project for Red Hat Advanced Cluster Security for Kubernetes. It provides risk analysis, visibility, runtime alerts, and recommendations to proactively improve security by hardening containerized environments across build, deploy, and runtime stages. The platform performs compliance checking against standards like CIS, NIST, and PCI-DSS, and manages security policies across Kubernetes clusters.
Website: https://www.stackrox.io/
Documentation: https://www.stackrox.io/docs/
GitHub: https://github.com/stackrox/stackrox
Red Hat Product: Advanced Cluster Security
- Compliance, Container Security, Kubernetes, Open Source, Runtime Protection, Security
REST API for the StackRox Kubernetes Security Platform. 128 endpoints covering alerts, policies, deployments, images, compliance, clusters, roles, and vulnerability management.
- Base URL:
https://{central-host}
- Authentication: API Token via
Authorization: Bearer {token} header
- Token generation:
POST /v1/apitokens/generate
- Created: 2026-03-26
- Modified: 2026-05-02