hr-automation
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [PROMPT_INJECTION]: The
ai_screeningcomponent is susceptible to indirect prompt injection because it interpolates untrusted external data ({resume_text}) directly into an LLM prompt. - Ingestion points: The
{resume_text}variable inSKILL.mdwhich processes candidate-provided resumes. - Boundary markers: No delimiters (e.g., XML tags or triple quotes) or 'ignore embedded instructions' warnings are present to isolate the untrusted resume content.
- Capability inventory: The skill utilizes
greenhouse_api,workday_api, andbamboohr_apithrough thehr-mcpserver, granting the agent capability to modify employee and candidate records in core HR systems. - Sanitization: No sanitization, escaping, or validation logic is defined for the external resume content before processing.
- [DATA_EXFILTRATION]: The skill's primary workflows (onboarding and document compliance) involve the collection and processing of highly sensitive data.
- Evidence: The
onboarding_workflowanddocument_compliancesections inSKILL.mdexplicitly mention handlingid,tax_forms, anddirect_deposit(banking) information. - Risk: While no malicious network exfiltration to unauthorized domains was detected, the inherent access to these sensitive data points combined with the indirect prompt injection surface increases the risk of unauthorized data exposure or manipulation.
Audit Metadata