Skip to content
View DustyStudy's full-sized avatar

Block or report DustyStudy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DustyStudy/README.md

Dusty

Open-source AWS cloud security tooling focused on FedRAMP, NIST 800-53 Rev5, multi-account governance, and practical day-to-day guardrails — including support for commercial and GovCloud partitions, Azure and GCP baselines, plus GRC evidence automation and LLM-agent security.

I build reusable CloudFormation & Terraform modules, auto-remediation patterns, observability dashboards, and credential/identity tooling that avoid long-lived access keys.


The Suite

Repository Purpose
fedramp-terraform-library Terraform modules implementing NIST 800-53 Rev5 Moderate/High controls + FedRAMP 20x KSIs
fedramp-cfn-library CloudFormation counterpart of the above
fedramp-cloud-compliance-skill Agent Skill for Claude Code / agents: FedRAMP 2026 Consolidated Rules (Rev5 + 20x) on AWS, Azure, GCP
aws-cloud-security-toolbox Practical guardrails, auto-remediation, AI/ML protections (CFN + TF)
aws-remediation-orchestrator Security Hub-driven remediation engine: policy registry, blast-radius guardrails, human approval gate, and compliance-evidence export (Step Functions + Lambda + SSM)
aws-observability-dashboards CloudWatch dashboards for security posture, Bedrock, agentic AI, NHI, EKS
aws-orgseed Multi-org account seeding via hub-and-spoke OIDC (no long-lived credentials)
aws-orgctl Ephemeral SSO / IAM Identity Center credential manager
ai-terraform-toolkit Security-hardened Terraform modules + Claude / Gemini AI workflows
aws-platform Self-service AWS platform on EKS: golden-path tenant onboarding, OIDC-only CI/CD, policy-as-code guardrails
azure-lighthouse-tf Terraform for Azure Lighthouse delegated management across Azure Public and Government, with GitHub Actions CI/CD
azure-baseline-tf Azure baseline in Terraform: Azure Policy guardrails, immutable Activity Log archive, keyless GitHub Actions auth via federated managed identities
gcp-org-baseline-tf GCP organization baseline in Terraform: org policy guardrails, locked audit-log archive, keyless auth via Workload Identity Federation
grc-evidence-automation Scheduled, tamper-evident AWS/GCP control evidence mapped to SOC 2, ISO 27001, NIST 800-53 and FedRAMP 20x KSIs
ai-agent-security-toolkit Prompt-injection fuzzer, tool-call sandbox with taint tracking, output validation and audit log for LLM agents

All libraries emphasize:

  • FedRAMP-aligned controls and honest coverage-gap documentation
  • GovCloud / partition awareness
  • Short-lived credentials only (OIDC / SSO)
  • CI security scanning (Checkov, Trivy, Gitleaks, tflint, etc.)

Focus areas

  • FedRAMP Moderate / High / 20x baselines
  • Multi-account AWS Organizations governance
  • AI/ML (Bedrock, SageMaker, agentic workloads) security
  • Continuous monitoring & observability
  • Zero long-lived credentials patterns

Pinned Loading

  1. aws-orgctl aws-orgctl Public

    Ephemeral AWS multi-account credential manager built on IAM Identity Center / SSO.

    Python

  2. fedramp-terraform-library fedramp-terraform-library Public

    Terraform modules implementing NIST 800-53 Rev5 Moderate/High controls and FedRAMP 20x Key Security Indicators for AWS.

    HCL 1

  3. ai-agent-security-toolkit ai-agent-security-toolkit Public

    Fuzz, contain, validate and audit LLM agents: prompt-injection fuzzer, tool-call allowlist/sandbox with taint tracking, output validation + tamper-evident audit log, and a STRIDE-for-agents threat …

    Python

  4. aws-platform aws-platform Public

    Self-service AWS platform on EKS: golden-path Terraform for tenant onboarding, OIDC-only CI/CD, and policy-as-code guardrails.

    HCL

  5. aws-remediation-orchestrator aws-remediation-orchestrator Public

    Security Hub-driven remediation orchestration: policy-routed, guardrailed, auditable auto-remediation for AWS (Step Functions + Lambda + SSM Automation).

    HCL

  6. grc-evidence-automation grc-evidence-automation Public

    Scheduled, tamper-evident AWS/GCP control evidence mapped to SOC 2, ISO 27001:2022, NIST 800-53 and FedRAMP 20x KSIs, delivered to S3 or a GRC ingestion API. Lambda + Terraform.

    Python