
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@datacore-one/cli
Advanced tools
CLI for setting up and managing Datacore installations - an AI-powered second brain built on GTD methodology.
npm install -g @datacore-one/cli
Or run directly with npx:
npx @datacore-one/cli init
# Set up a new Datacore installation
datacore init
# Check system status
datacore doctor
# Then use Claude Code for daily workflow
cd ~/Data && claude
datacore init - Interactive setup wizarddatacore doctor - Check dependencies and healthdatacore ingest <path> - Import files with AI processingdatacore space create <name> - Create a new spacedatacore space list - List all spacesdatacore module install <name> - Install a moduledatacore module list - List modulesdatacore module update - Update all modulesdatacore module remove <name> - Remove a moduledatacore config show - Show settingsdatacore config get <key> - Get a settingdatacore config set <key> <value> - Set a settingdatacore snapshot create - Create installation snapshotdatacore snapshot restore - Restore from snapshotdatacore sync - Git sync all reposdatacore today - Generate daily briefingdatacore tomorrow - End-of-day wrap-updatacore nightshift status - Queue statusdatacore nightshift trigger - Execute queued AI tasksdatacore nightshift queue "task" - Add task to AI queuedatacore cron install - Set up scheduled tasksThe CLI handles mechanical/admin tasks:
Semantic work (file routing, knowledge extraction, task processing) is handled by Datacore agents via Claude Code.
# Install dependencies
bun install
# Run in development
bun run dev
# Run tests
bun test
# Build
bun run build
MIT
FAQs
CLI for setting up and managing Datacore installations
The npm package @datacore-one/cli receives a total of 19 weekly downloads. As such, @datacore-one/cli popularity was classified as not popular.
We found that @datacore-one/cli 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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.