motion-sv
Pass
Audited by Gen Agent Trust Hub on Mar 13, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several external resources for its web interface and examples:
- Loads a web analytics script from
assets.onedollarstats.comin the main layout. - Fetches images and icons for demonstration purposes from public CDNs including
unsplash.com,picsum.photos, andsimpleicons.org. - Provides links to reputable AI services (ChatGPT, Claude, v0, etc.) through the 'Open in chat' feature to assist developers with component integration.
- [SAFE]: The codebase primarily consists of UI components, documentation, and registry configuration files. It does not perform sensitive filesystem operations, handle credentials, or include dangerous command execution patterns. The skill proactively sanitizes rendered code snippets using
isomorphic-dompurifyto prevent potential XSS vulnerabilities in the documentation viewer.
Audit Metadata