temp-files
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- Indirect Prompt Injection (SAFE): The skill manages the storage of agent-generated reports and logs. Ingestion points: Data generated by the agent based on repository analysis. Boundary markers: Not explicitly defined in the templates. Capability inventory: Bash (mkdir) and Write tools are used to create paths and save files. Sanitization: Path names are sanitized by stripping leading slashes and replacing inner slashes with dashes. This is a low-risk utility for organizing temporary outputs.
- Command Execution (SAFE): Bash usage is restricted to standard path formatting and directory creation using built-in utilities like sed, tr, and mkdir.
- Data Exposure (SAFE): The skill uses the system temporary directory (/tmp/), which is appropriate for ephemeral data and does not expose sensitive user credentials or system configurations.
Audit Metadata