
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
gemini-faildump
Advanced tools
Plugin collects all test fails and saves them in file faildump.json. Screenshots are encoded in Base64.
If some image differences are reproduced in all test runs (initial run plus all retries), such fails are considered as
normal and not included in the final report.
npm i gemini-faildump
Set the configuration to your .gemini.js
module.exports = {
system: {
plugins: {
'gemini-faildump': {
enabled: true,
light: true
}
}
}
};
enabled - switch on/off the plugin; the plugin is switched on by default.light - switch on this option to avoid adding base64 image to report.6.0.0
feat: support the changed field name "imagePath" -> "img.path"
FAQs
Fail information plugin
The npm package gemini-faildump receives a total of 3 weekly downloads. As such, gemini-faildump popularity was classified as not popular.
We found that gemini-faildump demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.