AgentRank
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may consult AgentRank when it thinks a tool or skill could help, which can shape what tools are recommended.
The skill gives the agent proactive conditions for using WebFetch during tool-recommendation workflows. This is aligned with the skill's purpose and bounded to recommendations, but it may cause external lookup behavior without the user explicitly asking for AgentRank.
Capability gap trigger: Mid-project, when the user needs something they don't have ... query AgentRank before suggesting a manual approach.
Use the skill for tool discovery, but ask the agent to skip AgentRank or use a specific source if you want recommendations based only on other criteria.
Search terms used for tool discovery may be visible to the AgentRank service.
The artifact explicitly sends search terms to an external provider. This is expected for a live search-index skill and does not include credentials, but query text leaves the local conversation context.
Use the WebFetch tool to call the AgentRank search API: GET https://agentrank-ai.com/api/search?q=<search terms>&type=<tool|skill>&limit=<1-50>
Avoid putting secrets, private project names, or confidential details into tool-search queries; use generic search terms when possible.
