release
Pass
Audited by Gen Agent Trust Hub on Mar 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple local shell scripts (e.g.,
./scripts/release.sh,./scripts/docker-onboard-smoke.sh, and./scripts/create-github-release.sh) to coordinate the release process. These scripts are internal to the repository being managed and represent standard automation for a release workflow. - [EXTERNAL_DOWNLOADS]: The skill interacts with npm to publish the vendor's package (
paperclipai) and usesnpxto execute the canary version for smoke testing. These interactions target well-known services and official vendor resources. - [PROMPT_INJECTION]: The skill processes untrusted data from
git logandgit diffoutputs to determine the next version number and generate changelogs. While this creates a surface for indirect prompt injection, it is a standard practice for release tools. - Ingestion points:
git logoutput,git diffoutput, and thereleases/vX.Y.Z.mdfile. - Boundary markers: No explicit sanitization or boundary markers are defined for the shell output processing within the prompt instructions.
- Capability inventory: The agent has capabilities to publish to npm (
npm publish), push to git (git push), and execute various local scripts. - Sanitization: None detected in the provided skill instructions.
Audit Metadata