CtrlK
BlogDocsLog inGet started
Tessl Logo

github-pr-workflow

Working with GitHub Pull Requests using the gh CLI. Use for fetching PR details, review comments, CI status, and understanding the difference between PR-level comments vs inline code review comments.

90

1.06x
Quality

89%

Does it follow best practices?

Impact

85%

1.06x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Security

1 medium severity finding. This skill can be installed but you should review these findings before use.

Medium

W011: Third-party content exposure detected (indirect prompt injection risk)

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Third-party content exposure detected (high risk: 0.90). The gh-pr-info script explicitly uses gh api REST and GraphQL calls (e.g., repos/${REPO}/pulls/${PR_NUMBER}, commits/${HEAD_SHA}/check-runs, and GraphQL queries for timelineItems and reviewThreads in scripts/gh-pr-info) to fetch PR reviews, inline review threads and comments from GitHub—user-generated, potentially public content—which the agent parses and acts on to determine unresolved items, so untrusted third-party content could materially influence behavior.

Report incorrect finding
Repository
YPares/agent-skills
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.