Caveat verdict
yuyonghao-n8n-integration
Accesses credentials AND makes external network calls
n8n workflow webhook integration using Express.js with token authentication; provides standard webhook server and callback patterns with no credential exfiltration or malicious behavior.
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
credential_access
package_install
Findings (8)
Possible hardcoded credential
SKILL.md · code · TOKEN="your-secret-token
Accesses process.env — reads environment variables
SKILL.md · code
References webhook/callback URL
SKILL.md · code · callbackUrl
Dynamic import() — loads module at runtime
test/n8n-test.js · prose · downgraded · import('
References tunneling service
SKILL.md · prose · downgraded · ngrok
Opens WebSocket connection
RESEARCH.md · prose · downgraded · WebSocket
Node http/https module — low-level network access
src/n8n-client.js · prose · downgraded · require('https')
Accesses sensitive environment variables
src/webhook-handler.js · prose · downgraded · process.env.WEBHOOK_SECRET
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installnetwork_innetwork_outcredential_access Thanks — recorded.