osint-email
Warn
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Potential command injection vulnerability in Python helper strings.
- In Step 2 and Step 3 of SKILL.md, the
$EMAILshell variable is interpolated directly into apython3 -ccommand string using single quotes. If theSECSKILL_TARGET_EMAILinput contains a single quote followed by Python code (e.g.,'+__import__('os').system('ls')+'), it will escape the intended string and execute arbitrary commands on the host system. - [EXTERNAL_DOWNLOADS]: Installation of external dependencies at runtime.
- The skill requires the user to manually install the
holehepackage viapip install holehe. Whileholeheis a well-known tool in the OSINT community, users should verify the package source and version to prevent supply chain attacks.
Audit Metadata