I am running an n8n workflow and have the Phantom browser extension wallet installed and active. Upon executing a specific node or opening the workflow editor, I receive a security warning from Phantom blocking access to unpkg.com.
This is causing an interruption in my workflow, and I am concerned about the security implications, despite n8n being a well-known platform.
Phantom Security Warning Details
The exact message displayed by the Phantom extension is:
“unpkg.com is blocked! Phantom believes this website is malicious and it is unsafe to use. This site has been flagged as part of a community-maintained database of known scams and phishing websites. If you believe this site was marked erroneously, please submit an incident. Ignore this warning and take me to unpkg.com anyway.”
I expect the n8n workflow to execute or load without triggering a security warning from a major cryptocurrency wallet extension like Phantom.
Specific Questions for the n8n Community
-
Has anyone else experienced Phantom or other crypto wallets (like MetaMask) blocking
unpkg.comwhile using n8n? -
Is there a known package or dependency in n8n that relies on
unpkg.comthat could be causing this false positive? -
If this is an n8n dependency, what is the best practice for securely loading it without disabling my wallet’s security features?

