idor-testing

Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications.

Content Preview
---
name: idor-testing
description: "Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications."
risk: unknown
source: community
author: zebbern
date_added: "2026-02-27"
---

# IDOR Vulnerability Testing

## Purpose

Provide systematic methodologies for identifying and exploiting Insecure Direct Object Reference (IDOR) vulnerabilities in web applications. This skill covers both database object references and static
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/idor-testing.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/idor-testing/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/idor-testing/SKILL.md

Related Skills