doubleword-batches
Facilitates the creation and management of batch inference jobs using the Doubleword API for efficient AI processing.
Install this skill
or
54/100
Security score
The doubleword-batches skill was audited on Jun 8, 2026 and we found 18 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 118
Curl to non-GitHub URL
SourceSKILL.md
| 118 | curl https://api.doubleword.ai/v1/files \ |
medium line 133
Curl to non-GitHub URL
SourceSKILL.md
| 133 | curl https://api.doubleword.ai/v1/batches \ |
medium line 165
Curl to non-GitHub URL
SourceSKILL.md
| 165 | curl https://api.doubleword.ai/v1/batches/batch-xyz789 \ |
medium line 195
Curl to non-GitHub URL
SourceSKILL.md
| 195 | curl https://api.doubleword.ai/v1/files/file-output123/content \ |
medium line 229
Curl to non-GitHub URL
SourceSKILL.md
| 229 | curl https://api.doubleword.ai/v1/files/file-error123/content \ |
medium line 345
Curl to non-GitHub URL
SourceSKILL.md
| 345 | curl https://api.doubleword.ai/v1/batches?limit=10 \ |
medium line 356
Curl to non-GitHub URL
SourceSKILL.md
| 356 | curl https://api.doubleword.ai/v1/batches/batch-xyz789/cancel \ |
low line 20
External URL reference
SourceSKILL.md
| 20 | 1. **Doubleword Account** - Sign up at https://app.doubleword.ai/ |
low line 62
External URL reference
SourceSKILL.md
| 62 | 1. Navigate to Batches section at https://app.doubleword.ai/ |
low line 118
External URL reference
SourceSKILL.md
| 118 | curl https://api.doubleword.ai/v1/files \ |
low line 125
External URL reference
SourceSKILL.md
| 125 | Upload through the Batches section at https://app.doubleword.ai/ |
low line 133
External URL reference
SourceSKILL.md
| 133 | curl https://api.doubleword.ai/v1/batches \ |
low line 165
External URL reference
SourceSKILL.md
| 165 | curl https://api.doubleword.ai/v1/batches/batch-xyz789 \ |
low line 195
External URL reference
SourceSKILL.md
| 195 | curl https://api.doubleword.ai/v1/files/file-output123/content \ |
low line 229
External URL reference
SourceSKILL.md
| 229 | curl https://api.doubleword.ai/v1/files/file-error123/content \ |
low line 345
External URL reference
SourceSKILL.md
| 345 | curl https://api.doubleword.ai/v1/batches?limit=10 \ |
low line 356
External URL reference
SourceSKILL.md
| 356 | curl https://api.doubleword.ai/v1/batches/batch-xyz789/cancel \ |
low line 395
External URL reference
SourceSKILL.md
| 395 | 'https://api.doubleword.ai/v1/files/file-output123/content', |
Scanned on Jun 8, 2026
View Security Dashboard