Stave is a robust cloud configuration analysis engine designed to detect insecure setups using local snapshots, eliminating the need for cloud credentials. With over 185 built-in controls spanning various domains and support for multiple compliance profiles, Stave provides a comprehensive assessment tool that secures cloud environments while maintaining data privacy.
Stave is a powerful cloud configuration analysis engine designed to identify insecure setups using local snapshots, eliminating the need for cloud credentials, network access, or runtime agents. It stands out in the realm of cloud security tools, bridging the gap between conventional CSPM (Cloud Security Posture Management) tools that require live API access and IaC (Infrastructure as Code) policy analysis tools that only inspect templates prior to deployment.
unsafe_predicate for any asset type without requiring code changes.Stave operates on a straightforward workflow:
Extract → Validate → Apply → Act
obs.v0.1 JSON (extraction is managed by external programs).For standard evaluation, use the following command:
stave apply --format json > evaluation.json
To utilize compliance profiles, multiple commands can be issued as follows:
stave apply --profile hipaa --input observations.json --include-all --format json
stave apply --profile cis-aws-v3.0 --input observations.json --include-all --format json
Stave covers a wide range of controls across various domains, ensuring robust security checks:
For any organization interested in cloud security, Stave offers a reliable toolset to measure and maintain a strong security posture, empowering teams to identify and remediate misconfigurations efficiently.
No comments yet.
Sign in to be the first to comment.