From aws-inspector
Reports AWS Inspector connector health — checks configuration, credential validity, and last-run freshness. Produces status, account details, and cache stats.
How this command is triggered — by the user, by Claude, or both
Slash command
/aws-inspector:statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /aws-inspector:status Non-destructive health check. Shows whether the connector is configured, whether credentials still work, and when it last produced findings. ## How to run ## Output ## Status values - `ready` — all systems go - `not-configured` — setup not run - `credentials-expired` — STS call fails; refresh SSO or rotate keys - `stale` — last run > 7 days - `no-cache` — configured but no runs yet
Non-destructive health check. Shows whether the connector is configured, whether credentials still work, and when it last produced findings.
bash plugins/connectors/aws-inspector/scripts/status.sh
aws-inspector
status: ready
aws: /opt/homebrew/bin/aws 2.15.1
account: 123456789012
caller: arn:aws:iam::123456789012:role/SecurityAudit
profile: audit
default region: us-east-1
config: ~/.config/claude-grc/connectors/aws-inspector.yaml
last run: 3h ago (run_id 20260413-a1b2c3d4)
cached: 24 resources, 87 evaluations
ready — all systems gonot-configured — setup not runcredentials-expired — STS call fails; refresh SSO or rotate keysstale — last run > 7 daysno-cache — configured but no runs yet11plugins reuse this command
First indexed Apr 17, 2026
Showing the 6 earliest of 11 plugins
npx claudepluginhub shipstuff/claude-grc-engineering --plugin aws-inspector/statusReports AWS Inspector connector health — checks configuration, credential validity, and last-run freshness. Produces status, account details, and cache stats.
/statusReports GCP Inspector connector health: configuration state, credential validity, and last-run freshness.
/statusReports Okta connector health: configuration state, token validity, and last-run freshness.
/pipeline-statusReports status of configured connectors: auth validity, last-run timestamps, cached resource/evaluation counts, stale signals, and aggregate health summary.
/statusReports GitHub Inspector connector status: configuration state, auth validity, last-run freshness, cached findings, and GitHub rate limits.
/posture-reviewReviews cloud security posture across managed client environments, listing misconfigurations by severity, identifying compliance gaps (CIS, SOC 2, PCI DSS, HIPAA), and providing remediation guidance.