Skill890 repo starsupdated 6d ago
fedramp
The FedRAMP Certification Skill provides guidance for cloud service providers navigating federal authorization from readiness assessment through Authority to Operate and continuous compliance. It covers readiness evaluation, documentation requirements (SSP, POA&M, SAR, SAP), NIST 800-53 Revision 5 control mapping, cloud architecture implementation on AWS/Azure/GCP, and post-authorization monitoring. Use this when clients need to understand FedRAMP processes, identify compliance gaps, or manage ongoing federal security obligations.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Sushegaad/Claude-Skills-Governance-Risk-and-Compliance /tmp/fedramp && cp -r /tmp/fedramp/plugins/fedramp/skills/fedramp ~/.claude/skills/fedrampThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
# FedRAMP Certification Skill > **Last verified:** 2026-08-15 A comprehensive guide for helping users navigate FedRAMP authorization — from initial readiness through ATO and ongoing continuous monitoring. ## Quick Reference: What Does the User Need? Identify the user's goal and jump to the appropriate section: | User Goal | Go To | |---|---| | "Are we ready for FedRAMP?" / gap assessment | → [Readiness & Gap Assessment](#1-readiness--gap-assessment) | | Writing SSP, POA&M, SAR, SAP, or other docs | → [ATO Documentation](#2-ato-documentation) | | "Which controls apply to us?" / control mapping | → [NIST 800-53 Control Mapping](#3-nist-800-53-control-mapping) | | Cloud architecture / AWS/Azure/GCP config | → [Architecture Guidance](#4-architecture-guidance) | | Already authorized, ongoing compliance | → [Continuous Monitoring](#5-continuous-monitoring) | --- ## Current FedRAMP State (as of August 2026 — CR26) > ⚠️ **CR26 (FedRAMP Consolidated Rules for 2026)**: FedRAMP has restructured its authorization framework. FIPS 199-based baseline labels (Low/Moderate/High/LI-SaaS) are replaced with **Certification Classes A–D** (per notice NTC-0004; CR26 rules valid through December 31, 2028). Class labels change the *names* of the baselines, not their requirements. CSPs already authorized under the old labels retain their authorization through a transition period in which old and new labels are linked. - **Baseline**: NIST SP 800-53 **Rev 5** (fully in effect) - **Control counts** (Rev 5): Low ≈ 156, Moderate = 323, High = 421 (legacy references; CR26 class-based counts being published by PMO) - **CR26 Certification Classes** (official mapping, NTC-0004): **A** = new pilot/transitional baseline (entry via external frameworks such as SOC 2 Type II through Program Certification; holders have a 2-year window to obtain B/C/D), **B** = current **LI-SaaS + Low** baselines, **C** = current **Moderate** baseline (majority of federal deployments, incl. CUI), **D** = current **High** baseline. - **FedRAMP 20x**: Now the **primary authorization pathway** — continuous authorization built on **Key Security Indicators (KSIs)**, machine-readable evidence, modular API-driven submissions, and automated validation. Traditional SSP/SAP/SAR templates remain for legacy paths. - **CR26 status**: finalized **June 25, 2026**; optional early adoption since **July 4, 2026**; **mandatory January 1, 2027**. - **Legacy FedRAMP Ready**: the Ready designation was retired/relabeled **Legacy FedRAMP Ready on July 28, 2026** — no new submissions. Rev5 Ready holders must convert by the later of their annual-assessment expiration or **November 17, 2026**; the status disappears entirely **December 31, 2027**. - **Certification Class pipelines**: **Class A open since August 3, 2026**; Classes **B/C open August 31, 2026**; Class D pilot expected late 2026 with a formal option in early 2027. - **Rev5 wind-down**: new Rev5 applications are not accepted after **June 11, 2027**; Rev5 sunsets **December 31, 2028**. - **JAB P-ATO**: Fully suspended; FedRAMP PMO is the sole authorization body. - **OSCAL mandate (RFC-0024)**: machine-readable packages required for **new authorizations from September 30, 2026**, and for **all packages by September 30, 2027**. - **Security Inbox**: All authorized CSPs must maintain a dedicated Security Inbox (no CAPTCHAs or barriers) for urgent vulnerability directives — effective January 5, 2026. - **Key templates updated**: SSP, SAR, SAP, POA&M, CIS/CRM, IIW, ISCP — all updated to align with Rev 5 (Dec 2024 releases). --- ## 1. Readiness & Gap Assessment ### Approach 1. **Clarify scope** — Ask the user: What is the CSO (Cloud Service Offering)? IaaS/PaaS/SaaS? Target Certification Class under CR26? 2. **Identify authorization path** — FedRAMP 20x (primary, preferred) vs. legacy Agency Authorization package (still available for complex systems during CR26 transition) 3. **Run through the readiness checklist** — See `references/readiness-checklist.md` 4. **Surface gaps** — Map current state to required controls; flag missing documentation, unimplemented controls, and architectural deficiencies 5. **Prioritize** — Group gaps by: (a) blockers for readiness review, (b) items addressable before 3PAO assessment, (c) POA&M candidates > **FedRAMP Ready retired July 28, 2026** (now "Legacy FedRAMP Ready"). Advise CSPs by pipeline instead: Class A (open since August 3, 2026) for external-framework entry, Classes B/C from August 31, 2026 for full certification; legacy Rev5 Ready holders must convert by the later of annual-assessment expiration or November 17, 2026. ### Key Readiness Questions to Ask the User - Are you targeting FedRAMP 20x (preferred) or a legacy authorization package? - What cloud platform (AWS GovCloud, Azure Government, GCP, on-prem hybrid)? - Are you leveraging any existing FedRAMP-authorized IaaS/PaaS (e.g., AWS GovCloud FedRAMP High)? - Do you have FIPS 140-2/3 validated encryption in place? - Is your authorization boundary defined and documented? - Do you have a vulnerability scanning program (OS, DB, web app, container)? - Are security policies and procedures documented? - Do you have an Incident Response Plan (IRP) and Contingency Plan (CP) that have been tested? - Are your authorization package artifacts in OSCAL format (mandatory by September 30, 2026)? ### Output Format - Produce a **gap table**: Control Family | Current State | Gap | Priority | Owner - Summarize top 5–10 high-priority gaps as prose - Note the target Certification Class and whether FedRAMP 20x is feasible --- ## 2. ATO Documentation The core FedRAMP authorization package consists of: ``` Authorization Package ├── System Security Plan (SSP) + Appendices A–Q ├── Security Assessment Plan (SAP) + Appendices A–D [3PAO-prepared] ├── Security Assessment Report (SAR) + Appendices A–F [3PAO-prepared] └── Plan of Action & Milestones (POA&M) [SSP Appendix O] ``` > **Important**: CSPs must use official FedRAMP PMO
More from this repository