Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Fix and improve this skill with Tessl
tessl review fix ./skills/anysearch/SKILL.mdDetected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.
The scan identified a literal API key (`as_sk_16c4f23c66e3a3b9c9683f79090fa912`) hardcoded inside the `.env` file (`.env:11`). This is a high-entropy, valid-looking credential string rather than a placeholder, meaning an active or test API key has been left exposed in the configuration file.
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.
The required workflow uses the `extract` tool and search operations to fetch external web page content via `https://api.anysearch.com/mcp`, exposing the agent to untrusted outsider-authored text.
4f716c4
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.