release
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill automates release tasks by executing local maintenance scripts (
bump-version.mjs,preflight.mjs) using Node.js, and leverages system tools includinggitandgh(GitHub CLI) for tagging and publishing releases. - [REMOTE_CODE_EXECUTION]: The validation process in
scripts/preflight.mjsexecutesnpx --yes skills-ref, which downloads and runs theskills-refpackage from the public NPM registry to verify skill integrity. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface within its preflight logic.
- Ingestion points: The script reads metadata from
skills/heptabase-cli/SKILL.mdviafs.readFile. - Boundary markers: Absent; there are no delimiters or instructions to ignore embedded content during parsing.
- Capability inventory: The skill has access to the agent's terminal and explicitly instructs the agent to run generated commands.
- Sanitization: Metadata is matched using a regular expression and directly interpolated into a recommended
gh releasecommand without shell escaping or validation of the content.
Audit Metadata