plugins/faos-ciso/skills/nist-csf/SKILL.md
<!-- AUTO-GENERATED by export-plugins.py — DO NOT EDIT --> --- name: nist-csf description: NIST Cybersecurity Framework (CSF 2.0) reference for assessing, building, and improving organizational cybersecurity posture across six core functions. tags: [compliance, security] --- # NIST Cybersecurity Framework (CSF 2.0) ## Overview The NIST Cybersecurity Framework 2.0 provides a taxonomy of high-level cybersecurity outcomes that any organization can use to understand, assess, prioritize, and commu
npx skillsauth add frank-luongt/faos-skills-marketplace plugins/faos-ciso/skills/nist-csfInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The NIST Cybersecurity Framework 2.0 provides a taxonomy of high-level cybersecurity outcomes that any organization can use to understand, assess, prioritize, and communicate its cybersecurity efforts. Released in February 2024, CSF 2.0 introduces the GOVERN function and expands applicability beyond critical infrastructure to all organization types.
The framework consists of three main components:
Document your organization's current cybersecurity posture by evaluating each function, category, and subcategory. Rate each outcome on a maturity scale (Tier 1-4):
Establish the desired cybersecurity state based on business objectives, regulatory requirements, and risk appetite. Prioritize outcomes that matter most to the organization.
Compare the current profile against the target profile to identify gaps. Document each gap with its associated risk and effort to remediate.
Rank gaps by risk impact and implementation feasibility. Create a phased roadmap that addresses critical gaps first while building toward the target profile.
Execute the roadmap by deploying technical controls, updating policies, training staff, and establishing monitoring. Track progress against the target profile.
Establishes and monitors the organization's cybersecurity risk management strategy, expectations, and policy.
| Category | Description | |----------|-------------| | GV.OC | Organizational Context -- mission, stakeholder expectations, legal requirements | | GV.RM | Risk Management Strategy -- priorities, constraints, risk tolerance | | GV.RR | Roles, Responsibilities, and Authorities | | GV.PO | Policy -- established, communicated, enforced | | GV.SC | Supply Chain Risk Management | | GV.OV | Oversight -- results used to adjust strategy |
Understand the organization's assets, risks, and attack surface.
| Category | Description | |----------|-------------| | ID.AM | Asset Management -- hardware, software, data, systems inventoried | | ID.RA | Risk Assessment -- vulnerabilities, threats, likelihood, impact | | ID.IM | Improvement -- lessons learned drive improvements |
Safeguards to manage cybersecurity risks.
| Category | Description | |----------|-------------| | PR.AA | Identity Management, Authentication, and Access Control | | PR.AT | Awareness and Training | | PR.DS | Data Security -- data at rest, in transit, in use | | PR.PS | Platform Security -- hardware, software, services managed | | PR.IR | Technology Infrastructure Resilience |
Find and analyze possible cybersecurity attacks and compromises.
| Category | Description | |----------|-------------| | DE.CM | Continuous Monitoring -- networks, systems, assets monitored | | DE.AE | Adverse Event Analysis -- anomalies analyzed, events correlated |
Take action regarding a detected cybersecurity incident.
| Category | Description | |----------|-------------| | RS.MA | Incident Management -- response executed, triaged | | RS.AN | Incident Analysis -- investigation, forensics | | RS.CO | Incident Response Reporting and Communication | | RS.MI | Incident Mitigation -- containment and eradication |
Restore assets and operations affected by a cybersecurity incident.
| Category | Description | |----------|-------------| | RC.RP | Incident Recovery Plan Execution | | RC.CO | Incident Recovery Communication |
A Series B SaaS startup with 50 engineers needs to formalize its security program for enterprise customers.
Phase 1 -- Foundations (Months 1-3):
Phase 2 -- Detection (Months 4-6):
Phase 3 -- Maturity (Months 7-12):
nist_csf_assessment:
organization: "Acme Corp"
assessment_date: "2026-02-24"
assessor: "Security Team"
framework_version: "2.0"
functions:
- function: GOVERN
current_tier: 2
target_tier: 3
categories:
- id: GV.OC
current_maturity: "partial"
target_maturity: "repeatable"
gap: "No formal documentation of legal and regulatory obligations"
remediation: "Create compliance register, map to controls"
priority: high
effort: medium
- id: GV.RM
current_maturity: "risk_informed"
target_maturity: "repeatable"
gap: "Risk appetite not formally defined by leadership"
remediation: "Conduct risk appetite workshop with executive team"
priority: high
effort: low
- function: IDENTIFY
current_tier: 2
target_tier: 3
categories:
- id: ID.AM
current_maturity: "risk_informed"
target_maturity: "repeatable"
gap: "Shadow IT not tracked, no CMDB"
remediation: "Deploy asset discovery tool, establish CMDB"
priority: critical
effort: high
- function: PROTECT
current_tier: 3
target_tier: 3
categories:
- id: PR.AA
current_maturity: "repeatable"
target_maturity: "repeatable"
gap: "None -- MFA and RBAC in place"
remediation: "Maintain current controls"
priority: low
effort: none
summary:
total_gaps: 12
critical_gaps: 3
high_gaps: 5
medium_gaps: 4
estimated_remediation_months: 9
GOVERN:
IDENTIFY:
PROTECT:
DETECT:
RESPOND:
RECOVER:
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: grpo-rl-training description: GRPO reinforcement learning training with TRL. Use when applying Group Relative Policy Optimization for reasoning and task-specific model training. --- # GRPO/RL Training with TRL Expert-level guidance for implementing Group Relative Policy Optimization (GRPO) using the Transformer Reinforcement Learning (TRL) library. This skill provides battle-tested patterns, critical insights, and production-r
tools
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: graphql-architect description: Master modern GraphQL with federation, performance optimization, --- ## Use this skill when - Working on graphql architect tasks or workflows - Needing guidance, best practices, or checklists for graphql architect ## Do not use this skill when - The task is unrelated to graphql architect - You need a different domain or tool outside this scope ## Instructions - Clarify goals, constraints, and
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: grafana-dashboards description: Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces. --- # Grafana Dashboards Create and manage production-ready Grafana dashboards for comprehensive system observability. ## Do not use this skill when - The task is unrelated
development
<!-- AUTO-GENERATED by export-skills.py — DO NOT EDIT --> --- name: gptq description: GPTQ post-training quantization for generative models. Use when quantizing large models to 4-bit with calibration-based weight compression. --- # GPTQ (Generative Pre-trained Transformer Quantization) Post-training quantization method that compresses LLMs to 4-bit with minimal accuracy loss using group-wise quantization. ## When to use GPTQ **Use GPTQ when:** - Need to fit large models (70B+) on limited GPU