frontend-starter-kit
Warn
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill retrieves a large number of components from remote sources.
- It installs workflow skills from the author's repositories under
redpanda-data/ui-harness. - It includes instructions to fetch community skills from the
mattpocock/skillsrepository, which is an external third-party source. - [REMOTE_CODE_EXECUTION]: The skill facilitates the automatic installation of executable logic.
- It utilizes
bunx skills@latest add ... -yto install agent skills that utilize lifecycle hooks such asPreToolUse,PostToolUse, andStop. - The use of the
-yflag allows for the installation and activation of these hooks without manual intervention or review of the downloaded content. - [COMMAND_EXECUTION]: The skill relies on shell commands to bootstrap the project and toolchain.
- It executes
bunxto run theskillsCLI for component management. - It directs the agent to modify environment configuration files and set session variables.
Audit Metadata