Skip to content

Security: Command injection vulnerability in --ssh-command parsing #12

Security: Command injection vulnerability in --ssh-command parsing

Security: Command injection vulnerability in --ssh-command parsing #12

Workflow file for this run

name: pi Assistant
on:
issues:
types: [opened]
pull_request:
types: [opened]
issue_comment:
types: [created]
pull_request_review_comment:
types: [created]
jobs:
pi-response:
if: contains(github.event.comment.body || github.event.issue.body || github.event.pull_request.body || '', '@pi')
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "25"
- name: Run pi-action
uses: cv/pi-action@v1.4.5
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
pi_auth_json: ${{ secrets.PI_AUTH_JSON }}