research
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
> /plugin marketplace add GRCEngClub/claude-grc-engineeringHow it fires
How this command gets triggered: by you, by Claude, or both.
/setupContext preview
What this command does when you run it.
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
name: FedRAMP SSP Setup description: Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
Prepares the SSP DOCX→OSCAL pipeline. Clones `ethanolivertroy/frdocx-to-froscal-ssp`, installs its Python requirements into a dedicated virtualenv, and records the install path.
bash plugins/fedramp-ssp/scripts/setup.sh [--python=<python3-executable>]
1. Detect Python ≥ 3.10. `--python=/opt/homebrew/bin/python3.12` overrides. 2. Clone/update `ethanolivertroy/frdocx-to-froscal-ssp` into `~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp`. 3. Create a virtualenv at `<tool-dir>/.venv` and `pip install -r requirements.txt` (primarily `python-docx`). 4. Verify that the entry-point script runs (`python cli.py --help` or equivalent). 5. Warn (not fail) if Java 17 isn't available — it's only needed for optional oscal-cli validation inside the pipeline; the `/oscal:validate` command from this toolkit can fill that role. 6. Write config:
version: 1 source: fedramp-ssp source_version: "0.1.0" python: "/opt/homebrew/bin/python3.12" venv: "~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp/.venv" tool_dir: "~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp" oscal_version: "1.2.0"
fedramp-ssp:setup ✓ python: /opt/homebrew/bin/python3.12 (3.12.5) tool dir: ~/.local/share/claude-grc/tools/frdocx-to-froscal-ssp venv: ready (python-docx installed) java: OpenJDK 17.0.11 (optional, available) config: ~/.config/claude-grc/connectors/fedramp-ssp.yaml Next: /fedramp-ssp:convert --ssp-docx=<path> --appendix-a-docx=<path>
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.
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.
Serve a localhost compliance posture dashboard from monitor-continuous JSON