🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

tailwindcssss

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tailwindcssss

a demo of NPM vulnerability

1.11.0
latest
Version published
Maintainers
0
Created

NPM ASE

Arbitrary Script Execution with the Node Package Manager.

Description

This project implements an NPM package published under the sik-asn user called tailwindcssss. The package is an example of how NPM allows for ASE by a package-author on any bash-compatible laptop that installs the module.

cat ~/.bashrc   # => prints file-contents
npm install tailwindcssss
cat ~/.bashrc   # => "meow"
cat             # => "meow"

You can undo the changes from installing the package by removing the appended lines inside ~/.bashrc.

FAQs

Package last updated on 05 Feb 2025

Did you know?

Socket

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.

Install

Related posts