Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.
58
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
2 findings — 2 medium severity. This skill can be installed but you should review these findings before use.
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.
Third-party content exposure detected (high risk: 0.95). At runtime, the skill’s required workflow ingests outsider-authored free text from GitHub issue/PR bodies, comments, and diffs via `gh issue view` / `gh pr view` / `gh pr diff` (used in the triage/review workflows), which is then placed into the agent’s LLM context for analysis and claim verification.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
Potentially malicious external URL detected (high risk: 0.90). The skill's Auto-recovery and refs/ protocol explicitly runs git clone at runtime to fetch upstream repos and then uses those repo files as the mandatory evidence base that directly drives agent verification/prompts (e.g., "git clone --depth 1 https://github.com/openai/codex refs/platforms/codex" — URL flagged: https://github.com/openai/codex), so remote GitHub content is fetched at runtime and used to control agent instructions.
f267bda
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.