Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management
49
30%
Does it follow best practices?
Impact
78%
1.62xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/github-release-management/SKILL.mdSecurity
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.90). The skill explicitly fetches and ingests user-generated GitHub content (commit messages, PRs, discussions) via commands like "gh pr list --json ..." and "gh api repos/:owner/:repo/compare ..." (see "Progressive Disclosure: Level 1" and the GitHub Actions "Initialize Release Swarm" / "Generate Release Changelog" steps) and then uses that data to generate changelogs, version suggestions, PR bodies and drive automated releases/deployments, so untrusted third-party content can materially influence agent actions.
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 workflow and examples repeatedly run "npx claude-flow@alpha" (which fetches and executes package code from the npm registry, e.g. https://registry.npmjs.org), so the skill at runtime pulls remote code that directly implements/controls the agent orchestration and is a required dependency.
46f6f8a
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.