Agent skill for code-review-swarm - invoke with $agent-code-review-swarm
34
0%
Does it follow best practices?
Impact
98%
2.64xAverage score across 3 eval scenarios
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./.agents/skills/agent-code-review-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.90). The skill explicitly ingests GitHub PR content (e.g., "gh pr view $PR_NUM --json files,title,body,labels" and "gh pr diff") and passes PR diffs/bodies to npx ruv-swarm agents, so untrusted user-generated PR text can influence automated comments, approvals, and requests-for-changes.
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 skill repeatedly invokes "npx ruv-swarm" (which will fetch and execute the remote npm package, e.g. https://registry.npmjs.org/ruv-swarm) at runtime to drive agent orchestration and prompts, so it fetches and runs external code the skill depends on.
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.