
Security News
Packagist Urges Immediate Composer Update After GitHub Actions Token Leak
Packagist urges PHP projects to update Composer after a GitHub token format change exposed some GitHub Actions tokens in CI logs.
@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).
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
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.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.