build-component-ui
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The
component_schema_tester.pyscript implements a local testing environment that dynamically loads theComponentclass from a user'ssrc/component.pyfile to verify sync actions. This execution of local code is the tool's primary purpose and is fully documented. - [EXTERNAL_DOWNLOADS]: The
install.shscript automates the setup of the Playwright MCP server by installing browser binaries and dependencies from the official Playwright and NPM registries. These are standard, well-known resources for automated testing. - [SAFE]: The skill provides extensive guidance on following Keboola security best practices, such as using the
#prefix to signal to the platform that fields (like passwords or API keys) should be encrypted. - [SAFE]: The configuration setup script (
install.sh) modifies the local Claude desktop configuration file specifically to register the Playwright MCP server, which is a standard procedure for integrating MCP-based tools into the agent environment.
Audit Metadata