/pipeline-status
Summarize every configured connector — auth validity, cache freshness, last-run counts — so operators can see the data-pipeline state at a glance.
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/pipeline-status
Context preview
What this command does when you run it.
Summarize every configured connector — auth validity, cache freshness, last-run counts — so operators can see the data-pipeline state at a glance.
Command definition
pipeline-status.mdname: Pipeline Status
description: Summarize every configured connector — auth validity, cache freshness, last-run counts — so operators can see the data-pipeline state at a glance.
/grc-engineer:pipeline-status
Reports on every connector registered in `~/.config/claude-grc/connectors/`. One block per connector with: status, auth validity, last-run timestamp, cached resource/evaluation counts, and any stale/expired signals.
How to run
bash plugins/grc-engineer/scripts/pipeline-status.sh
Output
CLAUDE-GRC PIPELINE STATUS (2026-04-13 15:04 UTC)
github-inspector
status: ready
auth: valid (octocat, scopes: repo,read:org)
last run: 3h ago
cached: 127 resources, 512 evaluations
rate limit: 4872/5000 remaining
aws-inspector
status: credentials-expired
fix: aws sso login --profile=audit
last run: 17h ago (stale)
cached: 24 resources, 87 evaluations
okta-inspector
status: not-configured
fix: /okta-inspector:setup
SCF
version: 2026.1
cache age: 2d (refresh in 5d)
Aggregate
configured: 3 connectors
healthy: 1 / 3
cached total: 151 resources, 599 evaluations
oldest cache: 17h (aws-inspector)
Status semantics
- `ready` — configured, auth valid, runs available
- `credentials-expired` — configured but the tool rejected auth at check time
- `not-configured` — config file doesn't exist
- `stale` — last run > 7 days ago
- `no-cache` — configured but never run
Exit codes
- `0` — every connector is `ready` (possibly `stale`)
- `2` — at least one connector is `credentials-expired` or `not-configured`
Read more
name: Pipeline Status description: Summarize every configured connector — auth validity, cache freshness, last-run counts — so operators can see the data-pipeline state at a glance.
/grc-engineer:pipeline-status
Reports on every connector registered in `~/.config/claude-grc/connectors/`. One block per connector with: status, auth validity, last-run timestamp, cached resource/evaluation counts, and any stale/expired signals.
How to run
bash plugins/grc-engineer/scripts/pipeline-status.sh
Output
CLAUDE-GRC PIPELINE STATUS (2026-04-13 15:04 UTC) github-inspector status: ready auth: valid (octocat, scopes: repo,read:org) last run: 3h ago cached: 127 resources, 512 evaluations rate limit: 4872/5000 remaining aws-inspector status: credentials-expired fix: aws sso login --profile=audit last run: 17h ago (stale) cached: 24 resources, 87 evaluations okta-inspector status: not-configured fix: /okta-inspector:setup SCF version: 2026.1 cache age: 2d (refresh in 5d) Aggregate configured: 3 connectors healthy: 1 / 3 cached total: 151 resources, 599 evaluations oldest cache: 17h (aws-inspector)
Status semantics
- `ready` — configured, auth valid, runs available
- `credentials-expired` — configured but the tool rejected auth at check time
- `not-configured` — config file doesn't exist
- `stale` — last run > 7 days ago
- `no-cache` — configured but never run
Exit codes
- `0` — every connector is `ready` (possibly `stale`)
- `2` — at least one connector is `credentials-expired` or `not-configured`
Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.
Repo: GRCEngClub/claude-grc-engineering
Other commands on trust-center.
- /research
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Open command - /collect
Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.
Open command - /setup
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
Open command - /status
Check the deployment status of the trust center.
Open command - /scan
Run testssl.sh against one or more HTTPS endpoints and emit v1 Findings mapped to SOC 2, NIST 800-53, PCI DSS 4.0.1, ISO 27001, and SCF controls.
Open command - /compliance-posture
Serve a localhost compliance posture dashboard from monitor-continuous JSON
Open command

