Skip to main content

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
14Default base address: `https://localhost/`.
low line 38

External URL reference

SourceSKILL.md
38mock.For(new HttpMethod("PROPFIND"), "https://localhost/dav/*").RespondsWithStatus(HttpStatusCode.OK);
low line 57

External URL reference

SourceSKILL.md
57mock.ForGet("https://api.example.com/users/*?q=*").RespondsWithStatus(HttpStatusCode.OK);
low line 58

External URL reference

SourceSKILL.md
58mock.ForPatch("http://*.example.com/*").RespondsWithStatus(HttpStatusCode.OK);
low line 96

External URL reference

SourceSKILL.md
96mock.ForGet().WithPath("/odata/items").RespondsWithODataResult(HttpStatusCode.OK, items, "https://localhost/$metadata#Items");
Scanned on Jun 7, 2026
View Security Dashboard
Installation guide →
GitHub Stars 38
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
dennisdoomen/mockly