Caveat verdict
hookaido
Accesses credentials AND makes external network calls
Webhook infrastructure tool for receiving, queueing, and delivering webhooks with HMAC signature verification; credential_access is for the user's own webhook tokens and all behavior matches the stated webhook management purpose.
Automated static analysis โ not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence โ it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls โ potential credential theft
LLM02 ยท ASI03
Permission integrity
network_out
Findings (3)
HTTP request to bare IP address โ common in malicious payloads
references/operations.md ยท code ยท http://127.0.0.1
Uses exec() โ may execute shell commands
SKILL.md ยท prose ยท downgraded ยท exec (
References webhook/callback URL
SKILL.md ยท code ยท WEBHOOK_URL
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class B). Final tier capped at Caution โ cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 2 environment variables. (2 sensitive: HOOKAIDO_PULL_TOKEN, HOOKAIDO_INGRESS_SECRET). Requires 1 system binary.
network_innetwork_outcredential_access Thanks โ recorded.