wiremock
Facilitates the creation of HTTP mock servers for advanced request matching, recording, and proxying using WireMock.
Install this skill
or
68/100
Security score
The wiremock skill was audited on Mar 7, 2026 and we found 12 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 148
Curl to non-GitHub URL
SourceSKILL.md
| 148 | curl http://localhost:8080/api/users |
medium line 149
Curl to non-GitHub URL
SourceSKILL.md
| 149 | curl http://localhost:8080/api/products?category=electronics |
medium line 202
Curl to non-GitHub URL
SourceSKILL.md
| 202 | curl -X POST http://localhost:8080/__admin/mappings \ |
medium line 210
Curl to non-GitHub URL
SourceSKILL.md
| 210 | curl http://localhost:8080/__admin/mappings |
medium line 213
Curl to non-GitHub URL
SourceSKILL.md
| 213 | curl -X POST http://localhost:8080/__admin/reset |
low line 144
External URL reference
SourceSKILL.md
| 144 | --proxy-all="https://api.example.com" \ |
low line 148
External URL reference
SourceSKILL.md
| 148 | curl http://localhost:8080/api/users |
low line 149
External URL reference
SourceSKILL.md
| 149 | curl http://localhost:8080/api/products?category=electronics |
low line 202
External URL reference
SourceSKILL.md
| 202 | curl -X POST http://localhost:8080/__admin/mappings \ |
low line 210
External URL reference
SourceSKILL.md
| 210 | curl http://localhost:8080/__admin/mappings |
low line 213
External URL reference
SourceSKILL.md
| 213 | curl -X POST http://localhost:8080/__admin/reset |
low line 239
External URL reference
SourceSKILL.md
| 239 | MOCK_API_URL: http://localhost:8080 |
Scanned on Mar 7, 2026
View Security Dashboard