codegeass-testing
Conducts comprehensive pre-merge testing for CodeGeass, ensuring PR changes and regression tests are executed effectively.
Install this skill
Security score
The codegeass-testing skill was audited on Feb 9, 2026 and we found 72 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 38 | !`curl -s http://localhost:8001/health 2>&1 || echo "Dashboard not running"` |
Curl to non-GitHub URL
| 57 | curl -s http://localhost:8001/health || { |
Curl to non-GitHub URL
| 95 | curl -s "http://localhost:8001/api/tasks?search=test" | python3 -c " |
Curl to non-GitHub URL
| 102 | curl -s "http://localhost:8001/api/tasks?tags=test" | python3 -c " |
Curl to non-GitHub URL
| 109 | curl -s "http://localhost:8001/api/tasks?status=success" | python3 -c " |
Curl to non-GitHub URL
| 115 | curl -s "http://localhost:8001/api/tasks?model=opus" | python3 -c " |
Curl to non-GitHub URL
| 121 | curl -s "http://localhost:8001/api/tasks?enabled=true" | python3 -c " |
Curl to non-GitHub URL
| 127 | curl -s "http://localhost:8001/api/tasks?search=test&enabled=true" | python3 -c " |
Curl to non-GitHub URL
| 146 | curl -s "http://localhost:8001/api/tasks?search=" | python3 -c " |
Curl to non-GitHub URL
| 150 | curl -s "http://localhost:8001/api/tasks?tags=nonexistent" | python3 -c " |
Curl to non-GitHub URL
| 154 | curl -s "http://localhost:8001/api/tasks?status=invalid" |
Curl to non-GitHub URL
| 158 | curl -s "http://localhost:8001/api/tasks?tags=test&tags=deploy" | python3 -c " |
Curl to non-GitHub URL
| 234 | curl -s http://localhost:8001/health |
Curl to non-GitHub URL
| 235 | curl -s http://localhost:8001/api/tasks |
Curl to non-GitHub URL
| 236 | curl -s http://localhost:8001/api/skills |
Curl to non-GitHub URL
| 237 | curl -s http://localhost:8001/api/scheduler/status |
Curl to non-GitHub URL
| 238 | curl -s http://localhost:8001/api/logs?limit=5 |
Curl to non-GitHub URL
| 239 | curl -s http://localhost:8001/api/notifications/channels |
Curl to non-GitHub URL
| 240 | curl -s http://localhost:8001/api/approvals |
Curl to non-GitHub URL
| 241 | curl -s http://localhost:8001/api/executions |
Curl to non-GitHub URL
| 242 | curl -s http://localhost:8001/api/projects |
Curl to non-GitHub URL
| 243 | curl -s http://localhost:8001/api/providers |
Curl to non-GitHub URL
| 249 | curl -s -X POST http://localhost:8001/api/tasks \ |
Curl to non-GitHub URL
| 258 | curl -s -X DELETE http://localhost:8001/api/tasks/$TASK_ID |
Curl to non-GitHub URL
| 271 | curl -s http://localhost:8001/api/tasks/$TASK_ID | grep -q "cg-integration" && echo "PASS" |
Curl to non-GitHub URL
| 334 | curl -s "http://localhost:8001/api/tasks?search=X" |
Curl to non-GitHub URL
| 335 | curl -s "http://localhost:8001/api/tasks?tags=X" |
Curl to non-GitHub URL
| 336 | curl -s "http://localhost:8001/api/tasks?status=X" |
Curl to non-GitHub URL
| 337 | curl -s "http://localhost:8001/api/tasks?model=X" |
Curl to non-GitHub URL
| 338 | curl -s "http://localhost:8001/api/tasks?enabled=X" |
Curl to non-GitHub URL
| 339 | curl -s "http://localhost:8001/api/tasks?summary_only=true" |
Curl to non-GitHub URL
| 344 | curl -s http://localhost:8001/api/skills |
Curl to non-GitHub URL
| 345 | curl -s http://localhost:8001/api/skills/{name} |
Curl to non-GitHub URL
| 346 | curl -s "http://localhost:8001/api/skills/{name}/preview?arguments=X" |
Curl to non-GitHub URL
| 352 | curl -s "http://localhost:8001/api/tasks?search=security" |
Curl to non-GitHub URL
| 353 | curl -s "http://localhost:8001/api/tasks?tags=deploy&enabled=true" |
External URL reference
| 38 | !`curl -s http://localhost:8001/health 2>&1 || echo "Dashboard not running"` |
External URL reference
| 57 | curl -s http://localhost:8001/health || { |
External URL reference
| 95 | curl -s "http://localhost:8001/api/tasks?search=test" | python3 -c " |
External URL reference
| 102 | curl -s "http://localhost:8001/api/tasks?tags=test" | python3 -c " |
External URL reference
| 109 | curl -s "http://localhost:8001/api/tasks?status=success" | python3 -c " |
External URL reference
| 115 | curl -s "http://localhost:8001/api/tasks?model=opus" | python3 -c " |
External URL reference
| 121 | curl -s "http://localhost:8001/api/tasks?enabled=true" | python3 -c " |
External URL reference
| 127 | curl -s "http://localhost:8001/api/tasks?search=test&enabled=true" | python3 -c " |
External URL reference
| 146 | curl -s "http://localhost:8001/api/tasks?search=" | python3 -c " |
External URL reference
| 150 | curl -s "http://localhost:8001/api/tasks?tags=nonexistent" | python3 -c " |
External URL reference
| 154 | curl -s "http://localhost:8001/api/tasks?status=invalid" |
External URL reference
| 158 | curl -s "http://localhost:8001/api/tasks?tags=test&tags=deploy" | python3 -c " |
External URL reference
| 234 | curl -s http://localhost:8001/health |
External URL reference
| 235 | curl -s http://localhost:8001/api/tasks |
External URL reference
| 236 | curl -s http://localhost:8001/api/skills |
External URL reference
| 237 | curl -s http://localhost:8001/api/scheduler/status |
External URL reference
| 238 | curl -s http://localhost:8001/api/logs?limit=5 |
External URL reference
| 239 | curl -s http://localhost:8001/api/notifications/channels |
External URL reference
| 240 | curl -s http://localhost:8001/api/approvals |
External URL reference
| 241 | curl -s http://localhost:8001/api/executions |
External URL reference
| 242 | curl -s http://localhost:8001/api/projects |
External URL reference
| 243 | curl -s http://localhost:8001/api/providers |
External URL reference
| 249 | curl -s -X POST http://localhost:8001/api/tasks \ |
External URL reference
| 258 | curl -s -X DELETE http://localhost:8001/api/tasks/$TASK_ID |
External URL reference
| 271 | curl -s http://localhost:8001/api/tasks/$TASK_ID | grep -q "cg-integration" && echo "PASS" |
External URL reference
| 334 | curl -s "http://localhost:8001/api/tasks?search=X" |
External URL reference
| 335 | curl -s "http://localhost:8001/api/tasks?tags=X" |
External URL reference
| 336 | curl -s "http://localhost:8001/api/tasks?status=X" |
External URL reference
| 337 | curl -s "http://localhost:8001/api/tasks?model=X" |
External URL reference
| 338 | curl -s "http://localhost:8001/api/tasks?enabled=X" |
External URL reference
| 339 | curl -s "http://localhost:8001/api/tasks?summary_only=true" |
External URL reference
| 344 | curl -s http://localhost:8001/api/skills |
External URL reference
| 345 | curl -s http://localhost:8001/api/skills/{name} |
External URL reference
| 346 | curl -s "http://localhost:8001/api/skills/{name}/preview?arguments=X" |
External URL reference
| 352 | curl -s "http://localhost:8001/api/tasks?search=security" |
External URL reference
| 353 | curl -s "http://localhost:8001/api/tasks?tags=deploy&enabled=true" |