file-organizer
Pass
Audited by Gen Agent Trust Hub on Sep 1, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through untrusted configuration files located in the directories it processes.
- Ingestion points: The script
scripts/organize.pyreadsconfig.json(line 19) and.organize_log.json(line 82) from the user-specified directory. - Boundary markers: Absent. There are no mechanisms to verify that the configuration files were created by the user or to ignore instructions embedded within the data.
- Capability inventory: The script possesses file system modification capabilities, specifically moving files (
renameon lines 64 and 91) and creating directories (mkdiron lines 62 and 90). - Sanitization: Absent. The script does not validate the
target_nameretrieved from therulessection ofconfig.json, allowing potential path traversal attacks (e.g., using..to move files outside of the intended target directory).
Audit Metadata