
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.
nomark-engine
Advanced tools
Set up @nomark-ai/engine in your project — ledger, AI context, and quick-start in under 60 seconds
Set up @nomark-ai/engine in your project — ledger, AI context, and quick-start in under 60 seconds.
npx nomark-engine
This will:
nomark-ledger.jsonl with a seed meta entry.gitignorenpx nomark-engine # full setup
npx nomark-engine --context-only # print AI context block to stdout
npx nomark-engine --no-ledger # skip ledger creation
npx nomark-engine --help # show help
# install the engine
npm install @nomark-ai/engine
# import your AI conversation history to build your preference ledger
npx nomark import --platform chatgpt --file export.json
npx nomark import --platform claude --file export.json
# view your resolved preference profile
npx nomark profile
# review and confirm low-confidence signals
npx nomark review
Running npx nomark-engine appends a context block to your AI config file so your coding assistant knows how to use the engine. If no config file exists, pipe it manually:
npx nomark-engine --context-only >> CLAUDE.md
The context block covers the ledger format, signal types, scoring formula, scope matching, and usage patterns — enough for any AI assistant to integrate the resolver on the first prompt.
Apache 2.0
FAQs
Set up @nomark-ai/engine in your project — ledger, AI context, and quick-start in under 60 seconds
We found that nomark-engine 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
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.