
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
@codelia/config
Advanced tools
Config schema + registry (no I/O).
This package does not read files or environment variables. It only provides:
File I/O lives in @codelia/config-loader.
{
"version": 1,
"model": {
"provider": "openai",
"name": "gpt-5.2-codex",
"reasoning": "medium",
"verbosity": "medium"
},
"permissions": {
"allow": [
{ "tool": "read" },
{ "tool": "skill_load", "skill_name": "repo-review" }
],
"deny": [{ "tool": "bash", "command": "rm" }]
}
}
import { configRegistry } from "@codelia/config";
import { loadConfig } from "@codelia/config-loader";
// defaults are registered by modules (e.g. @codelia/core on import)
const config = await loadConfig("/path/to/config.json");
const effective = configRegistry.resolve([config]);
Current behavior:
CODELIA_CONFIG_PATH overrides the global config file location.Planned:
.codelia/config.json (repo-local override).See docs/specs/storage-layout.md for the default global path (home/XDG).
FAQs
Config schema + registry (no I/O).
The npm package @codelia/config receives a total of 633 weekly downloads. As such, @codelia/config popularity was classified as not popular.
We found that @codelia/config 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
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.