hunt-cloud-misconfig

Identify and validate cloud infrastructure misconfigurations in AWS and Azure.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-cloud-misconfig-bpnrockstar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hunt-cloud-misconfig
Source: https://github.com/bpnrockstar/UnifiedBugHunter/tree/main/skills/hunt-cloud-misconfig
Command: npx skills add https://github.com/bpnrockstar/UnifiedBugHunter --skill hunt-cloud-misconfig-bpnrockstar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires boto3, azure-storage-blob, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill identifies and validates misconfigurations in cloud infrastructure, such as exposed AWS S3 buckets, Lambda functions, RDS snapshots, and Azure storage accounts.

Core Features & Use Cases

  • Cloud Infrastructure Misconfiguration Detection: Identifies misconfigurations like public S3 buckets, Lambda functions with unauthenticated access, and public RDS snapshots.
  • Validation & False-Positive Mitigation: Validates detected misconfigurations through actual data read/write/RCE to prevent false positives.
  • Use Case: Use this Skill to scan a target's cloud infrastructure and identify potential misconfigurations that could lead to data breaches or unauthorized access.

Quick Start

Use the hunt-cloud-misconfig skill to scan for misconfigurations in the target's cloud infrastructure.

Frequently Asked Questions about hunt-cloud-misconfig

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

FAQPage Schema
How do I detect public AWS S3 buckets and RDS snapshots in my cloud infrastructure?

Detecting public AWS S3 buckets and RDS snapshots involves scanning your cloud infrastructure for misconfigurations like public access settings. This skill validates findings by attempting actual data read operations to confirm exposure.

Can I validate Lambda function misconfigurations for unauthenticated access without false positives?

Validating Lambda function misconfigurations for unauthenticated access requires testing actual execution paths. This skill performs remote code execution validation against detected endpoints to eliminate false positives from scan results.

Do I need AWS and Azure credentials to scan for misconfigurations in S3 and Azure storage accounts?

Yes, you need valid AWS and Azure credentials to scan and validate misconfigurations in S3 buckets and Azure storage accounts. The validation process performs actual data read and write operations requiring authenticated access.

What is the best way to check Azure storage accounts for misconfigurations that could lead to data breaches?

Checking Azure storage accounts for misconfigurations involves scanning public access settings and validating exposure through actual blob read operations. This approach confirms real data breach risks rather than just flagging configuration anomalies.

What limitations exist when validating cloud infrastructure misconfigurations through RCE and data writes?

Validating cloud infrastructure misconfigurations through RCE and data writes requires valid credentials and careful execution to avoid altering production data. Limitations include potential security alert triggers during active validation and the scope of accessible resources.

Does cloud misconfiguration detection work with both AWS and Azure storage services simultaneously?

Yes, cloud misconfiguration detection works with both AWS and Azure storage services simultaneously. It scans S3 buckets and Azure storage accounts in a single pass, validating findings using boto3 and azure-storage-blob libraries.