abtesting
Facilitates A/B testing workflows, enabling experiment design, statistical significance testing, and sample size analysis for data-driven decisions.
Install this skill
or
67/100
Security score
The abtesting skill was audited on Mar 1, 2026 and we found 5 security issues across 2 threat categories, including 2 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
high line 42
Curl to non-GitHub URL
SourceSKILL.md
| 42 | `curl -H "Authorization: Bearer $ABTEST_API_KEY" -d '{"control': [50, 55], 'treatment': [60, 65], 'metric': 'mean'}" https://api.openclaw.ai/abtesting/significance` |
high line 75
Curl to non-GitHub URL
SourceSKILL.md
| 75 | Run: `curl -H "Authorization: Bearer $ABTEST_API_KEY" -d '{"control": [100,120], "treatment": [140,150], "metric": "mean"}' https://api.openclaw.ai/abtesting/significance`. |
low line 35
External URL reference
SourceSKILL.md
| 35 | Use the OpenClaw CLI for A/B testing commands. Set up with `export ABTEST_API_KEY=your_key`. Example API endpoint: `POST https://api.openclaw.ai/abtesting/experiments`. |
low line 42
External URL reference
SourceSKILL.md
| 42 | `curl -H "Authorization: Bearer $ABTEST_API_KEY" -d '{"control': [50, 55], 'treatment': [60, 65], 'metric': 'mean'}" https://api.openclaw.ai/abtesting/significance` |
low line 75
External URL reference
SourceSKILL.md
| 75 | Run: `curl -H "Authorization: Bearer $ABTEST_API_KEY" -d '{"control": [100,120], "treatment": [140,150], "metric": "mean"}' https://api.openclaw.ai/abtesting/significance`. |
Scanned on Mar 1, 2026
View Security Dashboard