docs-updater
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform git operations, file system checks, and content manipulation. It executes commands such asgit log,git diff, andsedto extract information for documentation updates. - [PROMPT_INJECTION]: The skill processes untrusted input from git commit messages and file changes. A malicious contributor could craft commit messages containing instructions designed to manipulate the documentation generated by the AI.
- Ingestion points: Untrusted data enters the context via
git logoutput andgit diffresults from the local repository. - Boundary markers: The instructions do not define clear delimiters or include warnings to ignore instructions embedded within the processed git data.
- Capability inventory: The skill has the ability to read and modify files using
Read,Write,Edit, andBashtools. - Sanitization: There is no automated sanitization of the input data; however, the skill includes a mandatory human-in-the-loop review step using
AskUserQuestionbefore changes are applied.
Audit Metadata