validation-rules

Map AWS security claim IDs to read-only CLI checks and probe procedures.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/aurainfosec/cloud-review-automation-poc --skill validation-rules-aurainfosec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validation-rules
Source: https://github.com/aurainfosec/cloud-review-automation-poc/tree/main/skills/validation-rules
Command: npx skills add https://github.com/aurainfosec/cloud-review-automation-poc --skill validation-rules-aurainfosec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps validate security claims by mapping each claim ID to concrete, read-only AWS CLI checks and external probe procedures so evidence-backed conclusions are consistent across the Director → Expert → Critic pipeline.

Core Features & Use Cases

  • Claim-to-CLI verification mapping: Loads the correct domain rule file (IAM, compute, storage, detection, or common checks) based on the claim ID prefix.
  • External accessibility probe definitions: Provides curl/nmap/testssl.sh probe patterns for attacker-observable exposure validation across multiple AWS services.
  • Deterministic verification workflow: Standardizes what “confirmed” and “false positive” mean for each check, including timeouts and read-only constraints.

Quick Start

Ask for verification of a specific claim ID (for example, qa-05-cloudtrail or ec2_securitygroup_allow_ingress_from_internet_to_ssh) so the Expert loads the matching rules and runs the mapped AWS CLI evidence checks.

Frequently Asked Questions about validation-rules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate AWS security findings with read-only CLI checks?

To validate AWS security findings, you map specific claim identifiers to deterministic, read-only AWS CLI commands. This standardizes evidence collection across IAM, compute, storage, and detection services for consistent verification.

Can I verify external accessibility exposure for AWS services without write permissions?

Yes, you can verify external accessibility using read-only curl, nmap, or testssl.sh probe patterns. These external probes validate attacker-observable exposure across multiple AWS services without requiring write access.

How does claim ID prefix lookup work for AWS security audits?

Claim ID prefix lookup works by mapping a claim identifier prefix to a specific domain rule file, such as IAM or compute. Loading the correct file ensures the agent pipeline applies the right deterministic verification workflow for that check.

What is the best way to standardize false positive validation in an agent pipeline?

Standardizing false positive validation requires mapping each claim ID to concrete AWS CLI checks with deterministic read-only constraints. This defines exactly what confirmed and false positive mean for each security check across the pipeline.

Does evidence validation support CloudTrail and IAM compliance checks?

Yes, evidence validation supports CloudTrail and IAM compliance through common baseline checks and domain-specific rule sets. Requesting verification for a claim ID like qa-05-cloudtrail loads the matching rules to run mapped AWS CLI evidence checks.