
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
n8n-nodes-siliconflow
Advanced tools
n8n community node for SiliconFlow AI models - chat completions, vision language models, embeddings, and reranking
An n8n community node to integrate with SiliconFlow AI models, providing access to chat completions, vision analysis, text embeddings, and document reranking capabilities.
Community nodes are not available in the npm registry. To install this node, you have the following options:
n8n-nodes-siliconflow
in Enter npm package name.After installing the node, you can use it like any other node. n8n displays the node in search results in the Nodes panel.
To get started install the package in your n8n root directory:
npm install n8n-nodes-siliconflow
For Docker-based deployments, add the following line before the font installation command in your n8n Dockerfile:
RUN cd /usr/local/lib/node_modules/n8n && npm install n8n-nodes-siliconflow
You will need a SiliconFlow API key to use this node. You can get one from SiliconFlow.
https://api.siliconflow.cn/v1
(default)The SiliconFlow node provides two types of nodes:
The main node supports three operations:
Generate text completions using SiliconFlow's language models. Features include:
Generate vector embeddings for text using various embedding models:
Rerank documents based on relevance to a query:
A specialized node designed for AI Agent integration:
{
"resource": "chat",
"operation": "complete",
"model": "Qwen/QwQ-32B",
"prompt": "Hello, how are you?",
"outputMode": "simple"
}
Output: "Hello! I'm doing well, thank you for asking. How can I help you today?"
{
"resource": "chat",
"operation": "complete",
"model": "Qwen/QwQ-32B",
"prompt": "Explain quantum computing",
"outputMode": "detailed"
}
Output:
{
"message": "Quantum computing is a type of computation that harnesses quantum mechanical phenomena...",
"model": "Qwen/QwQ-32B",
"finishReason": "stop",
"usage": {
"prompt_tokens": 15,
"completion_tokens": 150,
"total_tokens": 165
},
"reasoning": "The user is asking about quantum computing..."
}
Tested with n8n version 1.0+.
FAQs
n8n community node for SiliconFlow AI models - chat completions, vision language models, embeddings, and reranking
The npm package n8n-nodes-siliconflow receives a total of 21 weekly downloads. As such, n8n-nodes-siliconflow popularity was classified as not popular.
We found that n8n-nodes-siliconflow demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.