
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
@strapi/sdk-plugin
Advanced tools
sdk-plugin is a set of command line utilities for developing a Strapi plugin
If you're setting up a brand new plugin we recommend you use the init command to get started:
npx @strapi/sdk-plugin@latest init my-plugin
That will create a directory with all your plugin project files.
Once your project has been installed, several commands are available to you.
All of the following comands have the following options available:
-- -d, --debug – Enable debugging mode with verbose logs (default: false)
-- --silent – Don't log anything (default: false)
-- -h, --help – Display help for command
init [path]Creates a new plugin at the given path.
buildBuilds your current package based on the configuration in your package.json.
--minify – minifies the output (default false).--sourcemap – generates sourcemaps for the output (default true).yarn run build
watchWatch & compile your strapi plugin for local development.
yarn run watch
watch:linkRecompiles your plugin automatically on changes and runs yalc push --publish
yarn run watch:link
verifyVerifies the output of your plugin before publishing it
yarn run verify
FAQs
Simple tools for developing Strapi plugins
The npm package @strapi/sdk-plugin receives a total of 18,978 weekly downloads. As such, @strapi/sdk-plugin popularity was classified as popular.
We found that @strapi/sdk-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers 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
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.