Skip to content

feat: add agent command-execution probe and detector #379

feat: add agent command-execution probe and detector

feat: add agent command-execution probe and detector #379

Workflow file for this run

name: Claude PR Assistant
on:
pull_request:
types: [opened, ready_for_review]
pull_request_review_comment:
types: [created]
concurrency:
group: claude-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
claude-code-action:
uses: praetorian-inc/public-workflows/.github/workflows/claude-code.yml@debcee1fd3a78e908b1f89d8f2bef0644c454cbc # v2.1.0 # v2.0.12
permissions:
contents: read
pull-requests: write
secrets:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}