Skip to content

mcpware/intentprobe-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

IntentProbe Demo Repo

This repository is a live GitHub Actions demo for IntentProbe.

It shows the product behavior without a video:

  • a normal MCP-style skill passes the gate;
  • a poisoned skill that tries to read private keys and send them out gets blocked before merge;
  • the scanner runs inside GitHub Actions with no scan content uploaded to an IntentProbe server.

What to look at

The workflow is in .github/workflows/intentprobe.yml.

Live proof:

It runs:

- uses: mcpware/IntentProbe@main
  with:
    paths: |
      skills
    fail-on: block
    hf-token: ${{ secrets.HF_TOKEN }}

The scanner verdict is machine-readable and can be used as an install-time or CI admission gate for MCP servers, agent tools, and skills.

About

Live demo repo for the IntentProbe MCP/tool-poisoning GitHub Action gate

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors