
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.
classification-manager
Advanced tools
Library for working with document classifications, based on DoD Guidelines
JavaScript library for managing DoD Classifications. This library uses the Department of Defense Manual 5200.01 Volume 1 and Executive Order 12958 Section 1.5 to manage and aggregate classifications.
npm install classification-manager
Run the Ava test suite to verify that the classification manager passes the test suites.
npm run test
{
"codewords": [ /* codewords as strings */ ],
/* Declassification information */
"declassification": {
/* the date the classification was created. Default: new Date() */
"created": "2018-01-01",
/* A minimum declassification date, or "null" if none is declared */
"date": null,
/* The list of declassification exemptions */
"exemptions": [ /* Declassification exemptions, such as "25X1" */ ]
},
/* Disseminiation controls */
"dissemination": {
/* Whether to apply DSEN to the classification. Default: false */
"dsen": false,
/* Whether to apply FOUO to the classification. Default: false */
"fouo": false,
/* Whether to apply IMCON to the classification. Default: false */
"imcon": false,
/* Whether to apply NOFORN to the classification. Default: false */
"noforn": false,
/* Whether to apply ORCON to the classification. Default: false */
"orcon": false,
/* Whether to apply PROPIN to the classification. Default: false */
"propin": false,
/* Whether to apply RELIDO to the classification. Default: false */
"relido": false,
/* Whether to apply RSEN to the classification. Default: false */
"rsen": false,
/* The list of EYES ONLY nations and organizations */
"eyes": [ /* trigraphs and tetragraphs */ ],
/* The list of REL TO nations and organizations */
"rel": [ /* trigraphs and tetragraphs */ ]
},
/* Foreign government intelligence */
"fgi": [
/* The classification level (number) and owner (trigraph or tetragraph) */
{ "level": 1, "owner": "CAN" }
],
/* The basic classification level. Default: 0 (UNCLASSIFIED) */
"level": 0,
/* Non-Intelligence Community Markings */
"nonic": [ /* Array of strings */ ],
/* The reasons for classification, according to the most recent EO guidance */
"reasons": [ /* Array of strings */ ],
/* The classification sources and authors */
"sources": [
/* Source name (string) and authors (string[]) */
{ "name": "Source", "authors": [ "Person A", "Person B" ] }
]
}
FAQs
Library for working with document classifications, based on DoD Guidelines
The npm package classification-manager receives a total of 2 weekly downloads. As such, classification-manager popularity was classified as not popular.
We found that classification-manager 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.