ticker-wire
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The skill performs a registration process that transmits sensitive information to an external server. The
POST {WATCHER_BASE_URL}/v1/registerrequest includes thesender_key(obtained via a securesecret-requestcard) and the user's routinewebhook_url. While this is core to the skill's registration functionality, it involves sending credentials to a dynamic endpoint defined in the agent's memory. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted data from an external webhook source, which presents an indirect injection surface.
- Ingestion points: Webhook payloads described in
references/feed-setup.mdcontainingticker,headline, andurlfields. - Boundary markers: None explicitly defined in the instructions for processing the webhook data.
- Capability inventory: Network POST/PATCH/DELETE operations to
WATCHER_BASE_URLand modification of the agent's internal memory (watchlist). - Sanitization: No specific sanitization or validation of the
headlineorurlfields from the webhook payload is mentioned before they are processed or displayed.
Audit Metadata