page-monitoring
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process third-party web content, creating an attack surface where malicious data on monitored pages could be interpreted as instructions.
- Ingestion points: External content is retrieved using the
requestslibrary inSKILL.mdwithin thePageMonitor.check_pageandRSSGenerator.add_from_pagemethods. - Boundary markers: The skill includes a dedicated 'Untrusted content boundary' section that explicitly instructs the agent to treat retrieved material as data rather than instructions and recommends the use of
<EXTERNAL_DATA>delimiters. - Capability inventory: The skill scripts have capabilities for network access (
requests), file system writes (pathlib), and executing specific CLI tools liketwarc2usingsubprocess.run. - Sanitization: The instructions mandate URL validation, schema validation for extraction, and prohibit external content from authorizing command execution or credential usage.
Audit Metadata