multi-framework

multi-framework is a command for coding agents from nathanimphilipos/synergos-grc. It costs 8 tokens per session (1,530 once invoked), scanned A, a copy of multi-framework, MIT.

A command that compares two or more compliance frameworks, such as FedRAMP, SOC 2, PCI, or HIPAA, which are sets of security or privacy requirements.

In plain words
What is it for?
Use it to compare selected frameworks and, where relevant, a NIST-based security level such as low, moderate, or high.
Why use it?
It shows which requirements overlap and which additional work is needed for each framework. This helps when preparing for several compliance programmes at once.

Command

Part of the grc plugin — 1 skill, 27 commands, 1 agent shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/nathanimphilipos/synergos-grc/multi-framework
Clone the repo
git clone --depth 1 https://github.com/nathanimphilipos/synergos-grc

Or install grc, the plugin that ships this one along with the rest of its 1 skill, 27 commands, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for multi-framework

README.md
[![agentmods](https://agentmods.dev/badge/commands/nathanimphilipos/synergos-grc/multi-framework.svg)](https://agentmods.dev/commands/nathanimphilipos/synergos-grc/multi-framework)
Your own site
<a href="https://agentmods.dev/commands/nathanimphilipos/synergos-grc/multi-framework"><img src="https://agentmods.dev/badge/commands/nathanimphilipos/synergos-grc/multi-framework.svg" alt="Measured on agentmods" height="20"></a>
Per session 8 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,530 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00008 $0.01530
Opus 5 $0.00004 $0.00765
Sonnet 5 $0.00002 $0.00306
Haiku 4.5 $0.00001 $0.00153

Measured 4d ago against content hash a3e80a84ea40, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

multi-framework scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to multi-framework — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

grc/commands/multi-framework.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/grc:multi-framework

Analyze overlap and gaps across multiple compliance frameworks to identify shared coverage and incremental work.

Usage

/grc:multi-framework [frameworks] [baseline?]

Arguments

  • frameworks: Two or more frameworks, comma-separated. Accepts: fedramp, nist, soc2, iso27001, pci, hipaa, cmmc, cis, cobit, ccm
  • baseline (optional): For NIST-based frameworks: low, moderate, high. Defaults to moderate.

Examples

/grc:multi-framework fedramp,soc2
/grc:multi-framework fedramp,soc2,pci moderate
/grc:multi-framework fedramp,iso27001
/grc:multi-framework soc2,iso27001,pci
/grc:multi-framework fedramp,soc2,iso27001,pci high
/grc:multi-framework cmmc,fedramp

Behavior

When invoked:

  1. No redaction reminder needed — this is a pure reference/analysis command using framework knowledge only. No user content is processed.

  2. Read the appropriate reference files:

    • Framework files for each specified framework from skills/grc-knowledge/frameworks/
    • Mapping files from skills/grc-knowledge/mappings/ for each framework pair (chaining through NIST)
    • skills/grc-knowledge/mappings/cross-framework-matrix.md for high-level family mapping
  3. Generate a multi-framework analysis:

    a. Coverage Overlap Matrix For each major control domain/family, show which frameworks cover it:

    • Full coverage: the framework explicitly addresses this domain
    • Partial coverage: some aspects addressed but not all
    • Gap: the framework doesn't address this domain

    b. Shared Requirements Activities and controls that satisfy multiple frameworks simultaneously:

    • Access control reviews → FedRAMP AC-2, SOC 2 CC6.1, ISO A.5.15, PCI 8.6
    • Vulnerability scanning → FedRAMP RA-5, SOC 2 CC7.1, ISO A.8.8, PCI 11.3
    • Security training → FedRAMP AT-2, SOC 2 CC1.4, ISO 7.2, PCI 12.6
    • Incident response → FedRAMP IR-4, SOC 2 CC7.3, ISO A.5.24, PCI 12.10

    c. Incremental Work When adding each new framework, what's net-new:

    • Start from the framework with the broadest coverage
    • For each additional framework, list only the unique requirements
    • Prioritize by effort and impact

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 153 lines · 8 tokens per session scan A a3e80a84ea40

Subscribe to this mod's changes

multi-framework is a command published in the GitHub repository nathanimphilipos/synergos-grc (5 stars, last pushed 6mo ago), licensed MIT. It adds 8 tokens to every session and 1,530 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to multi-framework, differing in 0 lines, and is treated as a copy.