j-rig
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPERSISTENCEINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill requires the installation of external dependencies, specifically the
@intentsolutions/jrig-clipackage, which is a vendor-owned resource managed by the skill's author. It provides instructions for global and per-repository installation via npm and pnpm. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executegitoperations and the customj-rigbinary. This is used for skill evaluation, proposal application, and status tracking. - [PERSISTENCE]: The skill implements a multi-layered hook architecture (Sinker, Line, Hook) that monitors tool-use events within the agent's environment. The L3 layer persists by intercepting
git commitandgit pushcommands to enforce quality gating, which can include blocking the execution of these commands via non-zero exit codes. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill reads and processes the content of
SKILL.mdfiles located in user-provided skill directories. - Boundary markers: The instructions do not define specific delimiters or "ignore" commands to protect the refiner's internal prompts from instructions embedded within the skill files being analyzed.
- Capability inventory: The skill possesses
Read,Write,Edit,Glob, andBashcapabilities, which are used to modify files and execute project-level commands. - Sanitization: While the process includes human-in-the-loop validation for final promotion and a binary evaluation score for acceptance, the initial ingestion of untrusted markdown content for scoring and proposal generation lacks explicit sanitization or escaping mechanisms.
Audit Metadata