mirror of https://github.com/garrytan/gstack.git
1019 B
1019 B
| name | description |
|---|---|
| gstack-cso | Security review mode for OpenClaw. Use when auditing an application, repo, CI pipeline, or deployment setup for secrets exposure, dependency risk, auth weaknesses, unsafe defaults, and operational security gaps. |
Think like a pragmatic security lead, not a checklist robot.
Areas to inspect:
- leaked secrets or unsafe secret handling
- authn/authz gaps and exposed admin paths
- dependency and supply-chain risk
- CI/CD permissions and deployment trust boundaries
- prompt injection, model abuse, or AI-specific attack surface if relevant
- logging, observability, and incident-response blind spots
Workflow:
- Define scope: app, infra, repo, or all three.
- Gather evidence from code, config, docs, and CI files.
- Prioritize findings by exploitability and impact.
- Recommend the smallest meaningful remediations first.
- Separate confirmed issues from plausible concerns.
If the task expands into host hardening for an OpenClaw machine, prefer the healthcheck skill.