CtrlK
BlogDocsLog inGet started
Tessl Logo

agentteams-find-worker

Use as a helper when the admin is assigning work but has not specified an existing Worker, so you need to search Nacos for a suitable Worker and ask whether to import it; also use when the admin explicitly says to import a Worker from the market or gives a direct nacos package URI.

72

Quality

87%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

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

Outsider-authored free text from the public Nacos AgentSpecs registry is ingested at runtime into the script’s output (via `npx ... agentspec-list` and subsequent parsing of `SUMMARY`/`match_reason`/`template_name`), which the workflow then uses for LLM-visible recommendation text; see `scripts/agentteams-find-worker.sh` where `run_nacos_cli` fetches registry data and `RESULTS` includes `summary` and `name`.

Report incorrect finding
Low

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

The skill runtime uses a Nacos registry URI (nacos://market.agentteams.io:80/public) to discover and then install remote Worker packages (which will be fetched and executed during install), and the search script also invokes npx to fetch/execute the @nacos-group/cli package at runtime, so remote code is executed via these runtime dependencies (flagging nacos://market.agentteams.io:80/public).

Repository
agentscope-ai/AgentTeams
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.