paseo-handoff
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted user input via the
$ARGUMENTSvariable to construct a briefing for a second agent. This creates an indirect prompt injection surface where instructions hidden in the user's task description could influence the behavior of the receiving agent. - Ingestion points: User-supplied input in the
$ARGUMENTSvariable referenced in SKILL.md. - Boundary markers: The handoff prompt uses Markdown headers such as
## Taskand## Contextto structure the briefing, which provides logical separation but no explicit instruction to the receiving agent to ignore potentially malicious embedded content. - Capability inventory: The skill uses the
paseoorchestration tool to spawn and initialize new agents with project context. - Sanitization: There is no evidence of sanitization or filtering of user-provided task descriptions before they are passed to the next agent.
Audit Metadata