testany-trigger
Manages triggers for Testany platform, enabling immediate pipeline execution and configuration of automated plans and webhooks.
Install this skill
Security score
The testany-trigger skill was audited on Jun 2, 2026 and we found 13 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 226 | ```yaml |
Template literal with variable interpolation in command context
| 236 | ```groovy |
Webhook reference - potential data exfiltration
| 32 | - 创建/查询/更新/删除 Gatekeeper(Webhook 触发器) |
Webhook reference - potential data exfiltration
| 36 | - 提供可复制的 Webhook / CI 集成示例 |
Webhook reference - potential data exfiltration
| 63 | | Gatekeeper | 完整 | 有(含 pipeline 绑定与 webhook URL) | 直接通过 MCP 完成全流程 | |
Webhook reference - potential data exfiltration
| 107 | | Gatekeeper | 外部事件驱动执行,如 CI/CD、告警、Webhook | |
Webhook reference - potential data exfiltration
| 173 | Manual Trigger 用于按需执行一个或多个 pipeline,不依赖定时调度,也不依赖外部 webhook。 |
Webhook reference - potential data exfiltration
| 190 | ## Gatekeeper(Webhook / 事件驱动) |
Webhook reference - potential data exfiltration
| 194 | Gatekeeper 通过 Webhook 触发一个 pipeline group 的执行。 |
Webhook reference - potential data exfiltration
| 216 | ### Webhook URL 获取 |
Webhook reference - potential data exfiltration
| 229 | curl -X POST "${{ secrets.TESTANY_GATEKEEPER_WEBHOOK_URL }}" \ |
Webhook reference - potential data exfiltration
| 240 | curl -X POST "${TESTANY_GATEKEEPER_WEBHOOK_URL}" \ |
Webhook reference - potential data exfiltration
| 261 | - 返回 Webhook URL(通过 testany_get_gatekeeper 获取;无权限时为 null) |