Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ jobs:
run: npx @anthropic-ai/mcpb pack

- name: Run MTF scanner
run: |
if pip install mpak-scanner 2>/dev/null; then
mpak-scanner scan *.mcpb --json > scan-results.json
else
echo "mpak-scanner not yet available — skipping client-side scan"
echo '{"findings": []}' > scan-results.json
fi
run: uvx mpak-scanner scan *.mcpb --json > scan-results.json

- name: Check for critical/high findings
run: |
Expand Down
Loading