fathom-hello-world
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to retrieve and process external data from the Fathom API, creating a potential surface for indirect prompt injection attacks where malicious instructions hidden in transcripts could influence agent behavior.
- Ingestion points: Meeting transcripts and AI-generated summaries are fetched from the
api.fathom.aiendpoints as described in theStep 2andStep 3bash instructions inSKILL.md. - Boundary markers: The instructions do not define any delimiters or provide warnings to the agent to treat the retrieved text as untrusted data or to ignore embedded instructions.
- Capability inventory: The skill allows the agent to use
Read,Write,Edit, andBashtools, which could be leveraged if an attacker embeds malicious instructions within a recorded meeting transcript. - Sanitization: The provided commands use
jqto structure the JSON output, but no sanitization, filtering, or escaping is performed on the actual text content of the meeting segments or summaries.
Audit Metadata