Skip to main content

codegeass-testing

Conducts comprehensive pre-merge testing for CodeGeass, ensuring PR changes and regression tests are executed effectively.

Install this skill

or
0/100

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

high line 38

Curl to non-GitHub URL

SourceSKILL.md
38!`curl -s http://localhost:8001/health 2>&1 || echo "Dashboard not running"`
medium line 57

Curl to non-GitHub URL

SourceSKILL.md
57curl -s http://localhost:8001/health || {
medium line 95

Curl to non-GitHub URL

SourceSKILL.md
95curl -s "http://localhost:8001/api/tasks?search=test" | python3 -c "
medium line 102

Curl to non-GitHub URL

SourceSKILL.md
102curl -s "http://localhost:8001/api/tasks?tags=test" | python3 -c "
medium line 109

Curl to non-GitHub URL

SourceSKILL.md
109curl -s "http://localhost:8001/api/tasks?status=success" | python3 -c "
medium line 115

Curl to non-GitHub URL

SourceSKILL.md
115curl -s "http://localhost:8001/api/tasks?model=opus" | python3 -c "
medium line 121

Curl to non-GitHub URL

SourceSKILL.md
121curl -s "http://localhost:8001/api/tasks?enabled=true" | python3 -c "
medium line 127

Curl to non-GitHub URL

SourceSKILL.md
127curl -s "http://localhost:8001/api/tasks?search=test&enabled=true" | python3 -c "
medium line 146

Curl to non-GitHub URL

SourceSKILL.md
146curl -s "http://localhost:8001/api/tasks?search=" | python3 -c "
medium line 150

Curl to non-GitHub URL

SourceSKILL.md
150curl -s "http://localhost:8001/api/tasks?tags=nonexistent" | python3 -c "
medium line 154

Curl to non-GitHub URL

SourceSKILL.md
154curl -s "http://localhost:8001/api/tasks?status=invalid"
medium line 158

Curl to non-GitHub URL

SourceSKILL.md
158curl -s "http://localhost:8001/api/tasks?tags=test&tags=deploy" | python3 -c "
medium line 234

Curl to non-GitHub URL

SourceSKILL.md
234curl -s http://localhost:8001/health
medium line 235

Curl to non-GitHub URL

SourceSKILL.md
235curl -s http://localhost:8001/api/tasks
medium line 236

Curl to non-GitHub URL

SourceSKILL.md
236curl -s http://localhost:8001/api/skills
medium line 237

Curl to non-GitHub URL

SourceSKILL.md
237curl -s http://localhost:8001/api/scheduler/status
medium line 238

Curl to non-GitHub URL

SourceSKILL.md
238curl -s http://localhost:8001/api/logs?limit=5
medium line 239

Curl to non-GitHub URL

SourceSKILL.md
239curl -s http://localhost:8001/api/notifications/channels
medium line 240

Curl to non-GitHub URL

SourceSKILL.md
240curl -s http://localhost:8001/api/approvals
medium line 241

Curl to non-GitHub URL

SourceSKILL.md
241curl -s http://localhost:8001/api/executions
medium line 242

Curl to non-GitHub URL

SourceSKILL.md
242curl -s http://localhost:8001/api/projects
medium line 243

Curl to non-GitHub URL

SourceSKILL.md
243curl -s http://localhost:8001/api/providers
medium line 249

Curl to non-GitHub URL

SourceSKILL.md
249curl -s -X POST http://localhost:8001/api/tasks \
medium line 258

Curl to non-GitHub URL

SourceSKILL.md
258curl -s -X DELETE http://localhost:8001/api/tasks/$TASK_ID
medium line 271

Curl to non-GitHub URL

SourceSKILL.md
271curl -s http://localhost:8001/api/tasks/$TASK_ID | grep -q "cg-integration" && echo "PASS"
medium line 334

Curl to non-GitHub URL

SourceSKILL.md
334curl -s "http://localhost:8001/api/tasks?search=X"
medium line 335

Curl to non-GitHub URL

SourceSKILL.md
335curl -s "http://localhost:8001/api/tasks?tags=X"
medium line 336

Curl to non-GitHub URL

SourceSKILL.md
336curl -s "http://localhost:8001/api/tasks?status=X"
medium line 337

Curl to non-GitHub URL

SourceSKILL.md
337curl -s "http://localhost:8001/api/tasks?model=X"
medium line 338

Curl to non-GitHub URL

SourceSKILL.md
338curl -s "http://localhost:8001/api/tasks?enabled=X"
medium line 339

Curl to non-GitHub URL

SourceSKILL.md
339curl -s "http://localhost:8001/api/tasks?summary_only=true"
medium line 344

Curl to non-GitHub URL

SourceSKILL.md
344curl -s http://localhost:8001/api/skills
medium line 345

Curl to non-GitHub URL

SourceSKILL.md
345curl -s http://localhost:8001/api/skills/{name}
medium line 346

Curl to non-GitHub URL

