Skip to main content

api-specifications

Provides guidance for designing and documenting REST APIs in the Splits Network, ensuring consistency and adherence to standards.

Install this skill

or
89/100

Security score

The api-specifications skill was audited on Feb 27, 2026 and we found 3 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 128

Template literal with variable interpolation in command context

SourceSKILL.md
128query.ilike("name", `%${filters.search}%`);
medium line 486

Curl to non-GitHub URL

SourceSKILL.md
486curl -X GET "https://api.splits.network/api/v2/jobs?page=1&limit=25&status=active" \
low line 486

External URL reference

SourceSKILL.md
486curl -X GET "https://api.splits.network/api/v2/jobs?page=1&limit=25&status=active" \
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →