
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Don’t forget to include a reference at the end of your posts.
Gem Installation
gem 'jeklly-refergen', git: 'https://github.com/yourname/jeklly-refergen.git'
gem 'jeklly-refergen'
bundle install
_config.yml Configuration
reference_plugin:
collections: ["posts", "wiki"] # Specify which collections to process
Usage Example
[Example1](https://www.example.com), [Example2](https://www.example2.com), [Again Example1](https://www.example.com)
Example1<sup><a href="#ref-1" id="ref-link-1">[1]</a></sup>, Example2<sup><a href="#ref-2" id="ref-link-2">[2]</a></sup>, Again Example1<sup><a href="#ref-1" id="ref-link-1">[1]</a></sup>
---
## Reference
1. <a id="ref-1"></a>[Example1](https://www.example.com)<br/>
2. <a id="ref-2"></a>[Example2](https://www.example2.com)<br/>
.github/workflows/deploy.yml
name: Build & Deploy Jekyll
on:
push:
branches: [ master ]
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
- name: Install dependencies
run: bundle install
- name: Build site
run: bundle exec jekyll build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
_site
folder to GitHub Pages on every push to the master branch.jeklly-refergen
, the plugin will work in the GitHub Actions environment.FAQs
Unknown package
We found that jekyll-refergen demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.