Skip to main content

testany-import-git

Facilitates bulk registration of test scripts from Git repositories to Testany platform, ensuring continuous synchronization and management.

Install this skill

or
40/100

Security score

The testany-import-git skill was audited on Jun 2, 2026 and we found 12 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Testany Git 导入:把 Git 仓库里的测试脚本批量注册成 Testany platform cases,并持续同步、切 commit、演化 binding、配 webhook
medium line 4

Webhook reference - potential data exfiltration

SourceSKILL.md
4argument-hint: "[操作] [描述],如:连接 GitHub、从 owner/repo 建一个导入、同步一下、切到新的 commit、开 webhook"
medium line 63

Webhook reference - potential data exfiltration

SourceSKILL.md
63| Webhook 读 / 开关 / 轮换 | `testany_get_git_webhook_config` / `_update_git_webhook_config` / `_disable_git_webhook` / `_regenerate_git_webhook_secret` |
medium line 245

Webhook reference - potential data exfiltration

SourceSKILL.md
245## Phase 8:Webhook
medium line 249

Webhook reference - potential data exfiltration

SourceSKILL.md
249| 查看配置 | `testany_get_git_webhook_config` |
medium line 250

Webhook reference - potential data exfiltration

SourceSKILL.md
250| 启用 / 改 track_scope | `testany_update_git_webhook_config({webhook_enabled: true, track_scope?})` |
medium line 251

Webhook reference - potential data exfiltration

SourceSKILL.md
251| 关闭 | `testany_disable_git_webhook` |
medium line 252

Webhook reference - potential data exfiltration

SourceSKILL.md
252| 轮换 secret | `testany_regenerate_git_webhook_secret` |
medium line 254

Webhook reference - potential data exfiltration

SourceSKILL.md
254**关键纪律**:`webhook_secret` 只有**首次启用**或**刚 regenerate** 的响应里是明文,之后读全是 masked。一旦拿到明文:
medium line 258

Webhook reference - potential data exfiltration

SourceSKILL.md
2583. 让用户触发一次测试事件,观察 `webhook_status` 从 `pending_verification` → `verified`
medium line 265

Webhook reference - potential data exfiltration

SourceSKILL.md
2652. **webhook_secret 只出现一次**:首次启用或 regenerate 后必须立刻记下并同步到 Git 侧,否则只能再轮换
medium line 285

Webhook reference - potential data exfiltration

SourceSKILL.md
285| "webhook 收不到事件" | 看 `webhook_status`(`pending_verification` / `error`)+ `platform_setup_guide` |
Scanned on Jun 2, 2026
View Security Dashboard
Installation guide →