
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
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.
blevinstein-github-agent
Advanced tools
Automate your GitHub workflows using natural language.
Github Agent lets you write human language instructions—not shell scripts—to automate your repository. Just add the blevinstein/github-agent GitHub Action to your workflow, and the agent will use AI to:
By default, the agent can access your repo's filesystem, git, and GitHub API. You can easily extend it with other tools (see below).
Create (or edit) a workflow file (see agent.yaml for some examples)
on:
pull_request:
types: [opened]
jobs:
my_agent_job:
runs-on: ubuntu-latest
permissions:
pull-requests: write
env:
OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- name: Github Agent: Review PR
uses: blevinstein/github-agent@v1
with:
instructions: |
Please review the code in pull request {{pull_request.number}} and suggest improvements.
model: anthropic/claude-3.7-sonnet
instructions: file://path/to/agent-instructions.mdOPENROUTER_API_KEY with your OpenRouter API key as the value.Warning: The Github Agent may try to push to any branch in your repository, merge pull requests, delete issues, etc. If something is misconfigured or if the agent misbehaves, it could make unwanted changes.
Best Practices:
main, release branches).
rules_path which allows a user to configure .cursor/rules/* or .github/copilot-instructions.md etc, to include additional LLM instructions from their repo. Handle cursor mdc headers.FAQs
**Automate your GitHub workflows using natural language.**
We found that blevinstein-github-agent 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.

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.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.