
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
node-red-contrib-plugin-chatgpt
Advanced tools
Ask ChatGPT plugin for Node-RED flow editor
This plugin supports generating Markdown document by ChatGPT for Node-RED flows in tab. You can use the generated document as a draft of what the flow is and how the flow is executed.

Run the following command in your Node-RED user directory - typically ~/.node-red
npm install node-red-contrib-plugin-chatgpt
Set the OpenAI key to OPENAI_API_KEY as the environment variable. In macOS or Linux environment, you can use the export command to set the environment variable.
export OPENAI_API_KEY=<API key>
The API key can be obtained from the OpenAI website. https://platform.openai.com/account/api-keys


The ChatGPT will automatically generate the Markdown document from the deployed flow and paste it into the editor area.
After clicking the "Done" button, you can see the documentation in the "Information" tab.

This plugin dramatically reduce time-consuming task to write the document of the Node-RED flow.
This plugin requires Node-RED v3.1 or later to work with Mermaid diagrams.
FAQs
Ask ChatGPT plugin for Node-RED flow editor
We found that node-red-contrib-plugin-chatgpt demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.