building-webapp-data-visualization
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions and boilerplate code for implementing data visualization components in a React application. All code samples utilize standard React patterns and well-known, trusted libraries such as 'recharts' and 'lucide-react'.
- [COMMAND_EXECUTION]: The skill includes shell commands for package installation ('npm install recharts') and project building ('npm run lint && npm run build'). These are standard development operations and are not executed automatically or from untrusted sources.
- [EXTERNAL_DOWNLOADS]: The skill references 'recharts' as a dependency. 'recharts' is a widely used, reputable open-source charting library for React and is considered a safe dependency.
- [DATA_EXPOSURE]: There are no signs of credential harvesting, sensitive file access, or unauthorized network operations. Data handling patterns shown in implementation guides focus on UI rendering and standard local API fetching.
Audit Metadata