📁
Audit-Verlauf
file-organizer - 3 Audits
Audit-Version 3
Neueste Niedriges RisikoJan 10, 2026, 09:24 AM
Prompt-based skill providing file organization guidance. Contains shell commands for analysis and file operations. Requires user confirmation before changes. No network calls or credential access.
1
Gescannte Dateien
462
Analysierte Zeilen
3
befunde
claude
Auditiert von
Probleme mit niedrigem Risiko (1)
Shell commands for file operations
The skill includes shell commands (find, ls, du, mkdir, mv) for analyzing and organizing files. Lines 96-105 show commands like 'find [target_directory] -type f -exec file {} \;' and 'du -sh [target_directory]/* | sort -rh'. While these are standard file management commands used for legitimate organization tasks, users should review the commands before execution.
Risikofaktoren
📁 Dateisystemzugriff (1)
⚙️ Externe Befehle (1)
Audit-Version 2
Niedriges RisikoJan 10, 2026, 09:24 AM
Prompt-based skill providing file organization guidance. Contains shell commands for analysis and file operations. Requires user confirmation before changes. No network calls or credential access.
1
Gescannte Dateien
462
Analysierte Zeilen
3
befunde
claude
Auditiert von
Probleme mit niedrigem Risiko (1)
Shell commands for file operations
The skill includes shell commands (find, ls, du, mkdir, mv) for analyzing and organizing files. Lines 96-105 show commands like 'find [target_directory] -type f -exec file {} \;' and 'du -sh [target_directory]/* | sort -rh'. While these are standard file management commands used for legitimate organization tasks, users should review the commands before execution.
Risikofaktoren
📁 Dateisystemzugriff (1)
⚙️ Externe Befehle (1)
Audit-Version 1
Niedriges RisikoJan 10, 2026, 09:24 AM
Prompt-based skill providing file organization guidance. Contains shell commands for analysis and file operations. Requires user confirmation before changes. No network calls or credential access.
1
Gescannte Dateien
462
Analysierte Zeilen
3
befunde
claude
Auditiert von
Probleme mit niedrigem Risiko (1)
Shell commands for file operations
The skill includes shell commands (find, ls, du, mkdir, mv) for analyzing and organizing files. Lines 96-105 show commands like 'find [target_directory] -type f -exec file {} \;' and 'du -sh [target_directory]/* | sort -rh'. While these are standard file management commands used for legitimate organization tasks, users should review the commands before execution.