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.
FAQ
trust-center is a Claude Code plugin with 100 hand-picked skills for security work, indexed on Flowy. Install it with the command on its page. It includes academic-research-companion, aws-inspector-expert, azure-inspector-expert. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add GRCEngClub/claude-grc-engineering
Repo: GRCEngClub/claude-grc-engineering
https://github.com/user-attachments/assets/a83aa297-9fba-4a7d-b56c-06f962d1ec6b
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.
It is built for the Claude ecosystem: Claude Code plugin installs first, with Claude Desktop and Claude Cowork usage supported through the same Markdown skills, command runbooks, schemas, and repository files.
It is maintained by the GRC Engineering Club for people who want compliance work to behave more like engineering work: repeatable, testable, versioned, and easy to extend.
Not affiliated with Anthropic. Claude, Anthropic, and related marks are property of their respective owners.
The toolkit is a Claude Code plugin marketplace. The same plugin skills and command runbooks are also useful in Claude Desktop and Claude Cowork when you add this repository as project context or a shared workspace. Install the pieces you need:
grc-engineer: the core automation hub for gap assessment, IaC scanning, evidence collection, remediation generation, policy generation, PR review, continuous monitoring, and multi-framework optimization.The common path is:
connectors collect evidence
โ
findings match schemas/finding.schema.json
โ
grc-engineer maps findings through SCF
โ
reports, remediation, evidence packages, OSCAL outputs
The Secure Controls Framework (SCF) crosswalk is used as the control backbone: 1,468 controls mapped to 249 frameworks. The toolkit references control IDs and implementation guidance; it does not reproduce copyrighted standards text.
Inside Claude Code:
/plugin marketplace add GRCEngClub/claude-grc-engineering
/plugin install grc-engineer@grc-engineering-suite
For a first run without cloud credentials, use GitHub as the evidence source:
/plugin install github-inspector@grc-engineering-suite
/plugin install soc2@grc-engineering-suite
/github-inspector:setup
/github-inspector:collect --scope=@me
/grc-engineer:gap-assessment SOC2 --sources=github-inspector
Full walkthrough: docs/QUICKSTART.md.
Using Claude Desktop or Claude Cowork instead of Claude Code? Start with docs/CLAUDE-COWORK.md. Anthropic's security and compliance posture is documented at trust.anthropic.com, and the Claude Cowork third-party platform guide is here: Claude Desktop on third-party platforms.
| Goal | Command |
|---|---|
| Run a gap assessment against one or more frameworks | /grc-engineer:gap-assessment |
| Scan Terraform, CloudFormation, or Kubernetes for compliance issues | /grc-engineer:scan-iac |
| Validate a control end to end | /grc-engineer:test-control |
| Generate remediation code, scripts, or policy | /grc-engineer:generate-implementation, /grc-engineer:generate-policy |
| Map one control across frameworks | /grc-engineer:map-controls-unified |
| Find conflicting requirements across frameworks | /grc-engineer:find-conflicts |
| Optimize a multi-framework control plan | /grc-engineer:optimize-multi-framework |
| Collect evidence from cloud/SaaS/code systems | connector-specific setup, collect, and status commands |
| Build audit workpapers or evidence packages | /grc-auditor:generate-workpaper, /grc-engineer:collect-evidence |
| Generate OSCAL SSP/SAP/SAR/POA&M outputs | /oscal:*, /fedramp-ssp:* |
| Draft leadership updates and automation coverage reports | /report:exec-summary, /report:automation-coverage |
| Create editable GRC diagrams | /grc-diagrams:drawio, /grc-diagrams:system-boundary, /grc-diagrams:evidence-flow, /grc-diagrams:control-map |
| Learn a framework, control, or GRC role | /teach-me:framework, /teach-me:control, /teach-me:role, /teach-me:quiz |
| Run an academic research project end-to-end | /academic-research-companion:research |
Every command has a reference page in its plugin's commands/ directory.
Use /grc-engineer:frameworks to discover framework coverage and plugin depth.
High-level categories:
| Category | Examples |
|---|---|
| Engineering hub | grc-engineer |
| Persona/workflow plugins | grc-auditor, grc-internal, grc-tprm, grc-reporter, grc-loop, teach-me, academic-research-companion |
| Diagram plugin | grc-diagrams for editable draw.io GRC diagrams |
| Framework plugins | soc2, nist-800-53, iso27001, fedramp-rev5, fedramp-20x, pci-dss, cmmc, hitrust, cis-controls, gdpr, dora, us-hipaa-security, and others |
| Connector plugins | aws-inspector, github-inspector, gcp-inspector, azure-inspector, okta-inspector, slack-inspector, datadog-inspector, crowdstrike-inspector, drata-inspector, splunk-inspector, tenable-inspector, snowflake-inspector |
| Dashboards, knowledge sources | compliance-posture-dashboard, gcp-docs |
| OSCAL/FedRAMP tooling | oscal, fedramp-ssp, POA&M automation plugins |
The marketplace manifest lives at .claude-plugin/marketplace.json.
Every connector emits Findings that match schemas/finding.schema.json. A Finding is one resource with one or more control evaluations.
That contract keeps connectors small: each connector only needs to collect and normalize evidence. grc-engineer handles framework expansion, reporting, remediation, and downstream workflows.
For the full architecture and schema example, see docs/ARCHITECTURE.md.
grc-data/ contracts for metrics, risks, vendors, exceptions, and policiesContributions are welcome from GRC practitioners, auditors, security engineers, platform teams, framework experts, and commercial GRC vendors.
The highest-value contributions are:
First-time contributors follow the issue โ vouch โ PR flow described in docs/CONTRIBUTING.md and GOVERNANCE.md.
Security-sensitive reports should use the private advisory process described in SECURITY.md.
Pre-1.0. The Finding schema is versioned, and breaking changes are documented in CHANGELOG.md.
MIT for original code, copyright ยฉ GRC Engineering Club contributors. Exceptions are documented in LICENSE. The CIS Controls plugin is CC BY-SA 4.0 per upstream terms. SCF data is CC BY-ND 4.0 and redistributed verbatim.
.claude-plugin/
marketplace.json
plugin.json
.github/
CODEOWNERS
FUNDING.yml
ISSUE_TEMPLATE/
bug_report.yml
config.yml
connector_request.yml
framework_request.yml
plugin_proposal.yml
PULL_REQUEST_TEMPLATE.md
VOUCHED-MANAGERS.td
VOUCHED.td
workflows/
contract-test.yml
coverage-update.yml
link-check.yml
osv-scanner.yml
scorecard.yml
socket-basics.yml
validate-plugin-manifests.yml
vouch-check-pr.yml
vouch-manage.yml
.gitignore
.markdownlint-cli2.jsonc
.mcp.json
.pre-commit-config.yaml
.secrets.baseline
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
demo/
claude-grc-portfolio/
.gitignore
index.html
package.json
public/
favicon.svg
site-config.json
src/
App.css
App.jsx
components/
About.jsx
Certifications.jsx
Contact.jsx
Footer.jsx
Frameworks.jsx
Hero.jsx
Navbar.jsx
Projects.jsx
Writing.jsx
index.css
main.jsx
vite.config.js
docs/
ARCHITECTURE-V2-RFC.md
ARCHITECTURE.md
CLAUDE-COWORK.md
CONTRIBUTING.md
ENTERPRISE-DEPLOYMENT.md
FRAMEWORK-COVERAGE.md
FRAMEWORK-PLUGIN-GUIDE.md
GRC-DATA.md
QUICKSTART.md
SCF-ATTRIBUTION.md
examples/
sample-evidence/
access-review-q2.csv
ci-build-log.txt
cloudtrail-events.json
github-branch-protection.json
iam-password-policy.json
iam-policy-deploy-role.json
README.md
s3-data-bucket.tf
security-groups.json
GOVERNANCE.md
LICENSE
lychee.toml
MAINTAINERS.md
package.json
plugins/
academic-research-companion/
.claude-plugin/
plugin.json
commands/
research.md
README.md
skills/
academic-research-companion/
references/
authorship-collaboration.md
feedback-and-review.md
idea-development.md
literature-review.md
methodology.md
publishing.md
tracker-template.md
writing.md
SKILL.md
connectors/
aws-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
aws-inspector-expert/
SKILL.md
azure-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
azure-inspector-expert/
SKILL.md
crowdstrike-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
crowdstrike-inspector-expert/
SKILL.md
datadog-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
datadog-inspector-expert/
SKILL.md
drata-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
drata-inspector-expert/
SKILL.md
gcp-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
gcp-inspector-expert/
SKILL.md
github-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
github-inspector-expert/
SKILL.md
okta-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
okta-inspector-expert/
SKILL.md
poam-automation/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.sh
setup.sh
status.sh
skills/
poam-automation-expert/
SKILL.md
slack-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
slack-inspector-expert/
SKILL.md
snowflake-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
snowflake-inspector-expert/
SKILL.md
splunk-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
splunk-inspector-expert/
SKILL.md
tenable-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
tenable-inspector-expert/
SKILL.md
testssl-inspector/
.claude-plugin/
plugin.json
commands/
scan.md
setup.md
status.md
README.md
scripts/
scan.js
setup.sh
status.sh
skills/
testssl-inspector-expert/
SKILL.md
wiz-inspector/
.claude-plugin/
plugin.json
commands/
collect.md
setup.md
status.md
scripts/
collect.js
setup.sh
status.sh
skills/
wiz-inspector-expert/
SKILL.md
dashboards/
compliance-posture/
.claude-plugin/
plugin.json
commands/
compliance-posture.md
public/
app.js
index.html
styles.css
README.md
scripts/
serve.js
fedramp-ssp/
.claude-plugin/
plugin.json
commands/
convert.md
setup.md
scripts/
convert.sh
setup.sh
skills/
fedramp-ssp-expert/
SKILL.md
frameworks/
au-apra-cps-234/
.claude-plugin/
plugin.json
commands/
assess.md
evidence-checklist.md
scope.md
README.md
skills/
au-apra-cps-234-expert/
SKILL.md
ch-fadp/
.claude-plugin/
plugin.json
commands/
assess.md
README.md
skills/
ch-fadp-expert/
SKILL.md
cis-controls/
.claude-plugin/
plugin.json
commands/
assess.md
control-check.md
evidence-checklist.md
ig-select.md
safeguard-list.md
LICENSE-CIS.md
skills/
cis-expert/
SKILL.md
cmmc/
.claude-plugin/
plugin.json
commands/
assess.md
domain-guidance.md
evidence-checklist.md
level-select.md
practice-check.md
skills/
cmmc-assessment-objectives/
SKILL.md
cmmc-expert/
SKILL.md
csa-ccm/
.claude-plugin/
plugin.json
commands/
assess.md
caiq-generate.md
domain-guidance.md
evidence-checklist.md
map-framework.md
skills/
ccm-expert/
... 862 moreยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic