hyfdev-rolldown-pr-review
Pass
Audited by Gen Agent Trust Hub on Jul 26, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from GitHub pull requests, including code diffs, issue descriptions, and user comments. This represents a potential surface for indirect prompt injection where malicious instructions could be embedded in the PR data.
- Ingestion points: The skill uses
gh pr diffandgit showto read PR content and metadata from the repository. - Boundary markers: The skill explicitly instructs the agent to "Treat PR code as untrusted" and "Inspect changed install, build, test, and automation scripts before executing them."
- Capability inventory: The agent has access to
git,ghCLI, and repository-specificjustcommands which execute shell tasks via a localjustfile. - Sanitization: The skill relies on agent-led inspection and human confirmation rather than automated sanitization.
- [COMMAND_EXECUTION]: The skill utilizes several command-line tools to perform its review, including
git,gh(GitHub CLI), andjust(a command runner). - Evidence: Instructions in
SKILL.mdandreferences/rolldown-repo.mddirect the agent to run commands such asgh pr diff,just build,just test-rust, andgh apifor posting reviews. These are consistent with the skill's primary purpose of automated PR review and validation. - [EXTERNAL_DOWNLOADS]: The project's build and setup processes involve downloading external dependencies via standard package managers.
- Evidence: The
just setupandjust buildcommands listed inreferences/rolldown-repo.mdinvokecargo,pnpm, andcmaketo install and build software components. These operations target official registries like crates.io and npmjs.org.
Audit Metadata