cicd-pipeline-generator
Warn
Audited by Runlayer on Feb 27, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
cicd-pipeline-generator/SKILL.mdMEDIUM
78.2%
Tool passed security scan
Malicious tool definition detected
Review manual approval settings for production 5. Commit to trigger pipeline ## Advanced Configuration ### Monorepo Support ```yaml paths: - 'apps/frontend/**' - 'packages/**' ``` ### Scheduled Runs ```yaml on: schedule: - cron: '0 2 * * *' # Daily at 2 AM ``` ### External Service Integration ```yaml - name: Notify Slack uses: 8398a7/action-slack@v3 with: status: ${{ job.status }} webhook_url: ${{ secrets.SLACK_WEBHOOK }} ``` ### Security Scanning ```yaml - name: Run security audit run: npm audi
Passed Files (5)Click to expand
cicd-pipeline-generator/references/platform-comparison.mdOK
48.6%
Tool passed security scan
cicd-pipeline-generator/assets/gitlab-ci-nodejs.ymlOK
44.8%
Tool passed security scan
cicd-pipeline-generator/package.jsonOK
33.5%
Tool passed security scan
cicd-pipeline-generator/assets/github-actions-nodejs.ymlOK
20.6%
Tool passed security scan
cicd-pipeline-generator/index.jsOK
13.5%
Tool passed security scan
Audit Metadata