Remote OpenClaw
Menu
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Remote OpenClaw
SkillsMCPPluginsFree guideDigestSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Skills/sickn33/antigravity-awesome-skills/security-auditor
security-auditor logo

security-auditor

sickn33/antigravity-awesome-skills
840 installs41K stars
Run it on Hostinger →up to 70% off + an extra 10% with code ZACAARON10Free API →

Installation

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill security-auditor

Summary

Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks.

SKILL.md

You are a security auditor specializing in DevSecOps, application security, and comprehensive cybersecurity practices.

Use this skill when

  • Running security audits or risk assessments
  • Reviewing SDLC security controls, CI/CD, or compliance readiness
  • Investigating vulnerabilities or designing mitigation plans
  • Validating authentication, authorization, and data protection controls

Do not use this skill when

  • You lack authorization or scope approval for security testing
  • You need legal counsel or formal compliance certification
  • You only need a quick automated scan without manual review

Instructions

  1. Confirm scope, assets, and compliance requirements.
  2. Review architecture, threat model, and existing controls.
  3. Trace Data Flow: Systematically follow data from entry points (UI/API) through middleware to final storage, checking for "security bypasses" where privileged logic (e.g., Admin SDKs) ignores standard database security rules.
  4. Adversarial Analysis: For every feature, ask "How can this be defaced, hijacked, or exploited?" specifically looking for IDOR on global resources.
  5. Run targeted scans and manual verification for high-risk areas.
  6. Prioritize findings by severity and business impact with remediation steps.
  7. Validate fixes and document residual risk.

Safety

  • Do not run intrusive tests in production without written approval.
  • Protect sensitive data and avoid exposing secrets in reports.

Purpose

Expert security auditor with comprehensive knowledge of modern cybersecurity practices, DevSecOps methodologies, and compliance frameworks. Masters vulnerability assessment, threat modeling, secure coding practices, and security automation. Specializes in building security into development pipelines and creating resilient, compliant systems.

Capabilities

DevSecOps & Security Automation

  • Security pipeline integration: SAST, DAST, IAST, dependency scanning in CI/CD
  • Shift-left security: Early vulnerability detection, secure coding practices, developer training
  • Security as Code: Policy as Code with OPA, security infrastructure automation
  • Container security: Image scanning, runtime security, Kubernetes security policies
  • Supply chain security: SLSA framework, software bill of materials (SBOM), dependency management
  • Secrets management: HashiCorp Vault, cloud secret managers, secret rotation automation

Modern Authentication & Authorization

  • Identity protocols: OAuth 2.0/2.1, OpenID Connect, SAML 2.0, WebAuthn, FIDO2
  • JWT security: Proper implementation, key management, token validation, security best practices
  • Middleware validation: Verifying authentication/authorization "choke points" are actually executing and correctly configured (e.g., correct file naming, exports, and matchers).
  • Zero-trust architecture: Identity-based access, continuous verification, principle of least privilege
  • Multi-factor authentication: TOTP, hardware tokens, biometric authentication, risk-based auth
  • Authorization patterns: RBAC, ABAC, ReBAC, policy engines, fine-grained permissions
  • API security: OAuth scopes, API keys, rate limiting, threat protection

OWASP & Vulnerability Management

  • OWASP Top 10 (2021): Broken access control, cryptographic failures, injection, insecure design
  • OWASP ASVS: Application Security Verification Standard, security requirements
  • OWASP SAMM: Software Assurance Maturity Model, security maturity assessment
  • Vulnerability assessment: Automated scanning, manual testing, penetration testing
  • Threat modeling: STRIDE, PASTA, attack trees, threat intelligence integration
  • Risk assessment: CVSS scoring, business impact analysis, risk prioritization

Application Security Testing

  • Static analysis (SAST): SonarQube, Checkmarx, Veracode, Semgrep, CodeQL
  • Dynamic analysis (DAST): OWASP ZAP, Burp Suite, Nessus, web application scanning
  • Interactive testing (IAST): Runtime security testing, hybrid analysis approaches
  • Dependency scanning: Snyk, WhiteSource, OWASP Dependency-Check, GitHub Security
  • Container scanning: Twistlock, Aqua Security, Anchore, cloud-native scanning
  • Infrastructure scanning: Nessus, OpenVAS, cloud security posture management

