get-job
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted external data, such as job descriptions (JDs), user resumes, and search results from various career platforms (e.g., LinkedIn, Glassdoor, local job boards). This provides a surface for indirect prompt injection if the external content contains hidden or malicious instructions.
- Ingestion points: Untrusted data enters the agent context through user-provided resumes and JDs, as well as job-related content retrieved via the
WebSearchtool and external platforms mentioned inSKILL.mdandreferences/interview-playbook.md. - Boundary markers: The skill utilizes a 'Reliability Playbook' (
references/reliability-playbook.md) which instructs the agent to distinguish between verified facts and low-confidence data using markers like "待确认" (to be confirmed) and "低置信" (low confidence). - Capability inventory: The skill is capable of writing Markdown files to the local file system, creating Microsoft Word documents using the
python-docxlibrary, and executing local scripts such asscripts/generate_resume.pyandscripts/quality_check.py. - Sanitization: The
scripts/generate_resume.pyscript performs basic sanitization by removing specific internal labels (e.g., "迁移句:") from final outputs, but it does not implement broad sanitization against instructional injections within the source data.
Audit Metadata