umbraco-example-generator
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- SAFE (SAFE): No malicious code or exfiltration patterns detected. The code implements a standard feature toggle UI for the Umbraco CMS backoffice.
- COMMAND_EXECUTION (SAFE): The playwright.config.ts file includes a webServer command used to start a local development server for E2E testing. This is a standard practice in web development and occurs within the local environment context.
- DATA_EXPOSURE (SAFE): No credentials or sensitive data are exposed. The configuration in playwright.config.ts includes a hardcoded local developer path (/Users/philw/...), which is a best-practice violation for portability but not a security threat.
Audit Metadata