
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.
@monkvision/sights
Advanced tools
This documentation is for developers who are installing and using this package. If you are a developer contributing to this package, please refer to this page.
This package exposes the Monkvision sights info. The exported data contains sights label translations, vehicle type info, sight overlays (SVG) as well as miscellaneous sight details. This package is required if you are planning on using the standard Monkvision Capture workflow, of simply if you ar planning on using sights at all. The complete list of available sights in the SDK can be obtained in the official Monkvision documentation.
To install the package, you can run the following command :
yarn add @monkvision/sights
If you are using TypeScript, this package comes with its type definitions integrated, so you don't need to install anything else!
Once the package is installed, every sight available in this package can be obtained using its ID in the following way :
import { sights } from '@monkvision/sights';
console.log(sights['haccord-8YjMcu0D']);
Each sight has a custom label, available in all languages supported by the Monk SDK. The labels can be obtained in the following way :
import { sights, labels } from '@monkvision/sights';
const sight = sights['haccord-8YjMcu0D'];
console.log(labels[sight.label].fr);
Each sight is associated with a specific vehicle. The details for each vehicle can be obtained in the following way :
import { sights, vehicles } from '@monkvision/sights';
const sight = sights['haccord-8YjMcu0D'];
console.log(vehicles[sight.vehicle]);
Please refer to this page for more documentation if you are a developer contributing to this project.
FAQs
Monk sights library providing sight details and overlays
The npm package @monkvision/sights receives a total of 77 weekly downloads. As such, @monkvision/sights popularity was classified as not popular.
We found that @monkvision/sights demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
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.