Agent skill for multi-repo-swarm - invoke with $agent-multi-repo-swarm
39
10%
Does it follow best practices?
Impact
87%
4.34xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agents/skills/agent-multi-repo-swarm/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.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.
f547cec
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.