Files
CyberStrikeAI/tools/api-schema-analyzer.yaml
2025-11-08 22:57:03 +08:00

38 lines
790 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "api-schema-analyzer"
command: "spectral"
enabled: true
short_description: "API模式分析工具识别潜在安全问题"
description: |
分析API模式OpenAPI/Swagger/GraphQL并识别潜在安全问题。
**主要功能:**
- API模式分析
- 安全问题识别
- 端点发现
- 建议生成
**使用场景:**
- API安全审计
- 模式分析
- 安全问题发现
- 安全评估
parameters:
- name: "schema_url"
type: "string"
description: "API模式URLOpenAPI/Swagger/GraphQL"
required: true
flag: "-s"
format: "flag"
- name: "schema_type"
type: "string"
description: "模式类型openapi, swagger, graphql"
required: false
default: "openapi"
flag: "--type"
format: "flag"