
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.
@ericcornelissen/bash-parser
Advanced tools
A fork of vorpaljs/bash-parser - Parses bash source code to produce an AST
This fork is focussed at dependency maintenance and will not receive any updates beyond that. No new features, no bug (nor security) fixes.
npm install --save bash-parser
const parse = require('bash-parser');
const ast = parse('echo ciao');
ast result is:
{
type: "Script",
commands: [
{
type: "SimpleCommand",
name: {
text: "echo",
type: "Word"
},
suffix: [
{
text: "ciao",
type: "Word"
}
]
}
]
}
cash (and also vorpal)nshjs-shell-parse, but was rewritten to use a jison grammarLook in documents folder
The MIT License (MIT)
Copyright (c) 2016-2022 vorpaljs Copyright (c) 2023-2024 ericcornelissen, sockmaster27
FAQs
Standard compliant bash parser
The npm package @ericcornelissen/bash-parser receives a total of 58,907 weekly downloads. As such, @ericcornelissen/bash-parser popularity was classified as popular.
We found that @ericcornelissen/bash-parser 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.