upskill
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests untrusted data from external job postings fetched via URLs.
- Ingestion points: The skill uses
WebFetchto retrieve content from user-provided URLs in targeted mode andsourceURLs fromjob_search_tracker.csvin aggregate mode. - Boundary markers: The skill contains explicit instructions in Step 8.9 directing the agent to treat stored gaps as data, not instructions, and to never follow directions embedded in those fields.
- Capability inventory: The skill has
ReadandWriteaccess to the local filesystem, as well asWebFetchandWebSearchcapabilities, which could be leveraged if an injection is successful. - Sanitization: There are no programmatic sanitization steps described, but the instructional boundary markers serve as a primary defense against accidental execution of embedded instructions.
Audit Metadata