
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
@deepseek-ai/cordis-plugin-include
Advanced tools
File-backed loader tree for Cordis. The include plugin reads a YAML or JSON file, turns it into loader entries, and writes updates back when the file is writable.
import { Context } from 'cordis'
import Loader from '@cordisjs/plugin-loader'
import Include from '@cordisjs/plugin-include'
const root = new Context()
await root.plugin(Loader, { baseUrl: import.meta.url })
await root.plugin(Include, {
path: './cordis.yml',
initial: [],
enableLogs: true,
})
Example cordis.yml:
- id: timer
name: '@cordisjs/plugin-timer'
- id: app
name: ./plugins/app
config:
message: hello
| Field | Description |
|---|---|
path | YAML or JSON file path resolved from ctx.baseUrl. |
initial | Entry list written when the file is missing. |
patches | Runtime patches applied after reading the file. |
enableLogs | Enables loader apply, reload, and unload logs. |
Patches can insert entries or override fields on entries with a matching id.
FAQs
Include files in cordis configurations
The npm package @deepseek-ai/cordis-plugin-include receives a total of 226,162 weekly downloads. As such, @deepseek-ai/cordis-plugin-include popularity was classified as popular.
We found that @deepseek-ai/cordis-plugin-include demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.