replicate-webhooks

Pass

Audited by Gen Agent Trust Hub on May 13, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides robust security implementation patterns for webhook verification. Code examples correctly use crypto.timingSafeEqual in Node.js and hmac.compare_digest in Python to prevent timing attacks during signature validation.
  • [SAFE]: Implements replay attack prevention by validating the webhook-timestamp header against the current system time with a 5-minute window.
  • [EXTERNAL_DOWNLOADS]: Recommends the installation of hookdeck-cli for local development. This is a legitimate utility provided by the skill's author (Hookdeck) for webhook tunneling and inspection.
  • [CREDENTIALS_UNSAFE]: The skill follows security best practices by instructing users to store sensitive secrets like REPLICATE_WEBHOOK_SECRET in environment variables rather than hardcoding them in scripts.
  • [DATA_EXFILTRATION]: No suspicious network operations or data exfiltration patterns were detected. Network activity is limited to standard webhook receiving and local development tunneling.
  • [PROMPT_INJECTION]: No attempts to override agent behavior or bypass safety guidelines were found in the instructions or documentation.
Audit Metadata
Risk Level
SAFE
Analyzed
May 13, 2026, 07:13 AM
Security Audit — agent-trust-hub — replicate-webhooks