
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@credenceanalytics/credmktcli
Advanced tools
Support for market place page where in any kind of feature like report/app/noderedflow can be published. User can visit market place download the Package and install.
$ npm install -g @credenceanalytics/credmktcli@latest
$ credmktcli --help
credmkt-cli
folder to somewhere safe on your disk.npm link --force
inside credmkt-cli/
folder.$ credmktcli --help
Run this command in the credence/
folder.
This command creates a new directory named custom-packages/
in the credence/
Folder.
$ credmktcli setup
credence/
├── visualizer-dashpages/
├── pages/
├── apps/
└── microservices/
credence/
├── custom-packages/
├── visualizer-dashpages/
├── apps/
├── pages/
└── microservices/
Run this command in package repository must be a git repo.
This command helps in setting up a new package by creating a package.json
file in the specified directory. It prompts the user to enter various details about the package such as name, version, description, author and keywords and writes these details into a newly created package.json
file.
$ credmktcli package:init
<Package repo>/
└── package.json
This command is used to add a new visualizer dashboard or pagebuilder page to an existing package in a Git repository.
This command checks if the current directory is a Git repository and contains a package.json file. It then prompts the user to choose whether to add a visualizer dashboard or pagebuilder page to the package. If a visualizer dashboard already exists in the package, the user is asked whether they want to overwrite it.
$ credmktcli package:add
<Package repo>/
└── package.json
└── <Package repo>/
├── visualizer-dashboard/
│ └── <Added dashboard>/
│ └── files
├── pages/
│ └── <Added pages/
│ └── files
└── package.json
This command is used to update the version of a package, commit and push changes to the Git repository, and create a ZIP archive of the package.
$ credmktcli package:publish
└── <Package repo>/
├── visualizer-dashboard/
│ └── <Added dashboard>/
│ └── files
├── pages/
│ └── <Added pages/
│ └── files
└── package.json
This command is used to extract and install a package from a specified ZIP file. This command handles extracting the package, optionally overwriting existing directories, and setting up the package correctly.
$ credmktcli package:apply
└── credence/
├── custom-packages/
├── visualizer-dashpages/
├── apps/
├── microservices/
└── pages/
credence/
├── custom-packages/
│ └── <Installed Package>/
│ ├── visualizer-dashboard/
│ │ └── <different dashboards>
| ├──pages/
| | └──<different pages>
│ └── package.json
├── visualizer-dashpages/
│ └── dash/
│ └── <different dashboards>
├── pages/
| └──<different pages>
├── apps
└── microservices
FAQs
Credence Marketplace CLI Tool
We found that @credenceanalytics/credmktcli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.