You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Backed by research: a 60-rule regex scanner catches **0 / 485** on the MCPTox be
24
24
-[x]**10. Public launch hygiene.** Honest README with benchmark table, local privacy note, sample reporting guide, GitHub issue templates, SECURITY policy, package build gate, and Reddit launch draft.
25
25
-[x]**11. CI gate preview.** Root `action.yml` lets a repo run IntentProbe from GitHub Actions with `uses: mcpware/IntentProbe@main`; docs live in `docs/GITHUB_ACTION.md`.
26
26
-[ ]**12. First public feedback loop.** Post publicly, ask users to scan real MCP servers / skills / packages, triage missed detections and false positives into the next data curriculum.
- Research compatibility wrappers: `research/activation_scanner_core.py`, `research/activation_scanner_cli.py`, and `research/activation_scanner_hook.py`.
4. Record the exact command/output as a short terminal demo.
66
-
5. Add a `docs/DEMO_SCRIPT.md` that anyone can follow without knowing
67
-
activation probing.
68
+
5. Record exact command/output in a text demo script anyone can follow without
69
+
knowing activation probing.
68
70
6. Cut a v0.2 release once the action, demo script, and smoke evidence are all
69
71
in one place.
70
72
71
73
## Next 72 hours
72
74
73
75
- Make the CI install path copy-pasteable.
74
76
- Add a "scan this repo in GitHub Actions" section to README.
75
-
- Produce a 60-second demo: clone, install, scan safe, scan poisoned, show
76
-
block, show JSON.
77
+
- Produce no-video proof: clone, install, scan safe, scan poisoned, show block,
78
+
show JSON, and link the green action smoke.
77
79
- Reply to technical comments with concrete product behavior, not research
78
80
abstraction.
79
81
- Track every external comment, star burst, install question, and failure case
@@ -128,6 +130,11 @@ integration example.
128
130
Do not spend a week polishing wording while the product surface stands still.
129
131
The repo needs fresh proof more than perfect prose.
130
132
133
+
Video is optional. For scanners, a terminal video is weaker than a runnable
134
+
workflow because most scanner demos look the same. Prioritize reproducible proof
135
+
first: green CI, expected block, expected allow, clear JSON, and public issue
136
+
loop.
137
+
131
138
## Claim boundaries
132
139
133
140
Safe to say:
@@ -151,3 +158,4 @@ Do not say:
151
158
|---|---|---|
152
159
| 2026-06-08 | Build GitHub Action before more posting. | CI turns IntentProbe from "try this CLI" into an admission gate people can wire into repos. |
153
160
| 2026-06-08 | Keep the public pack framed as a demo/evidence pack. | It still serves the acquisition path, but reads better to users, partners, and buyers. |
161
+
| 2026-06-08 | Defer video and prioritize runnable proof. | Security scanner videos are low-signal; action smoke, demo script, and reproducible commands create stronger trust. |
0 commit comments