pr-to-go-linter
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests untrusted data from GitHub pull request diffs and metadata to generate new code. An attacker could craft a malicious PR designed to influence the code generation or the agent's behavior.
- Ingestion points: Workflow steps 1 and 2 in
SKILL.mdread PR metadata and diffs. - Boundary markers: None defined to isolate external data from the implementation logic.
- Capability inventory: The skill performs
go test,go build, andmakecommands as documented in the Workflow section ofSKILL.md. - Sanitization: No validation or sanitization of the PR content is described before it is used to generate code that the agent subsequently executes.
- [COMMAND_EXECUTION]: The skill executes shell commands to validate the generated linter, specifically
go test ./pkg/linters/<name>/...,go build ./cmd/linters, andmake golint-custom. - [REMOTE_CODE_EXECUTION]: Because the skill executes
go testandgo buildon code derived from external PR patterns, it could lead to the execution of malicious code (e.g., via Goinit()functions or test logic) if the source PR content is adversarial.
Audit Metadata