CtrlK
BlogDocsLog inGet started
Tessl Logo

github-project-management

Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning

56

1.51x
Quality

33%

Does it follow best practices?

Impact

100%

1.51x

Average score across 3 eval scenarios

SecuritybySnyk

Critical

Do not install without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./.claude/skills/github-project-management/SKILL.md
SKILL.md
Quality
Evals
Security

Security

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.

Critical

E005: Suspicious download URL detected in skill instructions

What this means

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.

Why it was flagged

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.

Report incorrect finding
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). 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.

Medium

W012: Unverifiable external dependency detected (runtime URL that controls agent)

What this means

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.

Why it was flagged

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.

Repository
ruvnet/ruvector
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.