release
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it ingests and processes untrusted data from the repository.
- Ingestion points: Reads
git log,git diffoutput,package.jsonmetadata, and existingCHANGELOG.mdfiles. - Boundary markers: None detected; the agent is instructed to use these inputs directly to generate release notes and classify semver bumps.
- Capability inventory: Includes arbitrary shell command execution (
bash), file system writes (MIGRATIONS.md,CHANGELOG.md), and network operations (npm publish). - Sanitization: No explicit sanitization or instruction to ignore embedded directives in the ingested content was found.
- [COMMAND_EXECUTION]: The workflow executes the
buildscript defined in the user'spackage.jsonfile as part of the verification process. It also performs smoke tests by importing built entry points in a temporary directory, which executes the project's compiled code. - [EXTERNAL_DOWNLOADS]: The skill provides an option to download and install the
@changesets/clipackage from the npm registry if it detects a workspace that has not yet been initialized with changesets.
Audit Metadata