CtrlK
BlogDocsLog inGet started
Tessl Logo

git-workflow-pr-generator

Generate GitHub pull request descriptions by analyzing git changes between two branches. Use when the user asks to create or draft a PR description based on branch diffs (for example, "Generate a PR for the changes between featureBranch and mainBranch") and expects a filled template with summary, motivation, and change impact flags.

68

Quality

82%

Does it follow best practices?

Impact

No eval scenarios have been run

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.70). The required workflow runs `scripts/collect_pr_changes.py <base> <head>`, which executes `git diff`/`git log` and writes the resulting readable text (including full diffs and commit messages) into `pr_change_snapshot/diff.txt` and `log.txt`; if those diffs/logs include outsider-authored content (e.g., PR branch commits from external contributors), that text can be fed into the agent’s LLM context via the generated snapshot files.

Report incorrect finding
Repository
ucdavis/ai-skills-registry
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.