umbraco-mocked-backoffice
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE] (SAFE): The provided files are purely documentation and architectural patterns for Umbraco development.
- [COMMAND_EXECUTION] (LOW): The documentation contains examples of running development commands like
npm run devand setting local environment variables (VITE_EXAMPLE_PATH,UMBRACO_CLIENT_PATH). These are standard practices for configuring local development environments and do not pose a security risk in this context. - [DYNAMIC_EXECUTION] (SAFE): The use of dynamic
import()statements in the provided TypeScript examples is a standard Vite/ESM pattern for conditional code loading and does not constitute an unsafe dynamic execution vulnerability.
Audit Metadata