developing-genkit-python
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [SAFE]: The skill serves as educational documentation for developers and does not exhibit malicious intent, obfuscation, or unauthorized data access. It follows standard industry practices for local development guides.
- [COMMAND_EXECUTION]: The documentation provides shell commands for the developer to execute manually, such as
uv add,uv init, andgenkit start. These are standard project management and execution commands. - [EXTERNAL_DOWNLOADS]: The skill directs users to download the
uvtool from its official domain (astral.sh). Astral is a well-known service in the Python development community. - [REMOTE_CODE_EXECUTION]: The guide includes an installation command for
uvusing thecurl | shpattern. While this pattern carries inherent risks, it is documented here as the official installation method for a trusted tool from a well-known provider. - [DATA_EXFILTRATION]: The skill provides instructions for managing a
GEMINI_API_KEY, including exporting it to the environment or appending it to the user's shell profile (~/.zshrc). These instructions are transparently provided to the developer for local configuration and do not involve automated exfiltration to a third party.
Audit Metadata