
Security News
TeamPCP and BreachForums Launch $1,000 Contest for Supply Chain Attacks
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.
@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 (runtime/CLI integration path):
CODELIA_CONFIG_PATH overrides the global config file location..codelia/config.json under the working directory.See dev-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 276 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.

Security News
TeamPCP and BreachForums are promoting a Shai-Hulud supply chain attack contest with a $1,000 prize for the biggest package compromise.

Security News
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.