docs-changelog
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted release notes through the
BODYinput, creating a potential surface for indirect prompt injection. - Ingestion points: The
BODYinput field inSKILL.mdreceives raw markdown data. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present.
- Capability inventory: The agent is authorized to write to the
docs/changelogs/directory and executenpm run format. - Sanitization: The skill implements specific formatting rules, such as transforming PR URLs and removing a 'New Contributors' section, which provides some structure to the processed data.
- [COMMAND_EXECUTION]: The skill utilizes
npm run formatas a finalization step. This is a common development task for maintaining file formatting and is considered a safe, routine operation. - [EXTERNAL_DOWNLOADS]: The skill's templates include documentation for installing the Gemini CLI via
npm installand provide links to the project's official repository on GitHub. These references point to well-known and reputable project resources.
Audit Metadata