Below you will find pages that utilize the taxonomy term “SteveMonsway”
July 9, 2026
MCP Trust Scan
Version updated for https://github.com/SteveMonsway/mcp-trust to version v1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed One-line MCP-server preflight scan in CI — the root composite Action.
```yaml
uses: actions/checkout@v4 uses: SteveMonsway/mcp-trust@v1 with: { fail-on: high, upload-sarif: true, comment-pr: true } ``` Runs the published @mcp-trust/cli via `npx` (self-contained, no build). Uploads SARIF to Code Scanning, posts a PR comment, and fails the job above a severity threshold.