Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurfMManus+14 more

    Authorization Boundary Test Reviewer

    by heyhridyansh

    1

    Audit authorization test coverage to find gaps in tenant isolation, object ownership, and privilege boundaries.

    Secure checkout via Stripe

    0 installsSecurity scanned

    See it in action

    You say

    Review the authorization tests for our new /api/v1/projects endpoint. We use a multi-tenant model with owners, editors, and viewers. I have attached the controller and the existing spec file.

    Your agent does

    Verdict: Material authorization test gaps. Score: 62/100. Critical Findings:

    • Missing cross-tenant denial tests for Project Update.
    • No tests for revoked user access or stale cache behavior. Required Additions:
    • Test: User B (Tenant B) attempts PUT on Project A (Tenant A) -> 403.

    What you get

    Audit tenant isolation to prevent cross-customer data access leaks.Identify missing negative tests for sensitive administrative operations.Verify that role revocation correctly invalidates permission caches.Validate object-level ownership enforcement across API endpoints.

    About this skill

    The problem

    Happy-path tests often pass while leaving catastrophic gaps in tenant isolation and object ownership. You cannot rely on code reviews alone to catch missing denial cases or privilege escalation risks in complex authorization logic.

    What it does

    • Analyzes test suites to ensure they prove cross-tenant read, write, and delete actions are strictly denied.
    • Maps a Subject-Object-Action matrix to identify missing negative tests for specific roles and permissions.
    • Reviews privilege transitions, including role demotion, revocation, and permission cache invalidation.
    • Evaluates service-account authority and background-job identities to prevent unbounded internal access.
    • Identifies field-level leakage in list, search, and aggregate endpoints that might bypass primary checks.

    Why this beats prompting it yourself

    General LLMs often mistake authentication for authorization or assume a UI check is sufficient. This skill uses a specialized rubric to hunt for identifier manipulation, stale cache vulnerabilities, and specific boundary failures that generic prompts overlook.

    Use cases

    • Verifying tenant isolation coverage before a multi-tenant SaaS release.
    • Auditing RBAC or ABAC test suites after adding sensitive administrative workflows.
    • Identifying gaps in object-level ownership checks for destructive actions like delete or export.
    • Reviewing service-account permissions to ensure least-privilege enforcement in internal services.

    Known limitations

    This tool reviews test logic and code definitions but cannot access live production environments or execute actual penetration tests. It does not replace the need for runtime security controls or formal threat modeling.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    30-day refund

    Not a fit? Get your money back

    Trust & safety

    Security scanned

    Verified clean today

    Listedtoday

    Creator

    heyhridyansh
    heyhridyansh

    27 skills on Agensi

    I create practical, AI-ready skills for Cursor, Claude Code, Codex CLI, Replit, and other agents that support the SKILL.md format. My skills focus on specific business and workflow problems, including ecommerce creative audits, design quality checks, prompt and skill validation, content systems, and process automation. Each skill is built with clear inputs, structured outputs, defined permissions, safeguards, and real-world usability.

    Frequently Asked Questions

    Popular in Code Review