📦 apishield — API 端点安全审计
v1.0.0API 端点安全审计工具,可扫描路由定义,检测缺失的身份认证、速率限制配置、CORS 跨域问题以及输入验证漏洞,帮助开发者发现并修复 API 安全问题。
0· 0·0 当前·0 累计
by @suhteevah
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install apishield
镜像加速npx clawhub@latest install apishield --registry https://cn.longxiaskill.com
技能文档
API 端点安全审计工具。
功能特性
- 扫描路由定义检测缺失的身份认证
- 检查速率限制配置
- 分析 CORS 策略问题
- 发现输入验证漏洞
使用方法
apishield scan [options]
选项
--path: 指定要扫描的代码路径--format: 输出格式 (json, yaml, html)--severity: 过滤严重级别
示例
apishield scan --path ./src/routes --format json