component-search
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The installation process downloads the 'rpk' binary directly from the official Redpanda Data GitHub releases page (github.com/redpanda-data/redpanda).
- [COMMAND_EXECUTION]: The skill executes local commands using the 'rpk' tool to list streaming components and retrieve version information. These operations are restricted to the local environment and are necessary for the skill's discovery features.
- [SAFE]: The provided Python script (format-component-fields.py) parses component schemas using standard library functions without any dynamic code execution or network access.
Audit Metadata