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.
GemInsight is a Ruby gem that provides insights into the gems listed in a Rails application's Gemfile. It fetches details about each gem from the RubyGems API and displays them in an organized manner.
Add this line to your application's Gemfile::
$ gem 'gem-insight'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install gem-insight
GemInsight is designed to be used as a Rails Engine gem. After adding the gem to your Gemfile and running bundle install
, you can access the GemInsight dashboard at http://localhost:3000/gem-insight (assuming your Rails server is running on the default port).
The dashboard will display a table containing details about each gem listed in your Gemfile. The details include the gem's name, current version, latest available version, recent release date, compatibility, documentation URL, GitHub repository, rubygem URL and changelog.
Once you've installed and included the GemInsight gem in your Rails application, you can directly visit the dashboard URL(/gem-insight
) to view the gem details.
Contributions are welcome! If you find a bug or want to suggest an enhancement, please open an issue on GitHub. If you want to contribute code, fork the repository, create a new branch, and submit a pull reques
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Gem::Insight project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that gem-insight 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.