Skip to content

Add agent security scan workflow#108

Open
luckyPipewrench wants to merge 1 commit intomodelcontextprotocol:mainfrom
luckyPipewrench:add-pipelock-security-scan
Open

Add agent security scan workflow#108
luckyPipewrench wants to merge 1 commit intomodelcontextprotocol:mainfrom
luckyPipewrench:add-pipelock-security-scan

Conversation

@luckyPipewrench
Copy link

Adds a GitHub Actions workflow that scans PRs for security risks using Pipelock.

What it checks:

  • Exposed credentials, API keys, and tokens in diffs
  • Prompt injection patterns
  • Common security issues in MCP projects

How it works:

  • Runs on every PR to main
  • Read-only permissions (contents: read)
  • Fails the check if it finds something
  • No configuration needed

Single workflow file, no changes to existing code or CI. Complements the existing CI workflow with security scanning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant