federal-security-controls-lookup
Look up NIST SP 800-53 controls, OWASP LLM/Agentic risks, or security keywords to find relevant guidance
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Look up NIST SP 800-53 controls, OWASP LLM/Agentic risks, or security keywords to find relevant guidance
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Detect available credentials, diagnose gaps against PROJECT_PLAN.md, and guide setup for AI agents in any environment
Collect and verify all ATO submission artifacts into a review-ready package
Deploy applications to cloud.gov — sandbox setup, manifest generation, CI/CD pipeline
Review AI-assisted code changes and create compliant pull requests with proper attribution
Create, validate, and index architectural and security decision records using MADR format with federal compliance extensions.
Run the 62-item federal pre-deployment security checklist against a codebase.
| name | federal-security-controls-lookup |
| title | Federal Security Controls Lookup |
| description | Look up NIST SP 800-53 controls, OWASP LLM/Agentic risks, or security keywords to find relevant guidance |
| status | canonical |
| tier | 2 |
| last_updated | 2026-06-01 |
| load_priority | on-demand |
| audience | ["developers","isso","agents"] |
| triggers | ["NIST control","OWASP","security","AC-","SI-","CM-","control lookup"] |
| dependencies | [] |
This skill navigates the federal agentic AI guidance repository to find relevant policy documents, checklist items, and remediation guidance for a given security control, OWASP risk, or keyword.
Determine which type of lookup the user needs:
| Query Pattern | Type | Example |
|---|---|---|
AC-*, AU-*, CM-*, IA-*, IR-*, RA-*, SA-*, SC-*, SI-*, SR-* | NIST Control ID | "AC-6", "SI-10" |
LLM01-LLM10 | OWASP LLM Risk | "LLM01" |
Agentic-01-Agentic-10 | OWASP Agentic Risk | "Agentic-05" |
Checklist number like 1.1, 5.3 | Checklist Item | "item 2.5" |
| Free text | Keyword Search | "secrets", "input validation" |
Read docs/TRACEABILITY.md — this is the navigation index for the entire repository.
It contains five mapping tables:
docs/TRACEABILITY.mdAGENTS.md §3.1, SECURITY-CONTROLS.md §3.1)docs/TRACEABILITY.mddocs/TRACEABILITY.mddocs/TRACEABILITY.mddocs/TRACEABILITY.md for the keyword firstINDEX.yaml to get the current document inventory,
then search across all listed documents in tier order (Tier 1 first):
Structure your response as:
## [Control/Risk/Topic]: [Name]
**Source:** [document path and section]
**Related Controls:** [NIST control IDs]
**Checklist Items:** [item numbers, if any]
### Guidance Summary
[Key requirements from the referenced sections]
### Where to Find More
- [Document]: [Section] — [brief description]
- [Document]: [Section] — [brief description]
Read INDEX.yaml at the repository root for the current document inventory.
It lists all documents with their paths, titles, descriptions, tiers, and
NIST control counts. This is the single source of truth — it is auto-generated
by make generate from document frontmatter, so it is always
up to date.
Key entry points for this skill:
docs/TRACEABILITY.md — cross-reference index mapping controls, risks, and checklist itemsdocs/SECURITY-CONTROLS.md — full 800-53 overlay with implementation guidanceINDEX.yaml under documents: with tier classificationINDEX.yaml stats and docs/TRACEABILITY.md for current counts.