beui-pro
Pass
Audited by Gen Agent Trust Hub on Aug 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [SAFE]: The skill implements proactive security measures for the
BEUI_PRO_TOKEN, including instructions to never print the token, commit it to source files, or accept it through user prompts. Access is managed via environment variables.\n- [EXTERNAL_DOWNLOADS]: The skill fetches registry metadata fromhttps://pro.beui.devto discover available components. This is a legitimate vendor resource necessary for the skill's operation.\n- [REMOTE_CODE_EXECUTION]: The skill uses theshadcnCLI to install components directly from the vendor's authenticated registry. While this involves downloading and executing external source code, it is an expected behavior for this type of development tool.\n- [COMMAND_EXECUTION]: Shell commands such ascurlare used for registry lookups, andnpx,pnpm dlx, orbunxare utilized to run theshadcnutility for component management.\n- [PROMPT_INJECTION]: The skill includes a surface for indirect prompt injection by processing external JSON data fromhttps://pro.beui.dev/r/registry.json.\n - Ingestion points: Data enters the context via
curlrequests to the remote registry.\n - Boundary markers: No specific markers are defined to isolate registry data from instructions.\n
- Capability inventory: The agent can execute commands and install packages via CLI tools.\n
- Sanitization: The agent is instructed to use only specific slugs derived from the registry, which limits the potential for executing arbitrary payloads.
Audit Metadata