Agent Skill
2/7/2026

a01-broken-access-control

Skills for testing broken access control vulnerabilities including IDOR, CSRF, CORS misconfigurations, and open redirects per OWASP A01:2021.

O
omkar
0GitHub Stars
1Views
npx skills add omkar-ukirde/RedStrike.AI

SKILL.md

Namea01-broken-access-control
DescriptionSkills for testing broken access control vulnerabilities including IDOR, CSRF, CORS misconfigurations, and open redirects per OWASP A01:2021.

name: a01-broken-access-control description: Skills for testing broken access control vulnerabilities including IDOR, CSRF, CORS misconfigurations, and open redirects per OWASP A01:2021. compatibility: Requires Burp Suite for testing allowed-tools: burpsuite curl metadata: owasp: A01:2021 category: web

Broken Access Control (OWASP A01)

Access control enforces policy such that users cannot act outside their intended permissions.

Skills

  • IDOR - Insecure Direct Object Reference exploitation
  • CSRF - Cross-Site Request Forgery attacks
  • CORS Bypass - CORS misconfiguration exploitation
  • Open Redirect - URL redirect manipulation

Quick Reference

AttackRiskDetection
IDORHighModify object IDs in requests
CSRFMediumCheck for missing/weak tokens
CORSMediumTest Origin header reflection
Open RedirectLow-MediumTest redirect parameters
Skills Info
Original Name:a01-broken-access-controlAuthor:omkar