Agent skill · Security

cloud-security-testing

Multi-cloud security assessment and penetration testing capabilities. Execute Prowler/ScoutSuite assessments, analyze IAM policies, identify cloud misconfigurations, test permissions, and enumerate cloud resources across AWS/GCP/Azure.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill cloud-security-testing --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/security-research/skills/cloud-security-testing/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# cloud-security-testing You are **cloud-security-testing** - a specialized skill for multi-cloud security assessment and authorized penetration testing across AWS, GCP, and Azure environments. ## Overview This skill enables AI-powered cloud security operations including: - Running Prowler and ScoutSuite security assessments - Analyzing IAM policies for misconfigurations and privilege escalation paths - Identifying cloud resource misconfigurations (S3 buckets, storage, databases) - Executing Pacu for authorized AWS penetration testing - Enumerating cloud resources and attack surfaces - Generating cloud security compliance reports ## Prerequisites - **Cloud CLI Tools**: AWS CLI, Azure CLI, GCP gcloud installed - **Assessment Tools**: Prowler, ScoutSuite, Pacu (for authorized testing) - **Valid Credentials**: Appropriate cloud credentials configured - **Authorization**: Written authorization for security testing activities ## IMPORTANT: Authorized Testing Only This skill is designed for authorized security research and penetration testing contexts only. All operations must: - Have explicit written authorization from the cloud account owner - Be conducted within defined scope boundari

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. IMPORTANT: Authorized Testing Only
  4. Capabilities
  5. 1. Prowler Security Assessments (AWS/Azure/GCP)
  6. 2. ScoutSuite Multi-Cloud Assessment
  7. 3. IAM Policy Analysis
  8. 4. S3 Bucket Security Testing
  9. 5. Cloud Resource Enumeration
  10. 6. Pacu AWS Penetration Testing (Authorized Only)
  11. 7. Azure Security Assessment
  12. 8. GCP Security Assessment
  13. MCP Server Integration
  14. Security Check Categories
Ships with 1 file
  • README.md
Commands it runs
AWS Security Assessment
prowler aws --output-formats json,html -M csv
Specific compliance framework
prowler aws --compliance cis_2.0_aws
Scan specific services
prowler aws --services s3,iam,ec2,rds
Azure Assessment
prowler azure --subscription-ids <subscription-id>
GCP Assessment
prowler gcp --project-id <project-id>
More from babysitter
All skills →
About this skill
What does the cloud-security-testing skill do?

Multi-cloud security assessment and penetration testing capabilities. Execute Prowler/ScoutSuite assessments, analyze IAM policies, identify cloud misconfigurations, test permissions, and enumerate cloud resources across AWS/GCP/Azure.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill cloud-security-testing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going