research
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.
> /plugin marketplace add GRCEngClub/claude-grc-engineeringHow it fires
How this command gets triggered: by you, by Claude, or both.
/collectContext preview
What this command does when you run it.
Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.
name: AWS Inspector Collect description: Query AWS for compliance-relevant configuration across IAM, S3, CloudTrail, EBS, and emit findings conforming to the v1 contract.
Scans AWS for compliance-relevant resources and configurations. Emits one Finding document per evaluated resource (account-level, per-bucket, per-trail, etc.).
node plugins/connectors/aws-inspector/scripts/collect.js [options]
**Account-level (IAM)**:
| SCF | Check | Typical severity | |---|---|---| | IAC-01.1 | Root account has MFA | critical if missing | | IAC-02 | Password policy meets baseline | high if missing | | IAC-15.1 | No IAM users with access keys older than 90d | medium | | IAC-15.1 | No IAM users with unused keys/passwords (>90d) | low | | IAC-07.2 | No inline IAM policies on users (least privilege signal) | low |
**Storage (S3)**:
| SCF | Check | Severity | |---|---|---| | CRY-05 | Bucket default encryption | high if missing | | DCH-01.2 | Public access block enforced | critical if missing | | AST-05 | Versioning enabled on production buckets | medium | | MON-01.2 | Server access logging enabled | medium |
**Audit (CloudTrail)**:
| SCF | Check | Severity | |---|---|---| | MON-02 | At least one multi-region, multi-account trail | high if missing | | MON-02.1 | Log file validation enabled | medium | | MON-02.2 | Trail events delivered to a monitored S3 bucket | medium |
**Compute (EBS)**:
| SCF | Check | Severity | |---|---|---| | CRY-05 | Default EBS encryption enabled per region | high if missing |
Future: RDS (encryption, backup), VPC flow logs, Security Hub findings, Config conformance packs, GuardDuty enablement, SSM patch compliance, KMS key rotation.
aws-inspector: 24 resources, 87 evaluations, 9 failing (2 critical, 4 high, 3 medium).
Minimum IAM policy for a read-only scan:
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"iam:GetAccountPasswordPolicy", "iam:GetAccountSummary",
"iam:ListUsers", "iam:ListAccessKeys", "iam:GetLoginProfile", "iam:GetUser", "iam:ListMFADevices", "iam:ListUserPolicies", "iam:ListAttachedUserPolicies",
"s3:ListAllMyBuckets", "s3:GetBucketEncryption", "s3:GetBucketPublicAccessBlock", "s3:GetBucketVersioning", "s3:GetBucketLogging", "s3:GetBucketLocation",
"cloudtrail:DescribeTrails", "cloudtrail:GetTrailStatus", "cloudtrail:GetEventSelectors",
"ec2:GetEbsEncryptionByDefault"
],
"Resource": "*"
}
]
}The AWS-managed `SecurityAudit` policy is a superset that also works.
# Default region, all services /aws-inspector:collect # Multi-region scan /aws-inspector:collect --regions=us-east-1,us-west-2,eu-west-1 # Just the storage story /aws-inspector:collect --services=s3 # Alternate profile /aws-inspector:collect --profile=audit-role
aws sso login --profile=audit AWS_PROFILE=audit node plugins/connectors/aws-inspector/scripts/collect.js --quiet node plugins/grc-engineer/scripts/gap-assessment.js FedRAMP-Moderate,SOC2 --sources=aws-inspector --output=sarif --quiet > aws-gap.sarif
Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.
Repo: GRCEngClub/claude-grc-engineering
Start or resume an academic research project — idea through literature, methodology, writing, feedback, and publishing
Install the frdocx-to-froscal-ssp Python pipeline and verify its dependencies. Idempotent.
Retrieve a single AWS Secrets Manager secret value to stdout or a 0600-permission file. Opt-in retrieval mode — never writes to the findings cache.
Run testssl.sh against one or more HTTPS endpoints and emit v1 Findings mapped to SOC 2, NIST 800-53, PCI DSS 4.0.1, ISO 27001, and SCF controls.
Serve a localhost compliance posture dashboard from monitor-continuous JSON