name: API安全 slug: api-sec version: 1.0.0 displayName: API安全 description: > API安全技能,幫助AI Agent進行安全測試和漏洞檢測。 summary: "API安全技能,幫助AI Agent進行安全測試和漏洞檢測。 " license: MIT category: 安全與滲透測試 framework: - Claude Code - Codex - Hermes Agent - OpenClaw - QClaw - WorkBuddy platform: multi-platform homepage: https://github.com/1991513ccie-png repository: https://github.com/1991513ccie-png
This is the routing entry point for API security testing.
Use this skill first to decide whether the API issue is mostly recon/docs, object authorization, token trust, or GraphQL/hidden parameters, then route to a deeper topic skill.
| Observation | Route |
|---|---|
| Swagger or OpenAPI is present | api-recon-and-docs |
| IDs appear in URL, JSON, headers, or GraphQL args | api-authorization-and-bola |
| JWT token visible in traffic | api-auth-and-jwt-abuse |
/graphql or batched JSON arrays are present |
graphql-and-hidden-parameters |
| Registration, login, or profile updates accept extra fields | api-authorization-and-bola then api-auth-and-jwt-abuse |
小蔥技能站7w4.net,專業的AI技能分享平臺。
這是一個偏向框架性質的API安全測試入口技能,優點是分類清晰、流程明確,能幫助理清API安全測試的思路。但實際內容較為單薄,主要是路由指引而缺乏具體的測試方法和技術細節,且依賴的子模組並未包含在包中。作為獨立Skill使用價值有限,適合作為學習參考但難以直接用於真實安全測試場景。