uber-webhooks
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides robust implementation examples for Uber Eats webhook signature verification using HMAC-SHA256. It correctly employs timing-safe comparison functions (
crypto.timingSafeEqualin Node.js andhmac.compare_digestin Python) to prevent timing side-channel attacks. - [SAFE]: Security best practices are followed for credential management by instructing users to store the
UBER_CLIENT_SECRETin environment variables (.envfiles) rather than hardcoding them in the source code. - [COMMAND_EXECUTION]: The documentation references the use of
hookdeck-clivianpxfor local development. This is a legitimate tool provided by the skill's author for webhook tunneling and inspection. - [EXTERNAL_DOWNLOADS]: The project dependencies listed in
package.jsonandrequirements.txtconsist of standard, reputable libraries (such asexpress,fastapi,next,dotenv, andpytest) fetched from official package registries.
Audit Metadata