mockly
Facilitates writing unit and integration tests in .NET by mocking HTTP requests and responses with Mockly.
Install this skill
or
95/100
Security score
The mockly skill was audited on Jun 7, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 14
External URL reference
SourceSKILL.md
| 14 | Default base address: `https://localhost/`. |
low line 38
External URL reference
SourceSKILL.md
| 38 | mock.For(new HttpMethod("PROPFIND"), "https://localhost/dav/*").RespondsWithStatus(HttpStatusCode.OK); |
low line 57
External URL reference
SourceSKILL.md
| 57 | mock.ForGet("https://api.example.com/users/*?q=*").RespondsWithStatus(HttpStatusCode.OK); |
low line 58
External URL reference
SourceSKILL.md
| 58 | mock.ForPatch("http://*.example.com/*").RespondsWithStatus(HttpStatusCode.OK); |
low line 96
External URL reference
SourceSKILL.md
| 96 | mock.ForGet().WithPath("/odata/items").RespondsWithODataResult(HttpStatusCode.OK, items, "https://localhost/$metadata#Items"); |
Scanned on Jun 7, 2026
View Security Dashboard