orbit-broken-access-control

Detect and mitigate Broken Access Control vulnerabilities in WordPress plugins.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-broken-access-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-broken-access-control
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-broken-access-control
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-broken-access-control

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Identifies and addresses Broken Access Control vulnerabilities, a major security risk in WordPress plugins, by auditing and mitigating common attack vectors.

Core Features & Use Cases

  • Deep Audit: Specializes in finding and addressing Broken Access Control vulnerabilities, such as IDOR, missing capability checks, and mass assignment.
  • Parallel Fetching: Retrieves live data on current attack statistics, CVEs, and OWASP references to keep the audit up-to-date.
  • Active Probing: Optionally runs active probes to test for vulnerabilities in real-time.
  • Output Reporting: Provides detailed findings and severity ratings for each identified vulnerability.

Quick Start

Analyze your WordPress plugin for broken access control vulnerabilities using the /orbit-broken-access-control command.

Frequently Asked Questions about orbit-broken-access-control

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a WordPress plugin for broken access control vulnerabilities?

To scan WordPress plugins for broken access control vulnerabilities, this Skill detects IDOR, missing capability checks, and mass assignment attack vectors. It cross-references live CVE data and OWASP references to deliver detailed findings with severity ratings.

What is broken access control in WordPress and how does IDOR affect plugin security?

Broken access control in WordPress occurs when plugins fail to properly enforce user permissions, allowing unauthorized actions. Insecure Direct Object Reference (IDOR) is a common pattern where attackers manipulate object IDs to access data they should not, which this Skill actively probes and audits.

Does this broken access control audit work with current CVEs and OWASP attack trends?

Yes, the broken access control audit works with current CVEs and OWASP attack trends by utilizing parallel fetching to retrieve live security data. This ensures your WordPress plugin vulnerability assessment stays up-to-date with the latest known threats and reference standards.

Can I run active probes to test for missing capability checks in real-time?

Yes, you can run active probes to test for missing capability checks in real-time. The Skill optionally executes these active probes against your WordPress environment to validate the presence of broken access control vulnerabilities during the security audit.

What is the best way to find mass assignment vulnerabilities in a custom WordPress plugin?

The best way to find mass assignment vulnerabilities in a custom WordPress plugin is through a specialized security audit. This Skill focuses on uncovering mass assignment and other broken access control flaws by analyzing code against live attack statistics and providing severity-rated reports.

What are the limitations of automated vulnerability assessment for WordPress plugins?

Automated vulnerability assessment for WordPress plugins focuses specifically on broken access control patterns like IDOR and missing capability checks. While it retrieves live CVE data and optionally runs active probes, it should be part of a broader security audit rather than a standalone validation method.