๐Ÿ”’
QualityGo

BOLA API Tester

by xalgord

BOLA API Tester is a Quality skill for Claude Code, published by xalgord in xalgorix.

852 stars153 forkson xalgord/xalgorixAdded 2026/08/12+1% in starsRepository updated 2026/08/11
ai-agentai-securityautomationautonomous-pentestingbug-bountycybersecurityethical-hackinggolangpenetration-testingpentestpentesting-toolsreconsecuritysecurity-researchsecurity-toolstypescriptvulnerability-detectionvulnerability-scanner
Install in seconds
Install BOLA API Tester
Copy BOLA API Tester into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/xalgorix/xalgorix/tree/main/internal/tools/skills/data/api-security/testing-api-for-broken-object-level-authorization ~/.claude/skills/testing-api-for-broken-object-level-authorization

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/xalgorix/xalgorix.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
internal/tools/skills/data/api-security/testing-api-for-broken-object-level-authorization/SKILL.md in xalgord/xalgorix
Installs to
~/.claude/skills/testing-api-for-broken-object-level-authorization
Collection
One of 51 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What BOLA API Tester does

BOLA API Tester checks REST and GraphQL endpoints for broken object level authorization issues. Use it when validating that authenticated users cannot access other users' objects across paths, query parameters, bodies, or GraphQL IDs.

BOLA API Tester is cataloged under Quality on DirSkills. BOLA API Tester comes from a repository tagged ai-agent, ai-security, automation, autonomous-pentesting and bug-bounty.

Documentation

README

Testing API for Broken Object Level Authorization

When to Use

  • Assessing REST or GraphQL APIs that use object identifiers in URL paths, query parameters, or request bodies
  • Performing OWASP API Security Top 10 assessments where API1:2023 (BOLA) must be tested
  • Testing multi-tenant SaaS applications where users from different tenants should not access each other's data
  • Validating that API endpoints enforce per-object authorization checks beyond just authentication
  • Evaluating APIs after new endpoints are added to ensure authorization middleware is applied consistently

Do not use without written authorization from the API owner. BOLA testing involves accessing or attempting to access other users' data, which requires explicit permission.

This is the opening of the README. Read the full README on GitHub.

Commands BOLA API Tester provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /graphql

Frequently asked about BOLA API Tester

  • What else does xalgord publish alongside BOLA API Tester?

    BOLA API Tester is one of 51 skills that DirSkills catalogs from xalgord/xalgorix, the repository it ships in. Its siblings there include AFL++ Fuzzing, AI Security Guardrails and AI-Assisted Vulnerability Discovery. Each one is a separate skill with its own page in this directory, installs the same way BOLA API Tester does, and is maintained by xalgord in that same repository. The rest of the collection is listed on the xalgord/xalgorix page.

  • How does BOLA API Tester compare to other Quality skills?

    BOLA API Tester ranks #917 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of BOLA API Tester against them. Open each page to compare what they document and how they install.

More from xalgord/xalgorix

BOLA API Tester is one of 51 skills cataloged on DirSkills from xalgord/xalgorix.

See all 51 skills โ†’
๐Ÿงช
3w ago

AFL++ Fuzzing

AFL++ Fuzzing performs coverage-guided fuzzing of compiled binaries to find crashes and hangs. Use it when instrumenting a target, preparing seed corpora, and triaging unique findings during security testing.
Quality
852153
๐Ÿ›ก๏ธ
2026/07/20

AI Security Guardrails

Implement input and output validation guardrails to prevent prompt injection, jailbreaks, PII leaks, and off-topic responses in LLM-powered applications.
AI Engineering
852151
๐Ÿ›ก๏ธ
2026/07/20

AI-Assisted Vulnerability Discovery

Uses LLMs to generate valid fuzzing seeds, evolve grammars from coverage feedback, and help reproduce and triage crashes in authorized security research. Also supports evidence-based analysis of Burp traffic and report drafting.
AI Engineering
852151
๐Ÿ›ก๏ธ
2026/07/20

API Abuse Detection with Rate Limiting

Implements API abuse detection using token bucket, sliding window, and adaptive rate limiting algorithms to prevent DDoS, brute force, and scraping attacks. Includes distributed Redis-backed limiters with verification steps.
DevOps
852151
๐Ÿ”
3w ago

API Authentication Testing

API Authentication Testing checks REST API auth for bypasses, weak JWT validation, exposed endpoints, and token lifecycle issues. Use it when validating login, session, refresh, or API key protections before release.
Quality
852153
๐Ÿ”
2026/07/20

API Fuzzing with RESTler

Uses Microsoft RESTler to perform stateful REST API fuzzing by automatically generating and executing test sequences.
Quality
852151