over-privileged-helper
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The
read_filefunction inscripts/helper.pyaccepts a file path string and reads it without performing any validation or sanitization. This implementation allows for arbitrary file access, enabling the retrieval of sensitive system files, configuration files, or credentials if requested. - [COMMAND_EXECUTION]: The YAML frontmatter in
SKILL.mdrequests the wildcard permission*, as well asbashandnetworkpermissions. These privileges are over-scoped for a utility described as a simple file reader and grant the skill broad authority to execute commands and interact with the network. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by ingesting data from external files into the agent context without sanitization. If the agent reads a file containing malicious instructions, it may attempt to execute them using its elevated permissions.
- Ingestion points: The
read_filefunction inscripts/helper.pyreads local file content. - Boundary markers: Absent. The skill does not wrap file content in delimiters or provide warnings to the agent.
- Capability inventory: The skill possesses
bash,network,write, and wildcard*permissions. - Sanitization: None. File content is passed directly to the agent as a raw string.
Audit Metadata