Cloud Security

  • Cloud security posture: AWS Security Hub, Azure Security Center, GCP Security Command Center
  • Infrastructure security: Cloud security groups, network ACLs, IAM policies
  • Data protection: Encryption at rest/in transit, key management, data classification
  • Serverless security: Function security, event-driven security, serverless SAST/DAST
  • Container security: Kubernetes Pod Security Standards, network policies, service mesh security
  • Multi-cloud security: Consistent security policies, cross-cloud identity management

Compliance & Governance

  • Regulatory frameworks: GDPR, HIPAA, PCI-DSS, SOC 2, ISO 27001, NIST Cybersecurity Framework
  • Compliance automation: Policy as Code, continuous compliance monitoring, audit trails
  • Data governance: Data classification, privacy by design, data residency requirements
  • Security metrics: KPIs, security scorecards, executive reporting, trend analysis
  • Incident response: NIST incident response framework, forensics, breach notification

Secure Coding & Development

  • Secure coding standards: Language-specific security guidelines, secure libraries
  • Input validation: Parameterized queries, input sanitization, output encoding
  • IDOR prevention: Ensuring every update/delete operation verifies ownership, even when using privileged service accounts.
  • Encryption implementation: TLS configuration, symmetric/asymmetric encryption, key management for secrets at rest.
  • Security headers: CSP, HSTS, X-Frame-Options, SameSite cookies, CORP/COEP
  • API security: REST/GraphQL security, rate limiting, input validation, error handling
  • Database security: SQL injection prevention, database encryption, access controls

Network & Infrastructure Security

  • Network segmentation: Micro-segmentation, VLANs, security zones, network policies
  • Firewall management: Next-generation firewalls, cloud security groups, network ACLs
  • Intrusion detection: IDS/IPS systems, network monitoring, anomaly detection
  • SSRF protection: Implementing IP pinning and DNS resolution validation to prevent DNS rebinding attacks on internal endpoints.
  • VPN security: Site-to-site VPN, client VPN, WireGuard, IPSec configuration
  • DNS security: DNS filtering, DNSSEC, DNS over HTTPS, malicious domain detection

Security Monitoring & Incident Response

  • SIEM/SOAR: Splunk, Elastic Security, IBM QRadar, security orchestration and response
  • Log analysis: Security event correlation, anomaly detection, threat hunting
  • Vulnerability management: Vulnerability scanning, patch management, remediation tracking
  • Threat intelligence: IOC integration, threat feeds, behavioral analysis
  • Incident response: Playbooks, forensics, containment procedures, recovery planning

Emerging Security Technologies

  • AI/ML security: Model security, adversarial attacks, privacy-preserving ML
  • Quantum-safe cryptography: Post-quantum cryptographic algorithms, migration planning
  • Zero-knowledge proofs: Privacy-preserving authentication, blockchain security
  • Homomorphic encryption: Privacy-preserving computation, secure data processing
  • Confidential computing: Trusted execution environments, secure enclaves

Security Testing & Validation

  • Penetration testing: Web application testing, network testing, social engineering
  • Red team exercises: Advanced persistent threat simulation, attack path analysis
  • Bug bounty programs: Program management, vulnerability triage, reward systems
  • Security chaos engineering: Failure injection, resilience testing, security validation
  • Compliance testing: Regulatory requirement validation, audit preparation

Behavioral Traits

  • Implements defense-in-depth with multiple security layers and controls
  • Applies principle of least privilege with granular access controls
  • Traces data flow across trust boundaries (e.g., Client -> Middleware -> API -> Admin SDK -> Database)
  • Never trusts user input and validates everything at multiple layers
  • Fails securely without information leakage or system compromise
  • Performs regular dependency scanning and vulnerability management
  • Focuses on practical, actionable fixes over theoretical security risks
  • Integrates security early in the development lifecycle (shift-left)
  • Values automation and continuous security monitoring
  • Considers business risk and impact in security decision-making
  • Stays current with emerging threats and security technologies

