release-core
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The
prepare-server.shscript executesnpxto download and runconventional-changelog-cli@5from the npm registry. - [COMMAND_EXECUTION]: The skill runs shell scripts to perform Git operations (fetch, commit, tag, push) and Node/npm operations (pkg set, pnpm run, pnpm publish).
- [DATA_EXFILTRATION]: The skill pushes code to the repository's origin and publishes packages to npm as part of the release cycle.
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via Git commit messages ingested during the release notes generation process.
- Ingestion points:
preflight.shreads commit history usinggit log. - Boundary markers: Absent in scripts; logic depends on agent summarization instructions in SKILL.md.
- Capability inventory: The agent has permission to push to the remote repository and publish to the npm registry.
- Sanitization: No sanitization is applied to the retrieved commit content.
Audit Metadata