research
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
List every SCF-mapped framework (249) and show which have a dedicated plugin
> /plugin marketplace add GRCEngClub/claude-grc-engineeringHow it fires
How this command gets triggered: by you, by Claude, or both.
/frameworksContext preview
What this command does when you run it.
List every SCF-mapped framework (249) and show which have a dedicated plugin
description: List every SCF-mapped framework (249) and show which have a dedicated plugin
Lists every framework in the [Secure Controls Framework](https://securecontrolsframework.com) crosswalk (249 total) and annotates each with its plugin status in this repo:
Answers the everyday question: *"is X supported, and if so, how do I use it?"* — without scrolling through the marketplace.
/grc-engineer:frameworks [options]
| Option | Values | Notes | |---|---|---| | `--region=` | `americas` · `apac` · `emea` · `global` | Filter by SCF region. `global` covers general-purpose frameworks (NIST, ISO, PCI DSS, etc.). | | `--depth=` | `stub` · `reference` · `full` · `unknown` | Filter by plugin depth. `unknown` matches plugins without a `framework_metadata.depth` field yet. | | `--status=` | `shipped` · `not-started` | Filter by whether a plugin exists. | | `--installed` | — | Shorthand for `--status=shipped`. | | `--not-installed` | — | Shorthand for `--status=not-started`. | | `--search=` | substring | Case-insensitive match against display name, SCF ID, or plugin slug. | | `--format=` | `text` · `json` · `table` | Output format. `text` (default) groups shipped/not-started with a summary header; `json` is machine-readable; `table` is columnar. | | `--limit=N` | integer | Cap the result set (useful with `--not-installed` which otherwise lists 234 rows). | | `--offline` | — | Use cached SCF data only (no network). |
# Everything, grouped by status /grc-engineer:frameworks # Just what's shipped /grc-engineer:frameworks --installed # APAC frameworks without plugins — what could a contributor pick up? /grc-engineer:frameworks --region=apac --not-installed --limit=10 # Find all PDPA-like frameworks /grc-engineer:frameworks --search=pdpa # Everything in machine-readable form (pipe to jq / other tools) /grc-engineer:frameworks --format=json > coverage.json # Which plugins are at Reference depth and could be promoted to Full? /grc-engineer:frameworks --depth=reference
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
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
Retrieve a single AWS Secrets Manager secret value to stdout or a 0600-permission file. Opt-in retrieval mode — never writes to the findings cache.
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.