interview-coach
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a vulnerability surface for indirect prompt injection (Category 8) as it is designed to ingest and analyze untrusted data from external sources.
- Ingestion points: Untrusted data enters the agent context via the
kickoff(resume text),decode(job descriptions),prep(job descriptions), andanalyze(raw transcripts) commands inSKILL.mdand associated command files. - Boundary markers: Although the skill employs sophisticated normalization for transcripts, it does not use explicit delimiters or instructions to ignore commands potentially embedded within the analyzed documents.
- Capability inventory: The skill has broad permissions including
Read,Write, andEditfor local files (specificallycoaching_state.md) and the ability to performWebSearchandWebFetchoperations. - Sanitization: There is no implemented logic to sanitize or filter the input text for malicious natural language instructions.
- [SAFE]: The skill interacts with well-known and established professional services for its research functions.
- External References: Commands like
salaryandresearchreference established platforms such as Levels.fyi, Glassdoor, and Blind for compensation and culture data, which are used as legitimate information sources.
Audit Metadata