create-release-checklist
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from the project's git history and manifest files to generate content. * Ingestion points: Reads commit summaries from
git logand version information from files likepackage.jsonorpyproject.toml. * Boundary markers: No specific delimiters or 'ignore' instructions are provided to prevent the agent from being influenced by malicious content embedded in commit messages or file metadata. * Capability inventory: The skill uses theBashtool for command execution and theWritetool to create files in the.chalk/docs/engineering/directory. * Sanitization: No validation or sanitization is mentioned for the data extracted from git logs or manifest files before it is written to the output file. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to run commands such asgit logusing variables derived from user-provided arguments or internal file content. This creates a potential command injection surface if the agent does not validate or sanitize these inputs before execution.
Audit Metadata