search1api
Fail
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill documentation (SKILL.md) provides an installation command that downloads a script from
https://cli.search1api.com/install.shand pipes it directly into thebashinterpreter. This pattern is a critical security risk as it executes unverified code from a remote server without manual review. - [COMMAND_EXECUTION]: The skill uses a command-line interface (
s1) to execute web searches, crawl pages, and manage user authentication (s1 login). It also suggests the use ofnpm install -gfor tool setup. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: The skill ingests untrusted data from the web via the
search,crawl,news, andsitemapfunctionalities inSKILL.md. - Boundary markers: The instructions advise the agent to cite source URLs and distinguish facts from inferences, but there is no programmatic boundary enforcement during data retrieval.
- Capability inventory: The skill includes the
s1 learncommand, which has file-write capabilities and is used to create and install new skill directories in~/.agents/skills/. - Sanitization: The agent is instructed to synthesize descriptions and routing tables for these new skills based on the content of the crawled external web pages, creating a path where malicious content could influence generated skill behavior.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.search1api.com/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata