umbraco-msw-testing
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Standard Testing Tooling (SAFE): The skill utilizes MSW (Mock Service Worker), a widely-adopted and trusted industry standard for API mocking in frontend development and testing.
- No Remote Code Execution (SAFE): While the
package.jsoncontains apostinstallscript usingnpx msw init, this is the official method for initializing the library and does not execute arbitrary remote scripts. - Controlled Network Environment (SAFE): Network requests are directed toward local, mocked endpoints (
/umbraco/management/api/v1/...). No data exfiltration or calls to untrusted external domains were found. - Mock Data Safety (SAFE): The mock database (
items.db.ts) contains only static, illustrative data for testing purposes with no hardcoded credentials or sensitive information. - No Obfuscation (SAFE): The
mockServiceWorker.jsfile is the standard generated asset from the MSW library and contains no malicious obfuscation or hidden logic.
Audit Metadata