handoff
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: LOWCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION] (LOW): The skill workflow relies on executing several local commands including
git,ls, and third-party CLIsaoandbd. While these are used for information gathering, theaoandbdtools are non-standard dependencies not explicitly defined in the skill metadata. - [DYNAMIC_EXECUTION] (LOW): The
scripts/validate.shfile utilizesevalto execute validation checks. Although the current implementation uses hardcoded strings, the use ofevalis a poor security practice that could be exploited if the script's input source were expanded. - [INDIRECT_PROMPT_INJECTION] (LOW): The skill processes untrusted data (git commit messages, issue titles) and interpolates them into a 'Continuation Prompt' intended for future AI sessions.
- Ingestion points: Data is pulled via
git log,bd current, andao ratchet(SKILL.md). - Boundary markers: None identified; untrusted content is placed directly into markdown templates.
- Capability inventory: The skill has file-write capabilities (
mkdir, redirecting output to.mdfiles). - Sanitization: None. There is a theoretical risk that a malicious commit message could contain instructions designed to influence the agent in the subsequent session.
Audit Metadata