api-sec

Route API security testing to relevant sub-skills via the Skill Map.

120|8|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Prohao42/aimy-sikll --skill api-sec-prohao42
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-sec
Source: https://github.com/Prohao42/aimy-sikll/tree/main/ai-mian/hack-skills/skills/api-sec
Command: npx skills add https://github.com/Prohao42/aimy-sikll --skill api-sec-prohao42

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The routing hub helps AI agents decide which API security topic to tackle first (recon/docs, authorization, token abuse, or hidden-parameter scenarios) before diving into specifics.

Core Features & Use Cases

  • Routing decisions: automatically select the appropriate sub-skill based on endpoint characteristics and traffic patterns.
  • Guided triage: provides a structured path from discovery to targeted testing with the Skill Map.
  • Use Case: start with an API that exposes docs and endpoints, then route to authorization or JWT abuse tracks as needed.

Quick Start

Ask the agent to route API security testing to the most relevant sub-skill using the Skill Map.

Frequently Asked Questions about api-sec

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

FAQPage Schema
How do I route API security testing to the right authorization or JWT abuse track?

Route API security testing by evaluating endpoint characteristics and traffic patterns to automatically select the appropriate sub-skill, guiding AI agents from initial discovery to targeted authorization or JWT abuse testing.

What is the best way to triage API security testing for GraphQL and REST endpoints?

Triage API security testing for GraphQL and REST endpoints by using a structured Skill Map that separates object and data access concerns into distinct routing paths for safe, structured exploration.

How does API security routing handle hidden parameter discovery and BOLA vulnerabilities?

API security routing handles hidden parameter discovery and BOLA vulnerabilities by directing AI agents to a dedicated hidden-parameter scenario track after initial recon and docs evaluation is completed.

Can I use this API security routing for mobile backends and GraphQL endpoints?

Yes, you can use this API security routing for mobile backends and GraphQL endpoints, as it applies structured triage across both environments to identify token abuse and authorization flaws.

When do I need to separate object and data access concerns during API security testing?

You need to separate object and data access concerns during API security testing when an endpoint exposes distinct authorization paths, requiring structured routing to ensure safe and targeted vulnerability exploration.