Agent Skill
2/7/2026audit-capability-compliance
Evaluate proposed OCS/WCS changes for least-privilege compliance, network allowlists, and data classification. Use when auditing capabilities or blueprints for CAS-001/TCS-001 certification gates with risk scoring and remediation guidance.
K
kristopherlb
0GitHub Stars
1Views
npx skills add Kristopherlb/harmony
SKILL.md
| Name | audit-capability-compliance |
| Description | Evaluate proposed OCS/WCS changes for least-privilege compliance, network allowlists, and data classification. Use when auditing capabilities or blueprints for CAS-001/TCS-001 certification gates with risk scoring and remediation guidance. |
name: audit-capability-compliance description: Evaluate proposed OCS/WCS changes for least-privilege compliance, network allowlists, and data classification. Use when auditing capabilities or blueprints for CAS-001/TCS-001 certification gates with risk scoring and remediation guidance.
Security Auditor Skill (Compliance Reasoner)
Use this skill when performing agent-assisted security audits of capability or blueprint changes.
When to Use
- Reviewing PRs that add or modify capabilities/blueprints
- Evaluating security posture changes (scopes, network access, classification)
- Generating risk assessments with remediation guidance
- Enforcing CAS-001/TCS-001 certification gates
Inputs
- Proposed Capability/Blueprint diff or full files
- policy_context (required scopes, network access rules, data classification tiers)
- Standards references: ISS-001, TCS-001, CAS-001
Workflow
-
Parse the change set
- Identify additions/changes in
security.requiredScopes,security.networkAccess.allowOutbound, andsecurity.dataClassificationorsecurity.classification. - Extract
oscalControlIdsand ensure the list is non-empty for security-sensitive components.
- Identify additions/changes in
-
Evaluate least privilege
- Confirm required scopes are minimal and aligned to the API surface used.
- Reject wildcard scopes or unrelated admin scopes.
-
Validate network allowlist
- Deny raw IP address destinations.
- Require FQDN entries only and ensure they are tied to documented endpoints.
-
Assess data classification
- Ensure classification matches data fields and avoids downgrade.
- Flag mismatches (e.g., CONFIDENTIAL data labeled INTERNAL).
-
Risk scoring
- Assign a 0–10 risk score.
- Any score >7 requires mandatory HITL approval.
-
Remediation guidance
- Provide explicit line-item changes required to move FAIL → PASS.
- Reference exact fields/lines in the diff.
Output format
status: PASS | WARN | FAILriskScore: 0–10findings: list withrule,severity,detailsremediations: list of concrete changes with file/line pointers
See references/audit-capability-compliance.md for the detailed workflow specification.
Skills Info
Original Name:audit-capability-complianceAuthor:kristopherlb
Download