
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
ghostrunner
Advanced tools
A CLI for the Ghost blogging platform.
Ghostrunner is a command-line application that can create Ghost blogs, and provides OS-specific service wrappers (upstart, launchctl or initctl) so that the server is started on system startup.
npm install -g ghostrunner
mkdir somewhere && cd somewhere
ghostrunner init
ghostrunner server
ghostrunner init will not overwrite any files - if you want to overwrite files then remove them first.
ghostrunner install # uses ndm to install the appropriate service wrapper for your OS
ghostrunner start # to start the service now
sudo npm install -g ghostrunnercd into the directorynpm install && sudo ghostrunner install && sudo ghostrunner startIf you want to run your blog as a different user you can use the --uid and --gid options. Be
aware that running as root is probably a very bad idea.
ghostrunner install --uid myuser --gid myuser
ghostrunner-blog key in service.jsonFAQs
A CLI for the Ghost blogging platform
We found that ghostrunner demonstrated a not healthy version release cadence and project activity because the last version was released 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.