Skip to main content

openapi-analyzer

Analyzes OpenAPI specifications to validate endpoints, generate tests, and ensure API compliance for MikoPBX.

Install this skill

or
72/100

Security score

The openapi-analyzer skill was audited on Feb 28, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 61

Curl to non-GitHub URL

SourceSKILL.md
61docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification > /tmp/mikopbx_openapi.json
medium line 324

Curl to non-GitHub URL

SourceSKILL.md
324docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification > /tmp/openapi.json
medium line 364

Curl to non-GitHub URL

SourceSKILL.md
364docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification > "$SPEC_FILE"
medium line 475

Curl to non-GitHub URL

SourceSKILL.md
475docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification
low line 52

External URL reference

SourceSKILL.md
52- **Internal (no auth)**: `http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification`
low line 53

External URL reference

SourceSKILL.md
53- **External (auth required)**: `https://mikopbx-php83.localhost:8445/pbxcore/api/v3/openapi:getSpecification`
low line 61

External URL reference

SourceSKILL.md
61docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification > /tmp/mikopbx_openapi.json
low line 71

External URL reference

SourceSKILL.md
71https://mikopbx-php83.localhost:8445/pbxcore/api/v3/openapi:getSpecification \
low line 324

External URL reference

SourceSKILL.md
324docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification > /tmp/openapi.json
low line 364

External URL reference

SourceSKILL.md
364docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification > "$SPEC_FILE"
low line 475

External URL reference

SourceSKILL.md
475docker exec $CONTAINER_ID curl -s http://mikopbx-php83.localhost:8081/pbxcore/api/v3/openapi:getSpecification
low line 526

External URL reference

SourceSKILL.md
526- OpenAPI 3.1.0 Specification: https://spec.openapis.org/oas/v3.1.0
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →