cloud penetration testing
✓This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms.
Installation
SKILL.md
Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP). This skill covers reconnaissance, authentication testing, resource enumeration, privilege escalation, data extraction, and persistence techniques for authorized cloud security engagements.
| Login | Connect-AzAccount | | List subscriptions | Get-AzSubscription | | List users | Get-MsolUser -All | | List groups | Get-MsolGroup -All | | Current roles | Get-AzRoleAssignment | | List VMs | Get-AzVM | | List storage | Get-AzStorageAccount | | Key Vault secrets | az keyvault secret list --vault-name |
| Configure | aws configure | | Caller identity | aws sts get-caller-identity | | List users | aws iam list-users | | List S3 buckets | aws s3 ls | | List EC2 | aws ec2 describe-instances | | List Lambda | aws lambda list-functions | | Metadata | curl http://169.254.169.254/latest/meta-data/ |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hainamchung/agent-assistant --skill cloud penetration testing- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is cloud penetration testing?
This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms. Source: hainamchung/agent-assistant.
How do I install cloud penetration testing?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hainamchung/agent-assistant --skill cloud penetration testing Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/hainamchung/agent-assistant
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01