
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.
autentique-v2
Advanced tools
Integração nodejs com a ferramenta autentique de assinatura digital de documentos
npm i autentique-v2
Set file .env
AUTENTIQUE_URL=https://api.autentique.com.br/v2
AUTENTIQUE_TOKEN="YOUR_TOKEN"
AUTENTIQUE_DEV_MODE="true" || "false"
# if TRUE, document will be created in mode sandbox
Import library
import autentique from 'autentique-v2';
autentique.token = AUTENTIQUE_TOKEN;
autentique.document.listAll(page); // if not isset page is equal 1
autentique.document.listById(documentId);
const attributes = {
document: {
name: 'NOME DO DOCUMENTO',
},
signers: [
{
email: 'email@email.com',
action: 'SIGN',
positions: [
{
x: '50', // Posição do Eixo X da ASSINATURA (0 a 100)
y: '80', // Posição do Eixo Y da ASSINATURA (0 a 100)
z: '1', // Página da ASSINATURA
},
{
x: '50', // Posição do Eixo X da ASSINATURA (0 a 100)
y: '50', // Posição do Eixo Y da ASSINATURA (0 a 100)
z: '2', // Página da ASSINATURA
},
],
},
{
email: 'email@email.com',
action: 'SIGN',
},
],
file: 'https://www.documento.com.br/arquivo.pdf',
};
autentique.document.create(attributes);
autentique.document.signById(documentId);
autentique.document.deleteById(documentId);
autentique.document.moveToFolder({
documentId,
folderId,
});
autentique.document.moveToFolder({
documentId,
folderId,
currentFolderId,
});
autentique.folder.listAll(page); // if not isset page is equal 1
autentique.folder.listById(folderId);
autentique.folder.create({
folder: {
name: 'FOLDER NAME',
},
});
autentique.folder.listDocuments(folderId);
autentique.folder.deleteById(folderId);
FAQs
Integração nodejs com a ferramenta autentique de assinatura digital de documentos
The npm package autentique-v2 receives a total of 2 weekly downloads. As such, autentique-v2 popularity was classified as not popular.
We found that autentique-v2 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.