recruit-report-pdf
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to discover files (
ls RECRUIT-*.md) and executes a dedicated Python script (generate_recruit_pdf.py) to perform the PDF generation. These are standard operations for a file-processing tool. - [SAFE]: No malicious patterns, data exfiltration, or obfuscation techniques were detected. The skill interacts only with local files matching a specific naming pattern and generates a local output file.
- [SAFE]: The dependency
reportlabis a well-known and standard library for PDF generation in Python. The skill's operations are limited to the current working directory and its own installation path.
Audit Metadata