
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
Ce module n8n permet d'intégrer l'API Devana AI dans vos workflows n8n.
devana-n8nnpm install devana-n8n
~/.n8n/custom/cd ~/.n8n/custom/
git clone <repo-url> devana-n8n
cd devana-n8n
npm install
npm run build
Avant d'utiliser le node Devana, vous devez configurer vos credentials:
https://api.devana.ai)Le node Devana supporte l'opération Chat Completion qui permet d'envoyer des messages à un agent Devana et recevoir une réponse.
{
"nodes": [
{
"parameters": {
"operation": "chatCompletion",
"model": "your-agent-id",
"messages": {
"messageValues": [
{
"role": "user",
"content": "Bonjour, comment ça va?"
}
]
},
"additionalFields": {
"temperature": 0.7,
"lang": "fr"
}
},
"name": "Devana",
"type": "n8n-nodes-devana.devana",
"typeVersion": 1,
"position": [250, 300],
"credentials": {
"devanaApi": {
"id": "1",
"name": "Devana API account"
}
}
}
]
}
npm run build: Compile le TypeScriptnpm run dev: Mode watch pour le développementnpm run format: Formate le code avec Prettiernpm run lint: Vérifie le code avec ESLintnpm run lintfix: Corrige automatiquement les erreurs ESLintn8n_module/
├── credentials/
│ └── DevanaApi.credentials.ts # Configuration des credentials
├── nodes/
│ └── Devana/
│ └── Devana.node.ts # Implémentation du node
├── package.json # Configuration npm
├── tsconfig.json # Configuration TypeScript
└── README.md # Documentation
Pour toute question ou problème:
MIT
FAQs
n8n node for Devana AI API
We found that devana-n8n 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
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.