
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@syncrona/sass-plugin
Advanced tools
SyncroNow AI build plugin that compiles Sass/SCSS to CSS in the ServiceNow sync pipeline.
SyncroNow AI is the ServiceNow scoped-application toolchain behind the syncrona CLI. This package is one of its build plugins: register it in the rules array of your sync.config.js and syncrona build runs it over every matching file.
This plugin allows you to run Sass on scss/sass files. This enables you to modularize your CSS and also adds some useful features that CSS doesn't normally support such as variables.
npm i -D @syncrona/sass-plugin
No options required.
This example takes .scss files and compiles them with the Sass compiler.
//sync.config.js
module.exports={
rules:{
match:/\.scss$/,
plugins:[
{
name:"@syncrona/sass-plugin",
//No options necessary
options:{}
}
]
}
};
FAQs
SyncroNow AI build plugin that compiles Sass/SCSS to CSS in the ServiceNow sync pipeline.
The npm package @syncrona/sass-plugin receives a total of 1 weekly downloads. As such, @syncrona/sass-plugin popularity was classified as not popular.
We found that @syncrona/sass-plugin 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
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.