diffity-review
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to check for and potentially install the
diffitypackage globally usingnpm install -g diffity. This introduces a dependency on an external third-party package not included in the trusted vendors list. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted data into the agent's context.
- Ingestion points: Data is read from
diffity agent diffoutput and variousCLAUDE.mdfiles located in the repository. - Boundary markers: The instructions do not specify any delimiters or safety warnings to prevent the agent from following instructions embedded within the reviewed code or project rule files.
- Capability inventory: The skill has the capability to execute CLI commands (
diffity agent comment,diffity open) and read local files. - Sanitization: There is no mention of sanitizing or escaping the content retrieved from diffs or project files before it is processed by the agent.
- [COMMAND_EXECUTION]: The skill makes extensive use of the
diffityCLI to perform its core functions. It executes commands such asdiffity list --json,diffity agent diff, anddiffity agent comment. While expected for the skill's purpose, it relies on the correct behavior of an external binary.
Audit Metadata