Boss Resume Analyzer
Pass
Audited by Gen Agent Trust Hub on Apr 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFEPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes multiple shell commands and scripts, including
nodefor email operations,pdftotextfor data extraction, andbashfor reporting tasks. - [DATA_EXFILTRATION]: Extracted resume content, analysis reports, and original PDF files are transmitted to an external endpoint via
curlusing a Webhook URL. While this is the intended functionality, it involves the movement of personal and internal data to an external service. - [CREDENTIALS_UNSAFE]: The instructions explicitly reference and access local files containing sensitive authentication data, such as the
.envfile for theimap-smtp-emailskill and a dedicated.wecom_webhookconfiguration file. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes untrusted text from PDF resumes. An attacker could embed malicious instructions within a resume to influence the agent's evaluation or report generation.
- Ingestion points: Reads PDF attachments from external recruitment emails.
- Boundary markers: None identified for separating resume text from analysis instructions.
- Capability inventory: File system read/write, shell command execution, and network transmission via curl.
- Sanitization: Includes basic noise/watermark filtering but lacks security-focused sanitization of the extracted text before processing by the LLM.
Audit Metadata