fix-issue
Pass
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted external data by reading GitHub issues via
gh issue viewand pull request comments viagh pr viewand the GitHub API. This creates a surface for indirect prompt injection where an attacker could embed malicious instructions in an issue or comment to influence the agent's actions during the reproduction or review phases. - Ingestion points:
gh issue view,gh pr view, andgh apicalls to the comments endpoint. - Boundary markers: Absent. The instructions do not define delimiters or provide specific warnings to the agent to disregard instructions found within the issue or comment data.
- Capability inventory: The agent is authorized to execute shell commands (
dart,gh), modify the local filesystem, and create or update pull requests. - Sanitization: Absent. There is no mention of sanitizing or validating the input from GitHub before processing it.
- [COMMAND_EXECUTION]: The skill relies on the execution of several CLI tools to perform its tasks.
- Evidence: Commands such as
dart pub global activate,dart run,dart test,dart analyze, and variousgh(GitHub CLI) commands are used to manage dependencies, run tests, and interact with the repository. - [EXTERNAL_DOWNLOADS]: The skill includes instructions to download and install the project's CLI directly from its Git repository.
- Evidence: Phase 2 contains the command
dart pub global activate --source git https://github.com/leancodepl/patrol.git. This is a standard development practice within the vendor's own repository environment.
Audit Metadata