get-started
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches a project template from the official Keboola GitHub repository using the
cookiecuttertool. - Evidence: The skill instructs the agent to run
cookiecutter gh:keboola/cookiecutter-python-componentto set up the project structure. - [COMMAND_EXECUTION]: Provides standard shell commands for project maintenance and template initialization.
- Evidence: Includes commands like
find data -type f -deletefor cleaning up example files andcookiecutterfor project generation. - [CREDENTIALS_UNSAFE]: Promotes secure handling of sensitive information by explicitly instructing the use of placeholders and ensuring local configuration files are ignored by git.
- Evidence: In
references/initialization.md, it states: "Use placeholder values that clearly indicate what should be replaced (e.g., 'your-api-key-here')" and "The data/ directory is in .gitignore so config.json won't be committed."
Audit Metadata