
Research
GemStuffer Campaign Abuses RubyGems as Exfiltration Channel Targeting UK Local Government
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.
@smartthings/cli-testlib
Advanced tools
A library to support testing the SmartThings CLI and plugins written for it with Jest. It provides a setup file which stubs out various behavior (config loading, authentication, etc.) in the main CLI. This enables your test suite to start running commands quickly without worrying about these details.
npm i @smartthings/cli-testlib --save-dev
Edit your jest config to include setupFilesAfterEnv and specify it as shown.
module.exports = {
setupFilesAfterEnv: ['@smartthings/cli-testlib'],
}
You can also extend/override the default setup script with one of your own as needed. (TODO: this may be required in some cases)
module.exports = {
setupFilesAfterEnv: [
'@smartthings/cli-testlib',
'<rootDir>/jest.setup.ts'
],
}
FAQs
SmartThings CLI testing utility methods library
The npm package @smartthings/cli-testlib receives a total of 5 weekly downloads. As such, @smartthings/cli-testlib popularity was classified as not popular.
We found that @smartthings/cli-testlib demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Research
GemStuffer abuses RubyGems as an exfiltration channel, packaging scraped UK council portal data into junk gems published from new accounts.

Company News
Socket was named to the Rising in Cyber 2026 list, recognizing 30 private cybersecurity startups selected by CISOs and security executives.

Research
Socket detected 84 compromised TanStack npm package artifacts modified with suspected CI credential-stealing malware.