file-format-converter
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFENO_CODE
Full Analysis
- Indirect Prompt Injection (LOW): The skill is designed to process external files and has access to high-privilege tools like
BashandWrite. This creates a vulnerability surface where malicious instructions inside a data file could attempt to influence the agent. - Ingestion points: Uses the
Readtool to access data files. - Boundary markers: No explicit delimiters or instructions to ignore embedded commands are present in the prompt template.
- Capability inventory: Includes
Bash,Write, andEdittools which could be abused if an injection succeeds. - Sanitization: No sanitization or validation logic is specified for the content of processed files.
- Command Execution (SAFE): The skill requests the
Bashtool inallowed-tools. While this is a high-risk capability, it is consistent with the stated purpose of performing file format conversions and data pipeline tasks.
Audit Metadata