Skip to content
Security
Command

/pipeline-status

Summarize every configured connector — auth validity, cache freshness, last-run counts — so operators can see the data-pipeline state at a glance.

From plugin
trust-center
367139 skills139 commands1 MCP
Install
$ npx -y skills add GRCEngClub/claude-grc-engineering --agent claude-code

How 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.md
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`
Read more
Ships withtrust-center

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.

Get the whole plugin, auto-invoked
Stats
367
Stars
0
Views
82
Forks
Active
Maintenance
JavaScript
Language
1d ago
Last commit
7mo ago
Created

Repo: GRCEngClub/claude-grc-engineering