Cloud security
Skill AtulPurohit/Antigravity-Awesome-Skills/plugins/security-pentester/skills/cloud-security
Installable GitHub library of 300+ professional agentic skills for Claude Code, Antigravity IDE, Gemini CLI, Cursor, and Copilot. Features a custom NPX installer, 9 stack-specific bundles, validation schemas, security auditing, and an interactive catalog explorer app.
npx -y skills add AtulPurohit/Antigravity-Awesome-Skills --skill cloud-securityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 29 days oldThe repository was created 29 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Professional Cloud Security Expert skill. Implement enterprise-grade web application security controls and encryption standards.
SKILL.md
1.5 KB, 205 tokens by cl100k_base, as published. Nobody here has run it
Cloud Security Expert
Purpose
Manage and implement Cloud Security Expert requirements efficiently within enterprise applications.
Core Concepts
Detailed operational framework for Cloud Security Expert:
1️⃣ Overview and Strategy
Understanding boundaries, rules, and best practices for the cloud-security feature domain.
2️⃣ Code Implementation Reference
// Secure Password/Token verification
const crypto = require('crypto');
function verifyHash(payload, signature, secret) {
const expected = crypto.createHmac('sha256', secret).update(payload).digest('hex');
return crypto.timingSafeEqual(Buffer.from(signature), Buffer.from(expected));
}
3️⃣ Checklist & Validation Rules
- Integration validation checklist completed.
- Code conventions and naming rules followed.
- Strict type safety constraints verified.
- Security standards checked.
Outputs
- System integration pattern definitions.
- Code templates and examples.
- Test validation checklists.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.