static-spa-conversion
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill instructions and templates promote secure development practices. The provided JavaScript helper function
elexplicitly usesdocument.createTextNodeandsetAttributeinstead ofinnerHTML, which effectively prevents Cross-Site Scripting (XSS) vulnerabilities when rendering course content. - [COMMAND_EXECUTION]: The skill recommends using
npx servefor local development. This is a standard, well-known utility for serving static files over HTTP and does not pose a security risk in this context. - [EXTERNAL_DOWNLOADS]: The HTML template references Google Fonts (
fonts.googleapis.comandfonts.gstatic.com). These are recognized as well-known, trusted services and the references are documented neutrally. - [DATA_EXFILTRATION]: The skill uses
localStoragefor persisting user progress. This data remains on the user's machine, is scoped to the origin of the site, and there is no logic present to exfiltrate this data to external servers. - [PROMPT_INJECTION]: No evidence of prompt injection, role-play bypasses, or instructions to ignore safety guidelines were found in the skill metadata or body.
Audit Metadata