redpanda-frontend-kit
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill configures project-specific environment variables, such as
UI_LIB_DIRSandREDPANDA_KIT, by appending them to the session environment file. - [COMMAND_EXECUTION]: Instructs the agent to create symbolic links to external directories, enabling the agent to read and analyze source code from remote repositories.
- [EXTERNAL_DOWNLOADS]: References the
opensrcutility from thevercel-labsGitHub organization, which is a recognized and trusted source. - [REMOTE_CODE_EXECUTION]: Uses
npxto execute theopensrcpackage, which is used to download and inspect the source code of project dependencies. - [SAFE]: Implements a shell-based linting hook that uses the
systemMessageprotocol to guide agent behavior. The feedback messages are static strings and do not interpolate untrusted input, preventing injection risks.
Audit Metadata