survey
Pass
Audited by Gen Agent Trust Hub on Jun 22, 2026
Risk Level: SAFEDATA_EXFILTRATIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill performs extensive network operations to retrieve research materials from the internet. It uses tools such as
WebSearchandmcp__web-reader__webReaderto query external domains and fetch full-page content. - [COMMAND_EXECUTION]: The skill interacts with the local file system by reading configuration data from
.loom/config.yamland writing synthesized markdown reports to the current directory or specified vault paths. - [PROMPT_INJECTION]: Indirect Prompt Injection surface detected. The skill's primary function involves ingesting and analyzing untrusted content from the public web (defined in Phase 1: Scout). Malicious instructions embedded in these external sources could potentially influence the agent's analysis or output in later phases.
- Ingestion points: Web content crawled via
WebSearchandwebReaderas described inWorkflows/01-scout.md. - Boundary markers: Absent; the instructions do not provide delimiters or warnings for the LLM to ignore instructions found within retrieved web data.
- Capability inventory: The agent has permission to
Readlocal files andWriteresults to disk as defined inSKILL.md. - Sanitization: The workflow does not include specific content validation or escaping logic for the retrieved external data before it is processed.
Audit Metadata