serving-the-api
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation describes the installation of the
crawlberg-clitool using thecargo installcommand to enable API serving capabilities.\n- [COMMAND_EXECUTION]: Instructions include runningcrawlberg serveto start a long-running REST API server and usingcurlcommands to interact with the service on the local loopback address.\n- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of data from external websites, which could contain malicious instructions designed to influence the behavior of the agent.\n - Ingestion points: The
POST /v1/scrapeandPOST /v1/crawlendpoints documented inSKILL.mdtake aurlparameter and process content from that external source.\n - Boundary markers: No specific delimiters or instructions for the agent to ignore embedded commands within the scraped content are mentioned in the documentation.\n
- Capability inventory: The service performs network operations to fetch data from arbitrary external URLs.\n
- Sanitization: The documentation does not specify any sanitization, filtering, or validation protocols to prevent malicious content from being processed by the agent.
Audit Metadata