What problem does it solve? Security reviews in the SEIS ecosystem are easy to skip or perform inconsistently, leading to leaked secrets, over-privileged access, weak SSH/VPN configurations, and unverified release claims. This Skill provides a structured security review lane so every change touching secrets, cloud access, dependencies, or CI gates is checked against existing SEIS policies before release. ## Core Features & Use Cases - Threat and Secret Review: Inspect changes for secret leakage, dependency risk, permission scope, and data exposure without printing sensitive values. - Access Hardening Checks: Validate SSH/VPN hardening, cloud access policy separation, and plugin/connector permission boundaries using existing SEIS check scripts. - Release Readiness Gates: Run release-blocking checks such as npm run check:seis-god-mode-release-readiness and report status as pass, blocked, or unverified. - Use Case: Before merging a pull request that adds a new cloud deployment connector, use this Skill to verify least-privilege permissions, confirm no credentials are exposed, and run the cloud access policy and SSH hardening checks. ## Quick Start Use $seis-security to review this SEIS change for security, secrets, rollback, and release risk.