polpo-ui
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill guides users to scaffold new projects and manage UI components using the
npx create-polpo-appandnpx @polpo-ai/ui addcommands. These tools are standard CLI utilities provided by the vendor (lumea-labs) for their ecosystem. - [EXTERNAL_DOWNLOADS]: The instructions list several npm packages for installation, primarily under the official
@polpo-aiscope, alongside well-known community libraries such asreact-virtuosoandlucide-react. - [SAFE]: The code snippets demonstrate secure handling of sensitive data by utilizing environment variables for API keys (e.g.,
NEXT_PUBLIC_POLPO_API_KEY) rather than hardcoding values. - [SAFE]: The use of
dangerouslySetInnerHTMLin the theming documentation is limited to a hardcoded, benign script for theme initialization (anti-flash) which is a common and safe pattern in modern web development.
Audit Metadata