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.
I was annoyed to do the same work over and over.
Often, I found myself to create the same Vagrantfile
, .gitignore
or Gemfile
for each new project.
Grundstein automates this step in a very simple way: We have (smart) templates which are copied to your repo.
These templates are (in Rails fashion) called generators.
Examples
grundstein vagrant
and you get a Vagrantfile and a little note in your README.grundstein rubocop
you get a .rubocop file with some defaults and a few lines in your Rakefile.Principles
Pro Tip: Commit before running generators. Then review the changes via git diff
or a visual git tool.
Please make sure you have ruby >= 2.0.0
and git >= 1.7
installed. Then run:
gem install grundstein
The project's root folder is determined based on the current working directory.
If there is no .git
directory in the current directory, the script will try to move up until it finds a .git
.
Hence, the project must be a git repository.
grundstein list # see all generators
cd myproject
grundstein add rubocop
Please see README.Development.md
.
FAQs
Unknown package
We found that grundstein 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.
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.