Skip to main content
Glama
socket.yml1.39 kB
# Socket Security - Supply Chain Protection # Detects malicious packages, typosquatting, and supply chain attacks # Free for open source: https://socket.dev/pricing name: Socket Security on: push: branches: [main] pull_request: branches: [main] concurrency: group: socket-${{ github.ref }} cancel-in-progress: true jobs: socket-security: name: Supply Chain Scan runs-on: ubuntu-latest permissions: contents: read pull-requests: write issues: write steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' cache: 'npm' - name: Install Socket CLI run: npm install -g @socketsecurity/cli - name: Run Socket Security Scan env: SOCKET_SECURITY_API_KEY: ${{ secrets.SOCKET_SECURITY_API_KEY }} run: socket npm audit - name: Write scan summary if: always() run: | { echo "## Socket Security Scan" echo "Supply chain security scan completed." echo "" echo "Socket.dev detects:" echo "- Malicious packages" echo "- Typosquatting attacks" echo "- Install script risks" echo "- Protestware and sabotage" } >> "$GITHUB_STEP_SUMMARY"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/littlebearapps/wp-navigator-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server