Intent-Code Divergence
High
- Confidence
- 95% confidence
- Finding
- The prose says only '*.tmp' files in /tmp older than 7 days may be deleted, but the provided script uses 'find /tmp -type f -atime +7 -delete', which removes any file under /tmp matching that age condition. On a shared or actively used system, this can delete non-.tmp application state, sockets, lockfiles, or recovery artifacts and cause data loss or service disruption.
