Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Powerful TSC decryption/encryption tool for Node.js and the CLI.
Install using Yarn
yarn add chie
or npm:
npm i chie
Import and have fun!
const { TSC } = require('chie');
TSC().fromFile('input.tsc').decrypt().toFile('output.txt');
Chie supports the following methods:
Chie is also available for the command line.
npm i -g chie
You will have access to two new commands: decrypt-tsc
and encrypt-tsc
. Running either of these will display a prompt asking you for the source and destination paths.
The Github repository contains examples for real-world applications in which Chie's TSC decryption/encryption capabilities can be used. To run any of the examples, you can copy the code into a JS file, install chie
(and other dependencies, if required), and run node index.js
.
Code: https://github.com/jozsefsallai/chie/blob/master/examples/flagcheck/index.js
This script can help you identify where exactly a given flag ID is used in all of the TSC files. This can be useful for modding where it's important not to use conflicting flag IDs. It will tell you which files contain an assignment of the specified flag (<FL+
) in which events.
Code: https://github.com/jozsefsallai/chie/blob/master/examples/huzzahify/index.js
This script will make Balrog say "Huzzah!" instead of "Oh Yeaaah!!" in Cave Story+. It looks through all TSC files and replaces each occurrence of Nicalis' translation of Balrog's catchphrase to the fanmade one. This WILL overwrite your TSC files so make sure you back them up before running the script.
Any kind of contribution is welcome! Whether it's a question, a bug report, or a pull request, you're more than welcome to submit it on GitHub.
Make sure to write/change the proper unit tests and run them:
yarn test
and make sure your changes pass the linter:
yarn lint
MIT.
Chie is a character from Cave Story (Doukutsu Monogatari), a game by Daisuke "Pixel" Amaya and Nicalis.
FAQs
This package provides TypeScript type definitions for extensions developed for [the Chie app](https://chie.app).
The npm package chie receives a total of 3 weekly downloads. As such, chie popularity was classified as not popular.
We found that chie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.