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
87%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
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.
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`.
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.
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).
785c2db
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.