web-scraper
Pass
Audited by Gen Agent Trust Hub on Jul 29, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill inherently processes untrusted external content from the web via
WebFetchand Browser automation, creating a surface for indirect prompt injection. - Ingestion points:
WebFetchresults, Browser page source, and API responses processed inSKILL.md. - Boundary markers: The skill does not explicitly instruct the agent to use delimiters when processing fetched content, though it does provide strict extraction prompts.
- Capability inventory: Access to
bash(curl, jq, python3),javascript_tool, and browsercomputeractions inSKILL.md. - Sanitization: Implements post-extraction cleaning (whitespace, HTML entities, unicode normalization) as defined in
references/data-transforms.md. - [COMMAND_EXECUTION]: The skill uses standard command-line tools (
curl,jq,python3) for data retrieval and processing in Phase 3. These operations are scoped to the primary purpose of web scraping and follow best practices like using/tmp/for temporary storage. - [DYNAMIC_EXECUTION]: Utilizes
javascript_toolwithin the browser context to perform precise data extraction and handle lazy-loaded content. This is a standard and expected functionality for browser-based scraping tools. - [METADATA_POISONING]: There is an inconsistency between the author stated in the developer context (
sickn33) and the YAML frontmatter (renat). However, this appears to be a minor metadata discrepancy rather than a deceptive tactic intended to cause harm.
Audit Metadata