doubleword-batches
Facilitates batch processing of AI inference requests using the Doubleword API for efficient and cost-effective workloads.
Install this skill
or
57/100
Security score
The doubleword-batches skill was audited on Jun 8, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 76
Curl to non-GitHub URL
SourceSKILL.md
| 76 | curl https://api.doubleword.ai/v1/files \ |
medium line 89
Curl to non-GitHub URL
SourceSKILL.md
| 89 | curl https://api.doubleword.ai/v1/batches \ |
medium line 111
Curl to non-GitHub URL
SourceSKILL.md
| 111 | curl https://api.doubleword.ai/v1/batches/batch-xyz789 \ |
medium line 139
Curl to non-GitHub URL
SourceSKILL.md
| 139 | curl https://api.doubleword.ai/v1/files/file-output123/content \ |
medium line 170
Curl to non-GitHub URL
SourceSKILL.md
| 170 | curl https://api.doubleword.ai/v1/files/file-error123/content \ |
medium line 192
Curl to non-GitHub URL
SourceSKILL.md
| 192 | curl https://api.doubleword.ai/v1/batches?limit=10 \ |
medium line 199
Curl to non-GitHub URL
SourceSKILL.md
| 199 | curl https://api.doubleword.ai/v1/batches/batch-xyz789/cancel \ |
low line 76
External URL reference
SourceSKILL.md
| 76 | curl https://api.doubleword.ai/v1/files \ |
low line 89
External URL reference
SourceSKILL.md
| 89 | curl https://api.doubleword.ai/v1/batches \ |
low line 111
External URL reference
SourceSKILL.md
| 111 | curl https://api.doubleword.ai/v1/batches/batch-xyz789 \ |
low line 139
External URL reference
SourceSKILL.md
| 139 | curl https://api.doubleword.ai/v1/files/file-output123/content \ |
low line 170
External URL reference
SourceSKILL.md
| 170 | curl https://api.doubleword.ai/v1/files/file-error123/content \ |
low line 192
External URL reference
SourceSKILL.md
| 192 | curl https://api.doubleword.ai/v1/batches?limit=10 \ |
low line 199
External URL reference
SourceSKILL.md
| 199 | curl https://api.doubleword.ai/v1/batches/batch-xyz789/cancel \ |
low line 234
External URL reference
SourceSKILL.md
| 234 | 'https://api.doubleword.ai/v1/files/file-output123/content', |
Scanned on Jun 8, 2026
View Security Dashboard