Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
56
33%
Does it follow best practices?
Impact
100%
1.51xAverage score across 3 eval scenarios
Critical
Do not install without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/github-project-management/SKILL.mdSecurity
3 findings — 1 critical severity, 2 medium severity. Installing this skill is not recommended: please review these findings carefully if you do intend to do so.
Detected a suspicious URL in the skill instructions that could lead the agent to download and execute malicious scripts or binaries. This includes links to executables from untrusted sources, typosquatting of official packages, URL shorteners that obscure the destination, and personal file hosting services.
Suspicious download URL detected (high risk: 0.70). Most links are to official GitHub docs and generic issue/CLI URLs (low-risk), but the skill instructs running code from third‑party GitHub repos and via npx (ruvnet/ruv-swarm, ruvnet/claude-flow and related actions), which can execute untrusted code and be used to distribute malware if those packages or repos are malicious or compromised; the api.example.com webhook is a placeholder that could exfiltrate data if pointed to a malicious endpoint.
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). Yes — the skill explicitly fetches and ingests user-generated GitHub content (e.g., gh issue view ... --json body,comments and ISSUE=$(gh issue view $num --json ...) passed to npx ruv-swarm github analyze-stale --issue "$ISSUE" --suggest-action) and then uses that analysis to drive actions (comments, labels, close), so untrusted third-party content can materially influence tool behavior.
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: 1.00). The skill repeatedly runs npx to fetch and execute remote packages that orchestrate agents (e.g., ruv-swarm and claude-flow — https://github.com/ruvnet/ruv-swarm and https://github.com/ruvnet/claude-flow), which are fetched at runtime, execute code locally, and directly control agent orchestration/prompts.
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.