Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
The Project Alice skill kit is a tool that helps create skills for Alice.
pip3 install projectalice-sk
The skill kit supports tab completion for bash
and zsh
it can be activated by adding this in your .bashrc:
eval "$(_ALICE_SK_COMPLETE=source projectalice-sk)"
For zsh users add this to your .zshrc:
eval "$(_ALICE_SK_COMPLETE=source_zsh projectalice-sk)"
It is possible to run all validation tests we currently run against a skill when someone submits a PR locally using:
projectalice-sk validate --paths <pathnames>
Further information on the validation tests can be found here
To create the basic files needed for a skill to work, run:
projectalice-sk create
This saves you the hassle of creating the directory tree, the required files and so on. It also follows the strict conventions we made for skills and will avoid you trouble when submitting your skill for review.
FAQs
Project Alice skill kit
We found that projectalice-sk demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.