Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
63
50%
Does it follow best practices?
Impact
87%
4.34xAverage score across 3 eval scenarios
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/agent-multi-repo-swarm/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
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.80). The skill's SKILL.md explicitly uses GitHub CLI/API calls (e.g., "gh repo list my-organization ..." and "gh api repos$my-organization/$repo$contents$package.json") to fetch repository contents (user-generated GitHub data) and then reads/acts on that data to decide and execute cross-repo changes and create PRs, 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.80). The skill repeatedly invokes "npx ruv-swarm" (which fetches and executes the remote npm package, e.g. https://registry.npmjs.org/ruv-swarm) at runtime and relies on it for core operations, so this is a runtime external dependency that executes remote code.
26c35b5
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.