
Security News
Security Community Slams MIT-linked Report Claiming AI Powers 80% of Ransomware
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.
@cle-does-things/gar
Advanced tools
gar (generate-action-readme) is a simple CLI tool to convert a YAML specification for a GitHub Action into a well-formatted README written in GitHub-flavored markdown.
In order to install gar there are three ways:
go: if you already have go 1.22+ installed in your environment, installing gar is effortlessgo install github.com/AstraBert/generate-action-readme
npm (recommended):npm install @cle-does-things/gar
curl:curl -L -o gar https://github.com/AstraBert/generate-action-readme/releases/download/<version>/generate-action-readme_<version>_<OS>_<processor>.tar.gz ## e.g. https://github.com/AstraBert/generate-action-readme/releases/download/0.1.1/generate-action-readme_0.1.1_darwin_amd64.tar.gz
# make sure the downloaded binary is executable (not needed for Windows)
chmod +x gar
In this last case, be careful to specify your OS (supported: linux, windows, macos) and your processor type (supported: amd, arm).
gar has one command: generate (aliased also to g and gen).
You can use it with two optional flags:
-a, --action: path to the YAML file with the action specification-r, --readme: path to the README file to writegar generate --action action/action.yml --readme action/README.md
action.yml) and README (README.md)gar generate
gar g --action v1/action.yml --readme v1/README.md
gar gen
We welcome contributions! Please read our Contributing Guide to get started.
This project is licensed under the MIT License
FAQs
CLI tool to generate a README for GitHub Actions.
We found that @cle-does-things/gar 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
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.

Research
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.