experience-ui-bundle-frontend-generate
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements strict architectural guidelines for React development, including the use of path aliases and standardized component libraries (shadcn/ui), which reduces the risk of malicious code injection via deceptive imports.
- [SAFE]: Instructions for routing include dynamic basename derivation from the document's base URL, a standard practice for micro-frontends and hosted platforms like Salesforce, with no signs of URL manipulation or redirection to untrusted domains.
- [SAFE]: The skill explicitly forbids the use of the 'any' type in TypeScript and mandates the use of type guards and generics, promoting code safety and preventing common vulnerabilities associated with type unsafety.
- [SAFE]: Security-related guidance is provided for page-level access control, including the use of PrivateRoute and AuthenticationRoute components and referencing centralized authentication configuration rather than hardcoding paths.
- [SAFE]: Verification steps involve standard local development commands (linting and building) and do not include any remote script execution or unverifiable third-party dependency installation.
Audit Metadata