loop-converge
Pass
Audited by Gen Agent Trust Hub on Sep 5, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill operates by analyzing existing workspace code and output from static analysis tools to propose deletions and merges. This ingestion of untrusted repository content to drive file-modifying actions constitutes an indirect prompt injection surface.
- Ingestion points: Workspace inspection as described in
SKILL.mdand candidate generation from detector outputs inpreset.md. - Boundary markers: No explicit separators or 'ignore instructions' markers are defined for the ingested code content.
- Capability inventory: The skill enables file modifications, command execution (tests and detectors), and local git commits as scoped in the 'Authority' section of
preset.md. - Sanitization: No specific sanitization of workspace content or detector output is mentioned.
- [COMMAND_EXECUTION]: The skill configuration involves running project-specific test commands and static analysis tools.
preset.mdspecifically references the use ofknip,jscpd,ruff, andvulture. - [DYNAMIC_EXECUTION]: The skill instructions in
preset.mddirect the agent to generate a 'throwaway' duplication detector script if a suitable one is not found in the target environment.
Audit Metadata