SourceSKILL.md
346curl -s "http://localhost:8001/api/skills/{name}/preview?arguments=X"
medium line 352

Curl to non-GitHub URL

SourceSKILL.md
352curl -s "http://localhost:8001/api/tasks?search=security"
medium line 353

Curl to non-GitHub URL

SourceSKILL.md
353curl -s "http://localhost:8001/api/tasks?tags=deploy&enabled=true"
low line 38

External URL reference

SourceSKILL.md
38!`curl -s http://localhost:8001/health 2>&1 || echo "Dashboard not running"`
low line 57

External URL reference

SourceSKILL.md
57curl -s http://localhost:8001/health || {
low line 95

External URL reference

SourceSKILL.md
95curl -s "http://localhost:8001/api/tasks?search=test" | python3 -c "
low line 102

External URL reference

SourceSKILL.md
102curl -s "http://localhost:8001/api/tasks?tags=test" | python3 -c "
low line 109

External URL reference

SourceSKILL.md
109curl -s "http://localhost:8001/api/tasks?status=success" | python3 -c "
low line 115

External URL reference

SourceSKILL.md
115curl -s "http://localhost:8001/api/tasks?model=opus" | python3 -c "
low line 121

External URL reference

SourceSKILL.md
121curl -s "http://localhost:8001/api/tasks?enabled=true" | python3 -c "
low line 127

External URL reference

SourceSKILL.md
127curl -s "http://localhost:8001/api/tasks?search=test&enabled=true" | python3 -c "
low line 146

External URL reference

SourceSKILL.md
146curl -s "http://localhost:8001/api/tasks?search=" | python3 -c "
low line 150

External URL reference

SourceSKILL.md
150curl -s "http://localhost:8001/api/tasks?tags=nonexistent" | python3 -c "
low line 154

External URL reference

SourceSKILL.md
154curl -s "http://localhost:8001/api/tasks?status=invalid"
low line 158

External URL reference

SourceSKILL.md
158curl -s "http://localhost:8001/api/tasks?tags=test&tags=deploy" | python3 -c "
low line 234

External URL reference

SourceSKILL.md
234curl -s http://localhost:8001/health
low line 235

External URL reference

SourceSKILL.md
235curl -s http://localhost:8001/api/tasks
low line 236

External URL reference

SourceSKILL.md
236curl -s http://localhost:8001/api/skills
low line 237

External URL reference

SourceSKILL.md
237curl -s http://localhost:8001/api/scheduler/status
low line 238

External URL reference

SourceSKILL.md
238curl -s http://localhost:8001/api/logs?limit=5
low line 239

External URL reference

SourceSKILL.md
239curl -s http://localhost:8001/api/notifications/channels
low line 240

External URL reference

SourceSKILL.md
240curl -s http://localhost:8001/api/approvals
low line 241

External URL reference

SourceSKILL.md
241curl -s http://localhost:8001/api/executions
low line 242

External URL reference

SourceSKILL.md
242curl -s http://localhost:8001/api/projects
low line 243

External URL reference

SourceSKILL.md
243curl -s http://localhost:8001/api/providers
low line 249

External URL reference

SourceSKILL.md
249curl -s -X POST http://localhost:8001/api/tasks \
low line 258

External URL reference

SourceSKILL.md
258curl -s -X DELETE http://localhost:8001/api/tasks/$TASK_ID
low line 271

External URL reference

SourceSKILL.md
271curl -s http://localhost:8001/api/tasks/$TASK_ID | grep -q "cg-integration" && echo "PASS"
low line 334

External URL reference

SourceSKILL.md
334curl -s "http://localhost:8001/api/tasks?search=X"
low line 335

External URL reference

SourceSKILL.md
335curl -s "http://localhost:8001/api/tasks?tags=X"
low line 336

External URL reference

SourceSKILL.md
336curl -s "http://localhost:8001/api/tasks?status=X"
low line 337

External URL reference

SourceSKILL.md
337curl -s "http://localhost:8001/api/tasks?model=X"
low line 338

External URL reference

SourceSKILL.md
338curl -s "http://localhost:8001/api/tasks?enabled=X"
low line 339

External URL reference

SourceSKILL.md
339curl -s "http://localhost:8001/api/tasks?summary_only=true"
low line 344

External URL reference

SourceSKILL.md
344curl -s http://localhost:8001/api/skills
low line 345

External URL reference

SourceSKILL.md
345curl -s http://localhost:8001/api/skills/{name}
low line 346

External URL reference

SourceSKILL.md
346curl -s "http://localhost:8001/api/skills/{name}/preview?arguments=X"
low line 352

External URL reference

SourceSKILL.md
352curl -s "http://localhost:8001/api/tasks?search=security"
low line 353

External URL reference

SourceSKILL.md
353curl -s "http://localhost:8001/api/tasks?tags=deploy&enabled=true"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →
GitHub Stars 106
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
majiayu000/claude-skill-registry