manastalukdar/ai-devstudio

owasp-check

OWASP Top 10 vulnerability scanning and remediation

First seen Feb 21, 2026

Installation

$ npx skills add manastalukdar/ai-devstudio --skill owasp-check

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from manastalukdar/ai-devstudio · top by installs.

npx skills add manastalukdar/ai-devstudio

Browse all from manastalukdar/ai-devstudio

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,279 B
  • docs SUMMARY.md 70 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 12 installs

SKILL.md

OWASP Top 10 Vulnerability Scanner

I'll scan your application for OWASP Top 10 vulnerabilities and provide remediation guidance for common web security issues.

Arguments: $ARGUMENTS - specific vulnerability category or full scan

OWASP Top 10 (2021) Coverage

Vulnerabilities Checked:

  1. A01:2021 - Broken Access Control
  2. A02:2021 - Cryptographic Failures
  3. A03:2021 - Injection (SQL, NoSQL, Command)
  4. A04:2021 - Insecure Design
  5. A05:2021 - Security Misconfiguration
  6. A06:2021 - Vulnerable Components
  7. A07:2021 - Authentication Failures
  8. A08:2021 - Data Integrity Failures
  9. A09:2021 - Logging & Monitoring Failures
  10. A10:2021 - Server-Side Request Forgery (SSRF)

Token Optimization

Expected range: 600–1,000 tokens (quick scan), 1,500–3,000 tokens (full scan)

Caching: Caches vulnerability patterns in .claude/cache/owasp-check/patterns/ for 7 days.

Early exit: Returns immediately on critical findings to surface them without scanning low-priority code.

Patterns used: Grep-before-Read, early exit, git diff scope default, caching, progressive disclosure