frmr-analysis

frmr-analysis is a skill for Claude Code, Codex from hackIDLE/fedramp-docs-mcp. It costs 51 tokens per session (235 once invoked), scanned A, original, MIT.

A document-analysis skill for FedRAMP FRMR files, which are machine-readable records of U.S. cloud security requirements. It finds control mappings, Key Security Indicators, and changes between document versions.

In plain words
What is it for?
Use it to identify document types, connect NIST SP 800-53 security controls to FedRAMP requirements, find Key Security Indicators, and compare revisions.
Why use it?
It removes the need to read and compare long compliance files by hand. It also points to the exact sections and item IDs supporting its findings.

Skill for Claude CodeCodex

Part of the fedramp-docs plugin — 2 skills, 13 commands, 1 agent, 1 MCP server 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 skills/hackidle/fedramp-docs-mcp/frmr-analysis
Any agent
npx skills add hackIDLE/fedramp-docs-mcp --skill frmr-analysis
Clone the repo
git clone --depth 1 https://github.com/hackIDLE/fedramp-docs-mcp

Made for: Claude Code, Codex.

Or install fedramp-docs, the plugin that ships this one along with the rest of its 2 skills, 13 commands, 1 agent, 1 MCP server.

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 frmr-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/hackidle/fedramp-docs-mcp/frmr-analysis.svg)](https://agentmods.dev/skills/hackidle/fedramp-docs-mcp/frmr-analysis)
Your own site
<a href="https://agentmods.dev/skills/hackidle/fedramp-docs-mcp/frmr-analysis"><img src="https://agentmods.dev/badge/skills/hackidle/fedramp-docs-mcp/frmr-analysis.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 235 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found 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.1 $0.00051 $0.00235
Opus 5 $0.00026 $0.00118
Sonnet 5 $0.00010 $0.00047
Haiku 4.5 $0.00005 $0.00023

Measured 5d ago against content hash 627cbf0440f9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

frmr-analysis 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 5d 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.

plugin/skills/frmr-analysis/SKILL.md · 21 lines

What it actually says

When analyzing FRMR documents:

  1. Identify the document type (KSI, MAS, VDR, SCN, FRD, ADS, CCM, FSI, ICP, PVA, SCG, UCM)
  2. Extract control mappings between NIST SP 800-53 and FedRAMP requirements
  3. Identify Key Security Indicators (KSI) when relevant
  4. Highlight significant changes between document versions
  5. Map controls to specific compliance requirements
  6. Provide citations to specific FRMR sections and item IDs

Use the fedramp-docs MCP server tools:

  • list_frmr_documents to enumerate available documents
  • get_frmr_document to retrieve full document content
  • list_ksi to filter KSI requirements
  • list_controls to get control mappings
  • diff_frmr to compare document versions
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. 5d ago First seen · 21 lines · 51 tokens per session scan A 627cbf0440f9

Subscribe to this mod's changes

frmr-analysis is a skill published in the GitHub repository hackIDLE/fedramp-docs-mcp (18 stars, last pushed 4mo ago), licensed MIT. It adds 51 tokens to every session and 235 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

trestle-compliance-pipeline

Use this skill for end-to-end compliance pipelines with Compliance Trestle. Topics include GRC personas, artifact ownership, multi-repository coordination, two-phase component definition authoring, CI/CD pipeline integration, and the Compliance-to-Policy (C2P) bridge. Use it for compliance pipelines, personas…

oscal-compass-lab/compliance-trestle-skills · 103 tokens

trestle-control-implementation

Use this skill to write control implementation responses, rules, parameters, and component-level responses. Use it for inheritance and leveraged SSPs in Compliance Trestle. Use it for control responses, implementation status, rules, parameters, component definitions, SSP implementation details, or compliance…

oscal-compass-lab/compliance-trestle-skills · 64 tokens

trestle-task-system

Use this skill for the Compliance Trestle task system for data conversion and transformation. Use it for CSV import, XLSX import, XCCDF results, Tanium results, and CIS benchmarks. Use it for config.ini task configuration, trestle tasks, or conversion of scan results to assessment results.

oscal-compass-lab/compliance-trestle-skills · 68 tokens

trestle-validation

Use this skill for Compliance Trestle validation, common errors, and troubleshooting. Use it for validation errors, trestle validate failures, and OSCAL schema checks. Use it to fix compliance document issues or to troubleshoot trestle problems.

oscal-compass-lab/compliance-trestle-skills · 54 tokens

trestle-authoring-workflow

Use this skill for the Compliance Trestle authoring workflow. The workflow is the generate-edit-assemble cycle that converts OSCAL documents to markdown and back. Use it for authoring catalogs, profiles, SSPs, or component definitions. Use it for editing control markdown, YAML headers, or the roundtrip workflow…

oscal-compass-lab/compliance-trestle-skills · 76 tokens

trestle-governance

Use this skill for the Compliance Trestle document governance system. The system checks document structure and YAML headers. Use it for document governance, header checks, template validation, governed headings, and governed folders. Use it for trestle author docs, headers, folders, template setup, or CI/CD document…

oscal-compass-lab/compliance-trestle-skills · 70 tokens