interview-debrief
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes user-provided interview transcripts and descriptions from the
$ARGUMENTSvariable without using boundary markers or sanitization. - Ingestion points: User-provided interview transcripts and descriptions via
$ARGUMENTSinSKILL.md. - Boundary markers: Absent. The instructions do not use delimiters (like triple backticks or XML tags) or explicit instructions to ignore potentially malicious commands embedded in the transcript.
- Capability inventory: The skill utilizes
Write,Edit, andBashtools to modify files such assearch/context/interview-history.yamlandsearch/playbook.yaml. - Sanitization: No sanitization or validation of the user input is performed before it is used to generate content for file updates.
- [COMMAND_EXECUTION]: The skill uses powerful tools including
Bash,Write, andEdit. While these are restricted to the skill's functional scope (managing interview history and playbooks), their use in a workflow that handles untrusted user data creates a potential attack surface if an indirect injection occurs.
Audit Metadata