diff

Pass

Audited by Gen Agent Trust Hub on Jul 8, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes standard system utilities including 'diff' and 'patch' for file comparison and modification. Installation scripts ('scripts/install.sh' and 'scripts/install.ps1') use platform-specific package managers such as 'apt-get', 'dnf', 'pacman', 'apk', 'winget', and 'choco' to manage dependencies.
  • [EXTERNAL_DOWNLOADS]: The installation scripts facilitate downloading 'diffutils' from official operating system and package manager repositories. These are well-known, trusted sources for system software.
  • [PROMPT_INJECTION]: The skill's primary function involves reading and comparing the contents of local files, which constitutes an indirect prompt injection surface.
  • Ingestion points: Local files passed as arguments to the 'diff' command across various reference files (e.g., 'SKILL.md', 'references/advanced-usage.md').
  • Boundary markers: None explicitly implemented; the skill relies on standard 'diff' output formats (unified, context).
  • Capability inventory: Filesystem read access ('diff'), filesystem write access ('patch'), and system administration capabilities via package management scripts.
  • Sanitization: No content sanitization is performed, though the documentation provides guidance on handling binary files and sensitive line endings.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 8, 2026, 04:18 PM
Security Audit — agent-trust-hub — diff