Auto-discovered marketplace from prajapatimehul/comp-agent
npx claudepluginhub prajapatimehul/comp-agentAWS compliance engine — SOC 2 + HIPAA scanning, remediation, and audit reporting powered by Prowler
A Claude Code plugin for AWS compliance scanning, remediation, and audit reporting. Covers SOC 2 and HIPAA using Prowler.
claude plugin install prajapatimehul/compliance-pilot
Or install from a local directory:
claude plugin install /path/to/compliance-pilot
pip install prowler)aws configure or environment variables)After installation, four skills are available:
| Command | Description |
|---|---|
/compliance-pilot:scan | Run Prowler scan, create structured findings |
/compliance-pilot:remediate | Fix findings with evidence capture and human approval |
/compliance-pilot:posture | Show compliance posture dashboard |
/compliance-pilot:audit-report | Generate audit-ready report grouped by controls |
# Scan your AWS account (smart scan: auto-detects active services)
/compliance-pilot:scan
# Scan a specific service
/compliance-pilot:scan s3
# Full scan across all regions and services
/compliance-pilot:scan --full
# View compliance posture
/compliance-pilot:posture
# Fix open findings (asks for approval before each change)
/compliance-pilot:remediate
# Generate audit report
/compliance-pilot:audit-report
No application code. Claude Code IS the engine. The plugin provides agents, skills, rules, and hooks:
All runtime data (scans, findings, evidence, reports) is stored in .compliance/ in your project directory.
| Framework | Prowler Flag | Controls Mapped |
|---|---|---|
| SOC 2 | soc2_aws | CC4, CC5, CC6, CC7, CC8, CC9 |
| HIPAA | hipaa_aws | 164.308, 164.310, 164.312 |
compliance-pilot/
.claude-plugin/plugin.json # Plugin manifest
agents/ # Scanner, remediator, auditor agents
skills/ # /scan, /remediate, /posture, /audit-report
rules/ # SOC 2 and HIPAA control mappings
hooks/ # AWS safety guardrail
knowledge/ # Compliance data (controls, requirements, policies)
.mcp.json # AWS API MCP server
CLAUDE.md # Project brain (architecture, schemas, mappings)
MIT
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage