aisa-tavily-hardened
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFEDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The scripts
extract.mjsandsearch.mjsperform network operations toapi.aisa.oneto facilitate its core search and extraction features. While these are functional requirements for the skill's stated purpose, they represent a path for transmitting data to a third-party service. - [PROMPT_INJECTION]: The
SAFETY.mdfile contains multiple examples of adversarial instructions (e.g., bypassing paywalls, exfiltrating data to webhooks, and rate limit abuse). Although these are documented as test cases for safety evaluation, the presence of these instructions in raw text could influence agent behavior or be treated as valid instructions depending on the agent's context window management. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and display untrusted data from external URLs and search results, which is a primary vector for indirect injection.
- Ingestion points: Data enters the agent's context through search results in
scripts/search.mjsand raw web content inscripts/extract.mjs. - Boundary markers: The skill does not implement explicit delimiters or warnings (e.g., XML tags or 'ignore embedded instructions' markers) when presenting content retrieved from the web.
- Capability inventory: The skill possesses network capabilities to the
api.aisa.onedomain. - Sanitization: No sanitization or escaping is performed on the content retrieved from the web before it is printed to the console.
Audit Metadata