
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
jovo-v4-community-plugin-model-linter-beta
Advanced tools
Have your Jovo model auto validated before using it.
WARNING: This is work in progress and not intended to be used yet.
Note that this project may disappear any time without further notice.
This hook for the Jovo V4 Framework will auto check your model files against a number of rules when you run the build process.
Maintaining model voice files is hard especially when they grow and get bigger. Easily you add duplicate contents without notice or use same utterances for different intents which may lead to strange behaviour of your application within a runtime environment.
The Model Linter will auto check your voice model files against a number of rules when you run the build process. While doing this the policy is to never break a build but to print warnings on the console in case something seems odd. You may know why your are doing things - but the hook will tell you things which you may want to double check just to make sure.
It costs nothing and may save you a lot of time.
Install the plugin into your Jovo project:
npm install jovo-v4-community-plugin-model-linter-beta --save
Register the plugin in:
jovo.project.js:
const { ModelLinterHook } = require("jovo-v4-community-plugin-model-linter-beta");
const project = new ProjectConfig({
hooks: {
'before.build:platform': [ModelLinterHook],
}, // [...]
jovo.project.ts:
import { ModelLinterHook } from "jovo-v4-community-plugin-model-linter-beta";
const project = new ProjectConfig({
hooks: {
'before.build:platform': [ModelLinterHook],
}, // [...]
Apache V2
FAQs
Have your Jovo model auto validated before using it.
The npm package jovo-v4-community-plugin-model-linter-beta receives a total of 0 weekly downloads. As such, jovo-v4-community-plugin-model-linter-beta popularity was classified as not popular.
We found that jovo-v4-community-plugin-model-linter-beta 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.

Research
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.