github-workflow-automation
Warn
Audited by Runlayer on Mar 2, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
github-workflow-automation/SKILL.mdMEDIUM
86.2%
Tool passed security scan
Malicious tool definition detected
Description: actions$checkout@v3 - name: Backend Tests run: | npx ruv-swarm agents spawn --type tester \ --task "Run backend test suite" \ --swarm-id ${{ needs.initialize.outputs.swarm-id }} frontend: needs: initialize runs-on: ubuntu-latest steps: - uses: actions$checkout@v3 - name: Frontend Tests run: | npx ruv-swarm agents spawn --type tester \ --task "Run frontend test suite" \ --swarm-id ${{ needs.initialize.outputs.swarm-id }} security: needs: initialize runs-on: ubuntu-latest steps: - use
Audit Metadata