
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
github-repository-cards
Advanced tools
Show customizable GitHub repository cards on your website in just a couple of HTML lines.


Add the necessary scripts and styles from a CDN.
<script src="https://cdn.jsdelivr.net/npm/github-repository-cards@latest/app.js" defer></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/github-repository-cards@latest/style.css">
<section class="github-repo-cards" data-user="github"></section>
<section class="github-repo-cards" data-user="github" data-starred=true></section>
The cards are customizable. You can pass parameters to the section to make changes to the cards.
Your GitHub username.
Pass data-starred (default false) along with data-user to display latest user starred repos.
Pass data-target-blank (default true) to open the links in a new tab.
Pass data-max-count (default 12) to specify the maximum number of repos to show.
Pass data-background (default #0d1117) to configure the background of the container. The value can be any CSS-acceptable color value.
You can also add custom CSS to your own project.
FAQs
Show customizable GitHub repository cards
We found that github-repository-cards 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.