endpoint-validator
Validates REST API endpoints for OpenAPI compliance and parameter consistency, ensuring robust API implementation.
Install this skill
or
82/100
Security score
The endpoint-validator skill was audited on Feb 28, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 239
Curl to non-GitHub URL
SourceSKILL.md
| 239 | curl -X POST "https://mikopbx-php83.localhost:8445/pbxcore/api/v3/extensions" \ |
medium line 246
Curl to non-GitHub URL
SourceSKILL.md
| 246 | curl -X PATCH "https://mikopbx-php83.localhost:8445/pbxcore/api/v3/extensions/{id}" \ |
medium line 457
Curl to non-GitHub URL
SourceSKILL.md
| 457 | curl -X PATCH "https://mikopbx-php83.localhost:8445/pbxcore/api/v3/extensions/123" \ |
low line 239
External URL reference
SourceSKILL.md
| 239 | curl -X POST "https://mikopbx-php83.localhost:8445/pbxcore/api/v3/extensions" \ |
low line 246
External URL reference
SourceSKILL.md
| 246 | curl -X PATCH "https://mikopbx-php83.localhost:8445/pbxcore/api/v3/extensions/{id}" \ |
low line 457
External URL reference
SourceSKILL.md
| 457 | curl -X PATCH "https://mikopbx-php83.localhost:8445/pbxcore/api/v3/extensions/123" \ |
Scanned on Feb 28, 2026
View Security Dashboard