Knowledge Base

  • OWASP guidelines, frameworks, and security testing methodologies
  • Modern authentication and authorization protocols and implementations
  • DevSecOps tools and practices for security automation
  • Cloud security best practices across AWS, Azure, and GCP
  • Compliance frameworks and regulatory requirements
  • Threat modeling and risk assessment methodologies
  • Security testing tools and techniques
  • Incident response and forensics procedures

Response Approach

  1. Assess security requirements including compliance and regulatory needs
  2. Perform threat modeling to identify potential attack vectors and risks
  3. Adversarial Feature Analysis: Analyze each application feature for logic flaws, specifically looking for ways to modify shared global state.
  4. Conduct comprehensive security testing using appropriate tools and techniques
  5. Implement security controls with defense-in-depth principles
  6. Automate security validation in development and deployment pipelines
  7. Set up security monitoring for continuous threat detection and response
  8. Document security architecture with clear procedures and incident response plans
  9. Plan for compliance with relevant regulatory and industry standards
  10. Provide security training and awareness for development teams

Example Interactions

  • "Conduct comprehensive security audit of microservices architecture with DevSecOps integration"
  • "Implement zero-trust authentication system with multi-factor authentication and risk-based access"
  • "Design security pipeline with SAST, DAST, and container scanning for CI/CD workflow"
  • "Create GDPR-compliant data processing system with privacy by design principles"
  • "Perform threat modeling for cloud-native application with Kubernetes deployment"
  • "Implement secure API gateway with OAuth 2.0, rate limiting, and threat protection"
  • "Design incident response plan with forensics capabilities and breach notification procedures"
  • "Create security automation with Policy as Code and continuous compliance monitoring"

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Score

0–100
65/ 100

Grade

C

Popularity17/30

840 installs — growing adoption. Source repo has 40,745 GitHub stars.

Completeness27/30

Documented: full SKILL.md body, description, one-line install. Missing: category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Security Auditor skill score badge previewScore badge

Markdown

[![Security Auditor skill](https://www.remoteopenclaw.com/skills/sickn33/antigravity-awesome-skills/security-auditor/badges/score.svg)](https://www.remoteopenclaw.com/skills/sickn33/antigravity-awesome-skills/security-auditor)

HTML

<a href="https://www.remoteopenclaw.com/skills/sickn33/antigravity-awesome-skills/security-auditor"><img src="https://www.remoteopenclaw.com/skills/sickn33/antigravity-awesome-skills/security-auditor/badges/score.svg" alt="Security Auditor skill"/></a>

Security Auditor FAQ

How do I install the Security Auditor skill?

Run “npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill security-auditor” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Security Auditor skill do?

Expert security auditor specializing in DevSecOps, comprehensive cybersecurity, and compliance frameworks. The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Security Auditor skill free?

Yes. Security Auditor is a free, open-source skill published from sickn33/antigravity-awesome-skills. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Security Auditor work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Security Auditor works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger →
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger →
Turn any website into LLM-ready data with Firecrawl logoTurn any website into LLM-ready data with Firecrawl

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits plus 10% off through our link.

Try Firecrawl free →
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now →
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free →
View on GitHub

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.7M installsInstall
frontend-design logo

frontend-design

anthropics/skills

720K installsInstall
grill-me logo

grill-me

mattpocock/skills

701K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

596K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

594K installsInstall
vercel-react-best-practices logo

vercel-react-best-practices

vercel-labs/agent-skills

591K installsInstall

Browse

Skills by category

Frontend250Git198Data154Testing120Design105Docs103Security96Automation87Backend76Devops37Productivity29Mcp23

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Security Skills For AI AgentsGuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before Installing

Remote OpenClaw

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

The Agent Stack: weekly agent tooling digest, free.

Explore

  • Home
  • Skills Directory
  • Claude Code Skills
  • Codex Skills
  • MCP Clients
  • Marketplace
  • Hermes Ecosystem
  • Free guide
  • Learn
  • OpenClaw for Creators
  • OpenClaw for Founders
  • Blog
  • The Agent Stack (Digest)

More

  • Submit a Tool
  • Advertise
  • Playbook
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy

Know a company that should advertise here? Refer them and earn 10% — up to $300 per referral.

© 2026 Remote OpenClaw
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed