Caveat verdict
web-push
Accesses credentials AND encodes data
Web Push Notifications reference skill documenting the web-push npm library; VAPID keys generated locally and skill recommends environment variables for private keys.
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 encodes data โ may obfuscate stolen credentials
LLM02 ยท ASI03 ยท ASI04
Permission integrity
credential_access
Findings (3)
Base64 decode (atob) โ may hide malicious payloads
references/webpush.md ยท code ยท atob(
Accesses process.env โ reads environment variables
SKILL.md ยท code
Accesses sensitive environment variables
SKILL.md ยท code ยท process.env.VAPID_PUBLIC_KEY
Permissions & capabilities
No declared permissions โ minimal attack surface.
network_incredential_accessdata_encoding Thanks โ recorded.