@kryptosai/mcp-observatory 1.32.0 → 1.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (408) hide show
  1. package/README.md +9 -13
  2. package/README.zh-CN.md +4 -10
  3. package/dist/src/adapters/base.d.ts +14 -0
  4. package/dist/src/adapters/base.js +2 -0
  5. package/dist/src/adapters/base.js.map +1 -0
  6. package/dist/src/checks/semantics.d.ts +2 -0
  7. package/dist/src/checks/semantics.js +48 -0
  8. package/dist/src/checks/semantics.js.map +1 -0
  9. package/dist/src/cli.js +8 -2
  10. package/dist/src/cli.js.map +1 -1
  11. package/dist/src/commands/audit.js +7 -1
  12. package/dist/src/commands/audit.js.map +1 -1
  13. package/dist/src/commands/enforce.d.ts +2 -2
  14. package/dist/src/commands/enforce.js +19 -11
  15. package/dist/src/commands/enforce.js.map +1 -1
  16. package/dist/src/commands/helpers.d.ts +2 -0
  17. package/dist/src/commands/helpers.js +8 -1
  18. package/dist/src/commands/helpers.js.map +1 -1
  19. package/dist/src/commands/scan.d.ts +14 -0
  20. package/dist/src/commands/scan.js +42 -3
  21. package/dist/src/commands/scan.js.map +1 -1
  22. package/dist/src/commands/score.js +22 -1
  23. package/dist/src/commands/score.js.map +1 -1
  24. package/dist/src/commands/skill-scan.js +5 -3
  25. package/dist/src/commands/skill-scan.js.map +1 -1
  26. package/dist/src/commands/test.d.ts +19 -0
  27. package/dist/src/commands/test.js +70 -4
  28. package/dist/src/commands/test.js.map +1 -1
  29. package/dist/src/commercial.js +2 -2
  30. package/dist/src/commercial.js.map +1 -1
  31. package/dist/src/diff/diff.d.ts +2 -0
  32. package/dist/src/diff/diff.js +81 -0
  33. package/dist/src/diff/diff.js.map +1 -0
  34. package/dist/src/reporters/json.d.ts +2 -0
  35. package/dist/src/reporters/json.js +4 -0
  36. package/dist/src/reporters/json.js.map +1 -0
  37. package/dist/src/runner/runner.d.ts +2 -0
  38. package/dist/src/runner/runner.js +135 -0
  39. package/dist/src/runner/runner.js.map +1 -0
  40. package/dist/src/storage/filesystem.d.ts +6 -0
  41. package/dist/src/storage/filesystem.js +21 -0
  42. package/dist/src/storage/filesystem.js.map +1 -0
  43. package/dist/src/telemetry.d.ts +25 -3
  44. package/dist/src/telemetry.js +84 -18
  45. package/dist/src/telemetry.js.map +1 -1
  46. package/dist/src/validate.js +5 -6
  47. package/dist/src/validate.js.map +1 -1
  48. package/docs/mcp-server-safety-index.md +317 -8
  49. package/docs/safety-index/artifacts/1link-mcp.json +66 -0
  50. package/docs/safety-index/artifacts/1link-mcp.md +106 -0
  51. package/docs/safety-index/artifacts/aadhaar-mcp.json +66 -0
  52. package/docs/safety-index/artifacts/aadhaar-mcp.md +106 -0
  53. package/docs/safety-index/artifacts/aikidosec-mcp-server.json +536 -0
  54. package/docs/safety-index/artifacts/aikidosec-mcp-server.md +203 -0
  55. package/docs/safety-index/artifacts/aiou-mcp.json +66 -0
  56. package/docs/safety-index/artifacts/aiou-mcp.md +106 -0
  57. package/docs/safety-index/artifacts/airtable-mcp-server.json +66 -0
  58. package/docs/safety-index/artifacts/airtable-mcp-server.md +106 -0
  59. package/docs/safety-index/artifacts/alpaca-server.json +66 -0
  60. package/docs/safety-index/artifacts/alpaca-server.md +106 -0
  61. package/docs/safety-index/artifacts/antv-chart-server.json +1454 -21
  62. package/docs/safety-index/artifacts/antv-chart-server.md +155 -9
  63. package/docs/safety-index/artifacts/apify-mcp-server.json +66 -0
  64. package/docs/safety-index/artifacts/apify-mcp-server.md +103 -0
  65. package/docs/safety-index/artifacts/apple-music-server.json +66 -0
  66. package/docs/safety-index/artifacts/apple-music-server.md +102 -0
  67. package/docs/safety-index/artifacts/appwrite-mcp.json +66 -0
  68. package/docs/safety-index/artifacts/appwrite-mcp.md +106 -0
  69. package/docs/safety-index/artifacts/aqi-india-mcp.json +66 -0
  70. package/docs/safety-index/artifacts/aqi-india-mcp.md +106 -0
  71. package/docs/safety-index/artifacts/argocd-mcp-server.json +66 -0
  72. package/docs/safety-index/artifacts/argocd-mcp-server.md +106 -0
  73. package/docs/safety-index/artifacts/arxiv-mcp-server.json +66 -0
  74. package/docs/safety-index/artifacts/arxiv-mcp-server.md +100 -0
  75. package/docs/safety-index/artifacts/aws-mcp-server.json +66 -0
  76. package/docs/safety-index/artifacts/aws-mcp-server.md +103 -0
  77. package/docs/safety-index/artifacts/azure-devops-mcp-server.json +66 -0
  78. package/docs/safety-index/artifacts/azure-devops-mcp-server.md +106 -0
  79. package/docs/safety-index/artifacts/azure-mcp-server.json +66 -0
  80. package/docs/safety-index/artifacts/azure-mcp-server.md +102 -0
  81. package/docs/safety-index/artifacts/bhuvan-mcp.json +66 -0
  82. package/docs/safety-index/artifacts/bhuvan-mcp.md +106 -0
  83. package/docs/safety-index/artifacts/brave-search-mcp-server-v2.json +66 -0
  84. package/docs/safety-index/artifacts/brave-search-mcp-server-v2.md +103 -0
  85. package/docs/safety-index/artifacts/brave-search-server.json +341 -0
  86. package/docs/safety-index/artifacts/brave-search-server.md +201 -0
  87. package/docs/safety-index/artifacts/browsermcp-server.json +83 -18
  88. package/docs/safety-index/artifacts/browsermcp-server.md +46 -12
  89. package/docs/safety-index/artifacts/cal-com-mcp.json +66 -0
  90. package/docs/safety-index/artifacts/cal-com-mcp.md +106 -0
  91. package/docs/safety-index/artifacts/canvas-server.json +66 -0
  92. package/docs/safety-index/artifacts/canvas-server.md +105 -0
  93. package/docs/safety-index/artifacts/caselaw-server.json +66 -0
  94. package/docs/safety-index/artifacts/caselaw-server.md +106 -0
  95. package/docs/safety-index/artifacts/chatwoot-mcp.json +66 -0
  96. package/docs/safety-index/artifacts/chatwoot-mcp.md +102 -0
  97. package/docs/safety-index/artifacts/chrome-devtools-mcp-server.json +596 -25
  98. package/docs/safety-index/artifacts/chrome-devtools-mcp-server.md +97 -15
  99. package/docs/safety-index/artifacts/circleci-server.json +1606 -0
  100. package/docs/safety-index/artifacts/circleci-server.md +243 -0
  101. package/docs/safety-index/artifacts/clarity-server.json +794 -0
  102. package/docs/safety-index/artifacts/clarity-server.md +201 -0
  103. package/docs/safety-index/artifacts/clay-server.json +66 -0
  104. package/docs/safety-index/artifacts/clay-server.md +106 -0
  105. package/docs/safety-index/artifacts/clickup-mcp-server.json +66 -0
  106. package/docs/safety-index/artifacts/clickup-mcp-server.md +106 -0
  107. package/docs/safety-index/artifacts/cloudflare-mcp-server-v2.json +66 -0
  108. package/docs/safety-index/artifacts/cloudflare-mcp-server-v2.md +102 -0
  109. package/docs/safety-index/artifacts/cloudflare-server.json +66 -0
  110. package/docs/safety-index/artifacts/cloudflare-server.md +106 -0
  111. package/docs/safety-index/artifacts/coinbase-cds-server.json +322 -0
  112. package/docs/safety-index/artifacts/coinbase-cds-server.md +201 -0
  113. package/docs/safety-index/artifacts/confluence-mcp-server.json +1727 -0
  114. package/docs/safety-index/artifacts/confluence-mcp-server.md +255 -0
  115. package/docs/safety-index/artifacts/context7-server.json +85 -18
  116. package/docs/safety-index/artifacts/context7-server.md +52 -11
  117. package/docs/safety-index/artifacts/contract-analysis-server.json +66 -0
  118. package/docs/safety-index/artifacts/contract-analysis-server.md +106 -0
  119. package/docs/safety-index/artifacts/cowin-mcp.json +66 -0
  120. package/docs/safety-index/artifacts/cowin-mcp.md +106 -0
  121. package/docs/safety-index/artifacts/currents-mcp-server.json +66 -0
  122. package/docs/safety-index/artifacts/currents-mcp-server.md +102 -0
  123. package/docs/safety-index/artifacts/cyanheads-git-mcp-server.json +1565 -34
  124. package/docs/safety-index/artifacts/cyanheads-git-mcp-server.md +178 -17
  125. package/docs/safety-index/artifacts/dalle-server.json +66 -0
  126. package/docs/safety-index/artifacts/dalle-server.md +104 -0
  127. package/docs/safety-index/artifacts/daraz-mcp.json +66 -0
  128. package/docs/safety-index/artifacts/daraz-mcp.md +106 -0
  129. package/docs/safety-index/artifacts/desktop-commander-mcp-server.json +2348 -0
  130. package/docs/safety-index/artifacts/desktop-commander-mcp-server.md +266 -0
  131. package/docs/safety-index/artifacts/digilocker-mcp.json +66 -0
  132. package/docs/safety-index/artifacts/digilocker-mcp.md +106 -0
  133. package/docs/safety-index/artifacts/discord-mcp-server.json +1297 -0
  134. package/docs/safety-index/artifacts/discord-mcp-server.md +169 -0
  135. package/docs/safety-index/artifacts/discord-mcp.json +1023 -0
  136. package/docs/safety-index/artifacts/discord-mcp.md +229 -0
  137. package/docs/safety-index/artifacts/docker-server.json +395 -0
  138. package/docs/safety-index/artifacts/docker-server.md +204 -0
  139. package/docs/safety-index/artifacts/dynamodb-mcp-server.json +66 -0
  140. package/docs/safety-index/artifacts/dynamodb-mcp-server.md +103 -0
  141. package/docs/safety-index/artifacts/dynatrace-mcp-server.json +66 -0
  142. package/docs/safety-index/artifacts/dynatrace-mcp-server.md +103 -0
  143. package/docs/safety-index/artifacts/easypaisa-mcp.json +553 -0
  144. package/docs/safety-index/artifacts/easypaisa-mcp.md +205 -0
  145. package/docs/safety-index/artifacts/ehsaas-mcp.json +66 -0
  146. package/docs/safety-index/artifacts/ehsaas-mcp.md +106 -0
  147. package/docs/safety-index/artifacts/epic-server.json +66 -0
  148. package/docs/safety-index/artifacts/epic-server.md +106 -0
  149. package/docs/safety-index/artifacts/eslint-mcp-server.json +320 -0
  150. package/docs/safety-index/artifacts/eslint-mcp-server.md +201 -0
  151. package/docs/safety-index/artifacts/espn-server.json +394 -0
  152. package/docs/safety-index/artifacts/espn-server.md +187 -0
  153. package/docs/safety-index/artifacts/everything-server.json +145 -18
  154. package/docs/safety-index/artifacts/everything-server.md +56 -11
  155. package/docs/safety-index/artifacts/exa-server.json +400 -0
  156. package/docs/safety-index/artifacts/exa-server.md +207 -0
  157. package/docs/safety-index/artifacts/executeautomation-playwright-server.json +625 -18
  158. package/docs/safety-index/artifacts/executeautomation-playwright-server.md +95 -11
  159. package/docs/safety-index/artifacts/fbr-mcp.json +66 -0
  160. package/docs/safety-index/artifacts/fbr-mcp.md +106 -0
  161. package/docs/safety-index/artifacts/fetch-server.json +66 -0
  162. package/docs/safety-index/artifacts/fetch-server.md +106 -0
  163. package/docs/safety-index/artifacts/fhir-server.json +66 -0
  164. package/docs/safety-index/artifacts/fhir-server.md +100 -0
  165. package/docs/safety-index/artifacts/figma-server.json +1766 -0
  166. package/docs/safety-index/artifacts/figma-server.md +256 -0
  167. package/docs/safety-index/artifacts/filesystem-mcp-server.json +427 -23
  168. package/docs/safety-index/artifacts/filesystem-mcp-server.md +75 -14
  169. package/docs/safety-index/artifacts/filesystem-server.json +426 -22
  170. package/docs/safety-index/artifacts/filesystem-server.md +73 -12
  171. package/docs/safety-index/artifacts/firecrawl-server.json +4056 -0
  172. package/docs/safety-index/artifacts/firecrawl-server.md +243 -0
  173. package/docs/safety-index/artifacts/flight-server.json +66 -0
  174. package/docs/safety-index/artifacts/flight-server.md +106 -0
  175. package/docs/safety-index/artifacts/foodpanda-pakistan-mcp.json +66 -0
  176. package/docs/safety-index/artifacts/foodpanda-pakistan-mcp.md +106 -0
  177. package/docs/safety-index/artifacts/gcp-mcp-server.json +66 -0
  178. package/docs/safety-index/artifacts/gcp-mcp-server.md +103 -0
  179. package/docs/safety-index/artifacts/github-mcp-server.json +374 -21
  180. package/docs/safety-index/artifacts/github-mcp-server.md +71 -15
  181. package/docs/safety-index/artifacts/gitlab-server.json +229 -0
  182. package/docs/safety-index/artifacts/gitlab-server.md +753 -0
  183. package/docs/safety-index/artifacts/gmail-server.json +66 -0
  184. package/docs/safety-index/artifacts/gmail-server.md +106 -0
  185. package/docs/safety-index/artifacts/google-calendar-server.json +66 -0
  186. package/docs/safety-index/artifacts/google-calendar-server.md +106 -0
  187. package/docs/safety-index/artifacts/google-drive-server.json +66 -0
  188. package/docs/safety-index/artifacts/google-drive-server.md +106 -0
  189. package/docs/safety-index/artifacts/google-sheets-server.json +66 -0
  190. package/docs/safety-index/artifacts/google-sheets-server.md +106 -0
  191. package/docs/safety-index/artifacts/google-tasks-server.json +66 -0
  192. package/docs/safety-index/artifacts/google-tasks-server.md +106 -0
  193. package/docs/safety-index/artifacts/gst-mcp.json +66 -0
  194. package/docs/safety-index/artifacts/gst-mcp.md +106 -0
  195. package/docs/safety-index/artifacts/gupshup-mcp.json +66 -0
  196. package/docs/safety-index/artifacts/gupshup-mcp.md +106 -0
  197. package/docs/safety-index/artifacts/hasura-mcp.json +66 -0
  198. package/docs/safety-index/artifacts/hasura-mcp.md +106 -0
  199. package/docs/safety-index/artifacts/healthcare-ayushman-bharat-mcp.json +66 -0
  200. package/docs/safety-index/artifacts/healthcare-ayushman-bharat-mcp.md +106 -0
  201. package/docs/safety-index/artifacts/hec-pakistan-mcp.json +66 -0
  202. package/docs/safety-index/artifacts/hec-pakistan-mcp.md +106 -0
  203. package/docs/safety-index/artifacts/heroku-server.json +1502 -0
  204. package/docs/safety-index/artifacts/heroku-server.md +236 -0
  205. package/docs/safety-index/artifacts/homekit-server.json +66 -0
  206. package/docs/safety-index/artifacts/homekit-server.md +106 -0
  207. package/docs/safety-index/artifacts/hotel-booking-server.json +66 -0
  208. package/docs/safety-index/artifacts/hotel-booking-server.md +106 -0
  209. package/docs/safety-index/artifacts/hubspot-mcp-server.json +66 -0
  210. package/docs/safety-index/artifacts/hubspot-mcp-server.md +106 -0
  211. package/docs/safety-index/artifacts/huggingface-server.json +66 -0
  212. package/docs/safety-index/artifacts/huggingface-server.md +106 -0
  213. package/docs/safety-index/artifacts/indian-food-nutrition-mcp.json +663 -0
  214. package/docs/safety-index/artifacts/indian-food-nutrition-mcp.md +211 -0
  215. package/docs/safety-index/artifacts/irctc-mcp.json +66 -0
  216. package/docs/safety-index/artifacts/irctc-mcp.md +106 -0
  217. package/docs/safety-index/artifacts/jazz-mcp.json +66 -0
  218. package/docs/safety-index/artifacts/jazz-mcp.md +106 -0
  219. package/docs/safety-index/artifacts/jazzcash-mcp.json +66 -0
  220. package/docs/safety-index/artifacts/jazzcash-mcp.md +102 -0
  221. package/docs/safety-index/artifacts/jina-server.json +66 -0
  222. package/docs/safety-index/artifacts/jina-server.md +106 -0
  223. package/docs/safety-index/artifacts/jira-mcp-server.json +66 -0
  224. package/docs/safety-index/artifacts/jira-mcp-server.md +104 -0
  225. package/docs/safety-index/artifacts/k2-mcp.json +66 -0
  226. package/docs/safety-index/artifacts/k2-mcp.md +106 -0
  227. package/docs/safety-index/artifacts/karachi-stock-exchange-mcp.json +67 -0
  228. package/docs/safety-index/artifacts/karachi-stock-exchange-mcp.md +114 -0
  229. package/docs/safety-index/artifacts/khan-academy-server.json +66 -0
  230. package/docs/safety-index/artifacts/khan-academy-server.md +106 -0
  231. package/docs/safety-index/artifacts/kubernetes-server.json +1126 -29
  232. package/docs/safety-index/artifacts/kubernetes-server.md +141 -18
  233. package/docs/safety-index/artifacts/langfuse-mcp.json +66 -0
  234. package/docs/safety-index/artifacts/langfuse-mcp.md +106 -0
  235. package/docs/safety-index/artifacts/linear-server.json +1494 -0
  236. package/docs/safety-index/artifacts/linear-server.md +237 -0
  237. package/docs/safety-index/artifacts/mapmyindia-mcp.json +66 -0
  238. package/docs/safety-index/artifacts/mapmyindia-mcp.md +106 -0
  239. package/docs/safety-index/artifacts/memory-server.json +191 -18
  240. package/docs/safety-index/artifacts/memory-server.md +52 -10
  241. package/docs/safety-index/artifacts/minecraft-server.json +592 -0
  242. package/docs/safety-index/artifacts/minecraft-server.md +186 -0
  243. package/docs/safety-index/artifacts/mls-server.json +66 -0
  244. package/docs/safety-index/artifacts/mls-server.md +106 -0
  245. package/docs/safety-index/artifacts/mongodb-server.json +66 -0
  246. package/docs/safety-index/artifacts/mongodb-server.md +106 -0
  247. package/docs/safety-index/artifacts/mui-mcp-server.json +419 -0
  248. package/docs/safety-index/artifacts/mui-mcp-server.md +208 -0
  249. package/docs/safety-index/artifacts/mysql-mcp-server.json +66 -0
  250. package/docs/safety-index/artifacts/mysql-mcp-server.md +106 -0
  251. package/docs/safety-index/artifacts/nadra-mcp.json +66 -0
  252. package/docs/safety-index/artifacts/nadra-mcp.md +106 -0
  253. package/docs/safety-index/artifacts/neon-server.json +66 -0
  254. package/docs/safety-index/artifacts/neon-server.md +103 -0
  255. package/docs/safety-index/artifacts/notion-server.json +7151 -0
  256. package/docs/safety-index/artifacts/notion-server.md +236 -0
  257. package/docs/safety-index/artifacts/obsidian-mcp.json +66 -0
  258. package/docs/safety-index/artifacts/obsidian-mcp.md +106 -0
  259. package/docs/safety-index/artifacts/ola-maps-mcp.json +66 -0
  260. package/docs/safety-index/artifacts/ola-maps-mcp.md +106 -0
  261. package/docs/safety-index/artifacts/olx-pakistan-mcp.json +66 -0
  262. package/docs/safety-index/artifacts/olx-pakistan-mcp.md +106 -0
  263. package/docs/safety-index/artifacts/onesignal-server.json +66 -0
  264. package/docs/safety-index/artifacts/onesignal-server.md +106 -0
  265. package/docs/safety-index/artifacts/openai-mcp-server.json +66 -0
  266. package/docs/safety-index/artifacts/openai-mcp-server.md +106 -0
  267. package/docs/safety-index/artifacts/opentofu-server.json +30 -18
  268. package/docs/safety-index/artifacts/opentofu-server.md +27 -9
  269. package/docs/safety-index/artifacts/openweather-server.json +66 -0
  270. package/docs/safety-index/artifacts/openweather-server.md +106 -0
  271. package/docs/safety-index/artifacts/pakistan-cricket-mcp.json +66 -0
  272. package/docs/safety-index/artifacts/pakistan-cricket-mcp.md +106 -0
  273. package/docs/safety-index/artifacts/pakistan-post-mcp.json +66 -0
  274. package/docs/safety-index/artifacts/pakistan-post-mcp.md +106 -0
  275. package/docs/safety-index/artifacts/pakistan-weather-mcp.json +66 -0
  276. package/docs/safety-index/artifacts/pakistan-weather-mcp.md +106 -0
  277. package/docs/safety-index/artifacts/pakwheels-mcp.json +66 -0
  278. package/docs/safety-index/artifacts/pakwheels-mcp.md +106 -0
  279. package/docs/safety-index/artifacts/paytm-mcp.json +66 -0
  280. package/docs/safety-index/artifacts/paytm-mcp.md +106 -0
  281. package/docs/safety-index/artifacts/perplexity-mcp.json +66 -0
  282. package/docs/safety-index/artifacts/perplexity-mcp.md +106 -0
  283. package/docs/safety-index/artifacts/pims-mcp.json +66 -0
  284. package/docs/safety-index/artifacts/pims-mcp.md +106 -0
  285. package/docs/safety-index/artifacts/playwright-mcp-server.json +415 -24
  286. package/docs/safety-index/artifacts/playwright-mcp-server.md +84 -20
  287. package/docs/safety-index/artifacts/postgres-server.json +330 -0
  288. package/docs/safety-index/artifacts/postgres-server.md +208 -0
  289. package/docs/safety-index/artifacts/postman-india-region.json +66 -0
  290. package/docs/safety-index/artifacts/postman-india-region.md +102 -0
  291. package/docs/safety-index/artifacts/postman-mcp-server.json +66 -0
  292. package/docs/safety-index/artifacts/postman-mcp-server.md +102 -0
  293. package/docs/safety-index/artifacts/promptopia-server.json +95 -18
  294. package/docs/safety-index/artifacts/promptopia-server.md +44 -10
  295. package/docs/safety-index/artifacts/pubmed-mcp-server.json +58 -0
  296. package/docs/safety-index/artifacts/pubmed-mcp-server.md +96 -0
  297. package/docs/safety-index/artifacts/punjab-health-mcp.json +66 -0
  298. package/docs/safety-index/artifacts/punjab-health-mcp.md +106 -0
  299. package/docs/safety-index/artifacts/puppeteer-server.json +118 -29
  300. package/docs/safety-index/artifacts/puppeteer-server.md +62 -20
  301. package/docs/safety-index/artifacts/qase-server.json +7055 -0
  302. package/docs/safety-index/artifacts/qase-server.md +329 -0
  303. package/docs/safety-index/artifacts/qdrant-server.json +66 -0
  304. package/docs/safety-index/artifacts/qdrant-server.md +106 -0
  305. package/docs/safety-index/artifacts/raspberrypi-server.json +66 -0
  306. package/docs/safety-index/artifacts/raspberrypi-server.md +106 -0
  307. package/docs/safety-index/artifacts/razorpay-mcp.json +66 -0
  308. package/docs/safety-index/artifacts/razorpay-mcp.md +103 -0
  309. package/docs/safety-index/artifacts/reddit-server.json +66 -0
  310. package/docs/safety-index/artifacts/reddit-server.md +106 -0
  311. package/docs/safety-index/artifacts/redis-server.json +66 -0
  312. package/docs/safety-index/artifacts/redis-server.md +106 -0
  313. package/docs/safety-index/artifacts/ref-tools-server.json +95 -18
  314. package/docs/safety-index/artifacts/ref-tools-server.md +43 -10
  315. package/docs/safety-index/artifacts/resend-mcp.json +66 -0
  316. package/docs/safety-index/artifacts/resend-mcp.md +102 -0
  317. package/docs/safety-index/artifacts/rozgar-mcp.json +66 -0
  318. package/docs/safety-index/artifacts/rozgar-mcp.md +106 -0
  319. package/docs/safety-index/artifacts/s3-mcp-server.json +467 -0
  320. package/docs/safety-index/artifacts/s3-mcp-server.md +209 -0
  321. package/docs/safety-index/artifacts/salesforce-mcp-server.json +66 -0
  322. package/docs/safety-index/artifacts/salesforce-mcp-server.md +106 -0
  323. package/docs/safety-index/artifacts/sehat-sahulat-mcp.json +66 -0
  324. package/docs/safety-index/artifacts/sehat-sahulat-mcp.md +106 -0
  325. package/docs/safety-index/artifacts/sendgrid-mcp.json +66 -0
  326. package/docs/safety-index/artifacts/sendgrid-mcp.md +106 -0
  327. package/docs/safety-index/artifacts/sentry-server.json +66 -0
  328. package/docs/safety-index/artifacts/sentry-server.md +106 -0
  329. package/docs/safety-index/artifacts/sequential-thinking-server.json +59 -18
  330. package/docs/safety-index/artifacts/sequential-thinking-server.md +40 -8
  331. package/docs/safety-index/artifacts/shopify-mcp-server.json +66 -0
  332. package/docs/safety-index/artifacts/shopify-mcp-server.md +106 -0
  333. package/docs/safety-index/artifacts/shopify-mcp.json +66 -0
  334. package/docs/safety-index/artifacts/shopify-mcp.md +106 -0
  335. package/docs/safety-index/artifacts/shortcut-mcp-server.json +66 -0
  336. package/docs/safety-index/artifacts/shortcut-mcp-server.md +102 -0
  337. package/docs/safety-index/artifacts/slack-server.json +66 -0
  338. package/docs/safety-index/artifacts/slack-server.md +102 -0
  339. package/docs/safety-index/artifacts/smartbear-mcp-server.json +21483 -0
  340. package/docs/safety-index/artifacts/smartbear-mcp-server.md +900 -0
  341. package/docs/safety-index/artifacts/spotify-mcp.json +2071 -0
  342. package/docs/safety-index/artifacts/spotify-mcp.md +237 -0
  343. package/docs/safety-index/artifacts/spotify-server.json +66 -0
  344. package/docs/safety-index/artifacts/spotify-server.md +106 -0
  345. package/docs/safety-index/artifacts/sqlite-server.json +67 -0
  346. package/docs/safety-index/artifacts/sqlite-server.md +106 -0
  347. package/docs/safety-index/artifacts/stable-diffusion-server.json +66 -0
  348. package/docs/safety-index/artifacts/stable-diffusion-server.md +106 -0
  349. package/docs/safety-index/artifacts/stock-nse-india.json +66 -0
  350. package/docs/safety-index/artifacts/stock-nse-india.md +106 -0
  351. package/docs/safety-index/artifacts/storybook-mcp-server.json +66 -0
  352. package/docs/safety-index/artifacts/storybook-mcp-server.md +103 -0
  353. package/docs/safety-index/artifacts/stripe-server.json +66 -0
  354. package/docs/safety-index/artifacts/stripe-server.md +106 -0
  355. package/docs/safety-index/artifacts/supabase-server.json +66 -0
  356. package/docs/safety-index/artifacts/supabase-server.md +102 -0
  357. package/docs/safety-index/artifacts/tavily-search-server.json +66 -0
  358. package/docs/safety-index/artifacts/tavily-search-server.md +106 -0
  359. package/docs/safety-index/artifacts/telegram-mcp-server.json +66 -0
  360. package/docs/safety-index/artifacts/telegram-mcp-server.md +103 -0
  361. package/docs/safety-index/artifacts/telenor-pakistan-mcp.json +66 -0
  362. package/docs/safety-index/artifacts/telenor-pakistan-mcp.md +106 -0
  363. package/docs/safety-index/artifacts/textlocal-mcp.json +66 -0
  364. package/docs/safety-index/artifacts/textlocal-mcp.md +106 -0
  365. package/docs/safety-index/artifacts/tooljet-mcp.json +66 -0
  366. package/docs/safety-index/artifacts/tooljet-mcp.md +106 -0
  367. package/docs/safety-index/artifacts/transcend-server.json +3438 -0
  368. package/docs/safety-index/artifacts/transcend-server.md +277 -0
  369. package/docs/safety-index/artifacts/trello-mcp-server.json +916 -0
  370. package/docs/safety-index/artifacts/trello-mcp-server.md +211 -0
  371. package/docs/safety-index/artifacts/twilio-mcp.json +66 -0
  372. package/docs/safety-index/artifacts/twilio-mcp.md +106 -0
  373. package/docs/safety-index/artifacts/udyam-mcp.json +66 -0
  374. package/docs/safety-index/artifacts/udyam-mcp.md +106 -0
  375. package/docs/safety-index/artifacts/ufone-mcp.json +66 -0
  376. package/docs/safety-index/artifacts/ufone-mcp.md +106 -0
  377. package/docs/safety-index/artifacts/ui5-mcp-server.json +24 -24
  378. package/docs/safety-index/artifacts/ui5-mcp-server.md +13 -13
  379. package/docs/safety-index/artifacts/unity-server.json +66 -0
  380. package/docs/safety-index/artifacts/unity-server.md +102 -0
  381. package/docs/safety-index/artifacts/upi-mcp.json +452 -0
  382. package/docs/safety-index/artifacts/upi-mcp.md +201 -0
  383. package/docs/safety-index/artifacts/vercel-ai-server.json +66 -0
  384. package/docs/safety-index/artifacts/vercel-ai-server.md +106 -0
  385. package/docs/safety-index/artifacts/vimeo-server.json +66 -0
  386. package/docs/safety-index/artifacts/vimeo-server.md +106 -0
  387. package/docs/safety-index/artifacts/weather-server.json +66 -0
  388. package/docs/safety-index/artifacts/weather-server.md +106 -0
  389. package/docs/safety-index/artifacts/whatsapp-business-mcp.json +66 -0
  390. package/docs/safety-index/artifacts/whatsapp-business-mcp.md +106 -0
  391. package/docs/safety-index/artifacts/whatsapp-mcp-server.json +66 -0
  392. package/docs/safety-index/artifacts/whatsapp-mcp-server.md +106 -0
  393. package/docs/safety-index/artifacts/whatsapp-mcp.json +66 -0
  394. package/docs/safety-index/artifacts/whatsapp-mcp.md +106 -0
  395. package/docs/safety-index/artifacts/yahoo-finance-server.json +626 -0
  396. package/docs/safety-index/artifacts/yahoo-finance-server.md +187 -0
  397. package/docs/safety-index/artifacts/youtube-mcp-server.json +58 -0
  398. package/docs/safety-index/artifacts/youtube-mcp-server.md +96 -0
  399. package/docs/safety-index/artifacts/youtube-server.json +66 -0
  400. package/docs/safety-index/artifacts/youtube-server.md +103 -0
  401. package/docs/safety-index/artifacts/zendesk-mcp.json +66 -0
  402. package/docs/safety-index/artifacts/zendesk-mcp.md +106 -0
  403. package/docs/safety-index/artifacts/zillow-server.json +66 -0
  404. package/docs/safety-index/artifacts/zillow-server.md +102 -0
  405. package/docs/safety-index/artifacts/zong-mcp.json +66 -0
  406. package/docs/safety-index/artifacts/zong-mcp.md +106 -0
  407. package/docs/safety-index/targets.json +2663 -3
  408. package/package.json +10 -9
@@ -0,0 +1,1297 @@
1
+ {
2
+ "artifactType": "run",
3
+ "schemaVersion": "1.0.0",
4
+ "gate": "pass",
5
+ "runId": "run_2026-07-15T172945563Z_da7ae263",
6
+ "createdAt": "2026-07-15T17:29:45.563Z",
7
+ "toolVersion": "1.31.0",
8
+ "target": {
9
+ "targetId": "mcp-server-discord",
10
+ "adapter": "local-process",
11
+ "command": "npx",
12
+ "args": [
13
+ "-y",
14
+ "mcp-server-discord"
15
+ ],
16
+ "serverName": "MCP-Discord",
17
+ "serverVersion": "1.0.0"
18
+ },
19
+ "environment": {
20
+ "platform": "darwin 25.5.0",
21
+ "nodeVersion": "v22.22.1"
22
+ },
23
+ "summary": {
24
+ "total": 8,
25
+ "pass": 5,
26
+ "fail": 0,
27
+ "partial": 1,
28
+ "unsupported": 2,
29
+ "flaky": 0,
30
+ "skipped": 0,
31
+ "gate": "pass"
32
+ },
33
+ "checks": [
34
+ {
35
+ "id": "tools",
36
+ "capability": "tools",
37
+ "status": "pass",
38
+ "durationMs": 1.887749999999869,
39
+ "message": "Advertised capability responded with the minimal expected shape (22 items).",
40
+ "evidence": [
41
+ {
42
+ "endpoint": "tools/list",
43
+ "advertised": true,
44
+ "responded": true,
45
+ "minimalShapePresent": true,
46
+ "itemCount": 22,
47
+ "identifiers": [
48
+ "discord_create_category",
49
+ "discord_edit_category",
50
+ "discord_delete_category",
51
+ "discord_login",
52
+ "discord_send",
53
+ "discord_get_forum_channels",
54
+ "discord_create_forum_post",
55
+ "discord_get_forum_post",
56
+ "discord_reply_to_forum",
57
+ "discord_create_text_channel",
58
+ "discord_delete_channel",
59
+ "discord_read_messages",
60
+ "discord_get_server_info",
61
+ "discord_add_reaction",
62
+ "discord_add_multiple_reactions",
63
+ "discord_remove_reaction",
64
+ "discord_delete_forum_post",
65
+ "discord_delete_message",
66
+ "discord_create_webhook",
67
+ "discord_send_webhook_message",
68
+ "discord_edit_webhook",
69
+ "discord_delete_webhook"
70
+ ],
71
+ "diagnostics": [],
72
+ "schemas": {
73
+ "discord_create_category": {
74
+ "type": "object",
75
+ "properties": {
76
+ "guildId": {
77
+ "type": "string"
78
+ },
79
+ "name": {
80
+ "type": "string"
81
+ },
82
+ "position": {
83
+ "type": "number"
84
+ },
85
+ "reason": {
86
+ "type": "string"
87
+ }
88
+ },
89
+ "required": [
90
+ "guildId",
91
+ "name"
92
+ ]
93
+ },
94
+ "discord_edit_category": {
95
+ "type": "object",
96
+ "properties": {
97
+ "categoryId": {
98
+ "type": "string"
99
+ },
100
+ "name": {
101
+ "type": "string"
102
+ },
103
+ "position": {
104
+ "type": "number"
105
+ },
106
+ "reason": {
107
+ "type": "string"
108
+ }
109
+ },
110
+ "required": [
111
+ "categoryId"
112
+ ]
113
+ },
114
+ "discord_delete_category": {
115
+ "type": "object",
116
+ "properties": {
117
+ "categoryId": {
118
+ "type": "string"
119
+ },
120
+ "reason": {
121
+ "type": "string"
122
+ }
123
+ },
124
+ "required": [
125
+ "categoryId"
126
+ ]
127
+ },
128
+ "discord_login": {
129
+ "type": "object",
130
+ "properties": {
131
+ "token": {
132
+ "type": "string"
133
+ }
134
+ },
135
+ "required": []
136
+ },
137
+ "discord_send": {
138
+ "type": "object",
139
+ "properties": {
140
+ "channelId": {
141
+ "type": "string"
142
+ },
143
+ "message": {
144
+ "type": "string"
145
+ }
146
+ },
147
+ "required": [
148
+ "channelId",
149
+ "message"
150
+ ]
151
+ },
152
+ "discord_get_forum_channels": {
153
+ "type": "object",
154
+ "properties": {
155
+ "guildId": {
156
+ "type": "string"
157
+ }
158
+ },
159
+ "required": [
160
+ "guildId"
161
+ ]
162
+ },
163
+ "discord_create_forum_post": {
164
+ "type": "object",
165
+ "properties": {
166
+ "forumChannelId": {
167
+ "type": "string"
168
+ },
169
+ "title": {
170
+ "type": "string"
171
+ },
172
+ "content": {
173
+ "type": "string"
174
+ },
175
+ "tags": {
176
+ "type": "array",
177
+ "items": {
178
+ "type": "string"
179
+ }
180
+ }
181
+ },
182
+ "required": [
183
+ "forumChannelId",
184
+ "title",
185
+ "content"
186
+ ]
187
+ },
188
+ "discord_get_forum_post": {
189
+ "type": "object",
190
+ "properties": {
191
+ "threadId": {
192
+ "type": "string"
193
+ }
194
+ },
195
+ "required": [
196
+ "threadId"
197
+ ]
198
+ },
199
+ "discord_reply_to_forum": {
200
+ "type": "object",
201
+ "properties": {
202
+ "threadId": {
203
+ "type": "string"
204
+ },
205
+ "message": {
206
+ "type": "string"
207
+ }
208
+ },
209
+ "required": [
210
+ "threadId",
211
+ "message"
212
+ ]
213
+ },
214
+ "discord_create_text_channel": {
215
+ "type": "object",
216
+ "properties": {
217
+ "guildId": {
218
+ "type": "string"
219
+ },
220
+ "channelName": {
221
+ "type": "string"
222
+ },
223
+ "topic": {
224
+ "type": "string"
225
+ }
226
+ },
227
+ "required": [
228
+ "guildId",
229
+ "channelName"
230
+ ]
231
+ },
232
+ "discord_delete_channel": {
233
+ "type": "object",
234
+ "properties": {
235
+ "channelId": {
236
+ "type": "string"
237
+ },
238
+ "reason": {
239
+ "type": "string"
240
+ }
241
+ },
242
+ "required": [
243
+ "channelId"
244
+ ]
245
+ },
246
+ "discord_read_messages": {
247
+ "type": "object",
248
+ "properties": {
249
+ "channelId": {
250
+ "type": "string"
251
+ },
252
+ "limit": {
253
+ "type": "number",
254
+ "minimum": 1,
255
+ "maximum": 100,
256
+ "default": 50
257
+ }
258
+ },
259
+ "required": [
260
+ "channelId"
261
+ ]
262
+ },
263
+ "discord_get_server_info": {
264
+ "type": "object",
265
+ "properties": {
266
+ "guildId": {
267
+ "type": "string"
268
+ }
269
+ },
270
+ "required": [
271
+ "guildId"
272
+ ]
273
+ },
274
+ "discord_add_reaction": {
275
+ "type": "object",
276
+ "properties": {
277
+ "channelId": {
278
+ "type": "string"
279
+ },
280
+ "messageId": {
281
+ "type": "string"
282
+ },
283
+ "emoji": {
284
+ "type": "string"
285
+ }
286
+ },
287
+ "required": [
288
+ "channelId",
289
+ "messageId",
290
+ "emoji"
291
+ ]
292
+ },
293
+ "discord_add_multiple_reactions": {
294
+ "type": "object",
295
+ "properties": {
296
+ "channelId": {
297
+ "type": "string"
298
+ },
299
+ "messageId": {
300
+ "type": "string"
301
+ },
302
+ "emojis": {
303
+ "type": "array",
304
+ "items": {
305
+ "type": "string"
306
+ }
307
+ }
308
+ },
309
+ "required": [
310
+ "channelId",
311
+ "messageId",
312
+ "emojis"
313
+ ]
314
+ },
315
+ "discord_remove_reaction": {
316
+ "type": "object",
317
+ "properties": {
318
+ "channelId": {
319
+ "type": "string"
320
+ },
321
+ "messageId": {
322
+ "type": "string"
323
+ },
324
+ "emoji": {
325
+ "type": "string"
326
+ },
327
+ "userId": {
328
+ "type": "string"
329
+ }
330
+ },
331
+ "required": [
332
+ "channelId",
333
+ "messageId",
334
+ "emoji"
335
+ ]
336
+ },
337
+ "discord_delete_forum_post": {
338
+ "type": "object",
339
+ "properties": {
340
+ "threadId": {
341
+ "type": "string"
342
+ },
343
+ "reason": {
344
+ "type": "string"
345
+ }
346
+ },
347
+ "required": [
348
+ "threadId"
349
+ ]
350
+ },
351
+ "discord_delete_message": {
352
+ "type": "object",
353
+ "properties": {
354
+ "channelId": {
355
+ "type": "string"
356
+ },
357
+ "messageId": {
358
+ "type": "string"
359
+ },
360
+ "reason": {
361
+ "type": "string"
362
+ }
363
+ },
364
+ "required": [
365
+ "channelId",
366
+ "messageId"
367
+ ]
368
+ },
369
+ "discord_create_webhook": {
370
+ "type": "object",
371
+ "properties": {
372
+ "channelId": {
373
+ "type": "string"
374
+ },
375
+ "name": {
376
+ "type": "string"
377
+ },
378
+ "avatar": {
379
+ "type": "string"
380
+ },
381
+ "reason": {
382
+ "type": "string"
383
+ }
384
+ },
385
+ "required": [
386
+ "channelId",
387
+ "name"
388
+ ]
389
+ },
390
+ "discord_send_webhook_message": {
391
+ "type": "object",
392
+ "properties": {
393
+ "webhookId": {
394
+ "type": "string"
395
+ },
396
+ "webhookToken": {
397
+ "type": "string"
398
+ },
399
+ "content": {
400
+ "type": "string"
401
+ },
402
+ "username": {
403
+ "type": "string"
404
+ },
405
+ "avatarURL": {
406
+ "type": "string"
407
+ },
408
+ "threadId": {
409
+ "type": "string"
410
+ }
411
+ },
412
+ "required": [
413
+ "webhookId",
414
+ "webhookToken",
415
+ "content"
416
+ ]
417
+ },
418
+ "discord_edit_webhook": {
419
+ "type": "object",
420
+ "properties": {
421
+ "webhookId": {
422
+ "type": "string"
423
+ },
424
+ "webhookToken": {
425
+ "type": "string"
426
+ },
427
+ "name": {
428
+ "type": "string"
429
+ },
430
+ "avatar": {
431
+ "type": "string"
432
+ },
433
+ "channelId": {
434
+ "type": "string"
435
+ },
436
+ "reason": {
437
+ "type": "string"
438
+ }
439
+ },
440
+ "required": [
441
+ "webhookId"
442
+ ]
443
+ },
444
+ "discord_delete_webhook": {
445
+ "type": "object",
446
+ "properties": {
447
+ "webhookId": {
448
+ "type": "string"
449
+ },
450
+ "webhookToken": {
451
+ "type": "string"
452
+ },
453
+ "reason": {
454
+ "type": "string"
455
+ }
456
+ },
457
+ "required": [
458
+ "webhookId"
459
+ ]
460
+ }
461
+ }
462
+ }
463
+ ]
464
+ },
465
+ {
466
+ "id": "prompts",
467
+ "capability": "prompts",
468
+ "status": "unsupported",
469
+ "durationMs": 0.005084000000351807,
470
+ "message": "Prompts are not advertised by the target.",
471
+ "evidence": [
472
+ {
473
+ "endpoint": "prompts/list",
474
+ "advertised": false,
475
+ "responded": false,
476
+ "minimalShapePresent": false,
477
+ "diagnostics": []
478
+ }
479
+ ]
480
+ },
481
+ {
482
+ "id": "resources",
483
+ "capability": "resources",
484
+ "status": "unsupported",
485
+ "durationMs": 0.0015419999999721767,
486
+ "message": "Resources are not advertised by the target.",
487
+ "evidence": [
488
+ {
489
+ "endpoint": "resources/list | resources/templates/list",
490
+ "advertised": false,
491
+ "responded": false,
492
+ "minimalShapePresent": false,
493
+ "diagnostics": []
494
+ }
495
+ ]
496
+ },
497
+ {
498
+ "id": "security-lite",
499
+ "capability": "security-lite",
500
+ "status": "pass",
501
+ "durationMs": 0.581040999999459,
502
+ "message": "No security issues detected (lightweight scan).",
503
+ "evidence": [
504
+ {
505
+ "endpoint": "security/scan-lite",
506
+ "advertised": true,
507
+ "responded": true,
508
+ "minimalShapePresent": true,
509
+ "itemCount": 0
510
+ }
511
+ ]
512
+ },
513
+ {
514
+ "id": "runtime-profile",
515
+ "capability": "runtime-profile",
516
+ "status": "pass",
517
+ "durationMs": 1.2267500000016298,
518
+ "message": "Detected 4 potential egress target(s) and 10 potential state mutation(s) with low confidence.",
519
+ "evidence": [
520
+ {
521
+ "endpoint": "runtime-profile/analyze",
522
+ "advertised": true,
523
+ "responded": true,
524
+ "minimalShapePresent": true,
525
+ "itemCount": 14,
526
+ "diagnostics": [
527
+ "Egress entries: 4",
528
+ "State mutations: 10",
529
+ "Confidence: medium"
530
+ ],
531
+ "findings": [
532
+ {
533
+ "target": "discord_create_webhook",
534
+ "protocol": "unknown",
535
+ "source": "description_analysis",
536
+ "confidence": "low"
537
+ },
538
+ {
539
+ "target": "discord_send_webhook_message",
540
+ "protocol": "unknown",
541
+ "source": "description_analysis",
542
+ "confidence": "low"
543
+ },
544
+ {
545
+ "target": "discord_edit_webhook",
546
+ "protocol": "unknown",
547
+ "source": "description_analysis",
548
+ "confidence": "low"
549
+ },
550
+ {
551
+ "target": "discord_delete_webhook",
552
+ "protocol": "unknown",
553
+ "source": "description_analysis",
554
+ "confidence": "low"
555
+ },
556
+ {
557
+ "resource": "filesystem",
558
+ "operation": "write",
559
+ "scope": "working_directory",
560
+ "source": "description_analysis"
561
+ },
562
+ {
563
+ "resource": "filesystem",
564
+ "operation": "write",
565
+ "scope": "working_directory",
566
+ "source": "description_analysis"
567
+ },
568
+ {
569
+ "resource": "filesystem",
570
+ "operation": "write",
571
+ "scope": "working_directory",
572
+ "source": "description_analysis"
573
+ },
574
+ {
575
+ "resource": "filesystem",
576
+ "operation": "write",
577
+ "scope": "working_directory",
578
+ "source": "description_analysis"
579
+ },
580
+ {
581
+ "resource": "filesystem",
582
+ "operation": "write",
583
+ "scope": "working_directory",
584
+ "source": "description_analysis"
585
+ },
586
+ {
587
+ "resource": "filesystem",
588
+ "operation": "write",
589
+ "scope": "working_directory",
590
+ "source": "description_analysis"
591
+ },
592
+ {
593
+ "resource": "filesystem",
594
+ "operation": "write",
595
+ "scope": "working_directory",
596
+ "source": "description_analysis"
597
+ },
598
+ {
599
+ "resource": "filesystem",
600
+ "operation": "write",
601
+ "scope": "working_directory",
602
+ "source": "description_analysis"
603
+ },
604
+ {
605
+ "resource": "filesystem",
606
+ "operation": "write",
607
+ "scope": "working_directory",
608
+ "source": "description_analysis"
609
+ },
610
+ {
611
+ "resource": "filesystem",
612
+ "operation": "write",
613
+ "scope": "working_directory",
614
+ "source": "description_analysis"
615
+ }
616
+ ]
617
+ }
618
+ ]
619
+ },
620
+ {
621
+ "id": "conformance",
622
+ "capability": "conformance",
623
+ "status": "pass",
624
+ "durationMs": 2.3135419999998703,
625
+ "message": "All 7 conformance checks passed.",
626
+ "evidence": [
627
+ {
628
+ "endpoint": "conformance/check",
629
+ "advertised": true,
630
+ "responded": true,
631
+ "minimalShapePresent": true,
632
+ "itemCount": 7,
633
+ "identifiers": [],
634
+ "diagnostics": [
635
+ "[pass] capabilities-present: Server returned capabilities object.",
636
+ "[pass] server-info: Server provided initialization info.",
637
+ "[pass] tools-capability-match: tools/list returned 22 tool(s).",
638
+ "[pass] prompts-capability-match: Prompts not advertised — endpoint check skipped.",
639
+ "[pass] resources-capability-match: Resources not advertised — endpoint check skipped.",
640
+ "[pass] tool-response-content: Tool \"discord_login\" response has valid content array.",
641
+ "[pass] error-handling: Server returned proper error code -32601 for unknown method."
642
+ ]
643
+ }
644
+ ]
645
+ },
646
+ {
647
+ "id": "schema-quality",
648
+ "capability": "schema-quality",
649
+ "status": "partial",
650
+ "durationMs": 0.6193750000002183,
651
+ "message": "Found 63 quality finding(s) across 22 item(s): 0 warnings, 63 info.",
652
+ "evidence": [
653
+ {
654
+ "endpoint": "schema-quality/scan",
655
+ "advertised": true,
656
+ "responded": true,
657
+ "minimalShapePresent": true,
658
+ "itemCount": 63,
659
+ "identifiers": [
660
+ "discord_create_category",
661
+ "discord_edit_category",
662
+ "discord_delete_category",
663
+ "discord_login",
664
+ "discord_send",
665
+ "discord_get_forum_channels",
666
+ "discord_create_forum_post",
667
+ "discord_get_forum_post",
668
+ "discord_reply_to_forum",
669
+ "discord_create_text_channel",
670
+ "discord_delete_channel",
671
+ "discord_read_messages",
672
+ "discord_get_server_info",
673
+ "discord_add_reaction",
674
+ "discord_add_multiple_reactions",
675
+ "discord_remove_reaction",
676
+ "discord_delete_forum_post",
677
+ "discord_delete_message",
678
+ "discord_create_webhook",
679
+ "discord_send_webhook_message",
680
+ "discord_edit_webhook",
681
+ "discord_delete_webhook"
682
+ ],
683
+ "diagnostics": [
684
+ "[info] tool \"discord_create_category\": Property 'guildId' missing description",
685
+ "[info] tool \"discord_create_category\": Property 'name' missing description",
686
+ "[info] tool \"discord_create_category\": Property 'position' missing description",
687
+ "[info] tool \"discord_create_category\": Property 'reason' missing description",
688
+ "[info] tool \"discord_edit_category\": Property 'categoryId' missing description",
689
+ "[info] tool \"discord_edit_category\": Property 'name' missing description",
690
+ "[info] tool \"discord_edit_category\": Property 'position' missing description",
691
+ "[info] tool \"discord_edit_category\": Property 'reason' missing description",
692
+ "[info] tool \"discord_delete_category\": Property 'categoryId' missing description",
693
+ "[info] tool \"discord_delete_category\": Property 'reason' missing description",
694
+ "[info] tool \"discord_login\": Property 'token' missing description",
695
+ "[info] tool \"discord_send\": Property 'channelId' missing description",
696
+ "[info] tool \"discord_send\": Property 'message' missing description",
697
+ "[info] tool \"discord_get_forum_channels\": Property 'guildId' missing description",
698
+ "[info] tool \"discord_create_forum_post\": Property 'forumChannelId' missing description",
699
+ "[info] tool \"discord_create_forum_post\": Property 'title' missing description",
700
+ "[info] tool \"discord_create_forum_post\": Property 'content' missing description",
701
+ "[info] tool \"discord_create_forum_post\": Property 'tags' missing description",
702
+ "[info] tool \"discord_get_forum_post\": Property 'threadId' missing description",
703
+ "[info] tool \"discord_reply_to_forum\": Property 'threadId' missing description",
704
+ "[info] tool \"discord_reply_to_forum\": Property 'message' missing description",
705
+ "[info] tool \"discord_create_text_channel\": Property 'guildId' missing description",
706
+ "[info] tool \"discord_create_text_channel\": Property 'channelName' missing description",
707
+ "[info] tool \"discord_create_text_channel\": Property 'topic' missing description",
708
+ "[info] tool \"discord_delete_channel\": Property 'channelId' missing description",
709
+ "[info] tool \"discord_delete_channel\": Property 'reason' missing description",
710
+ "[info] tool \"discord_read_messages\": Property 'channelId' missing description",
711
+ "[info] tool \"discord_read_messages\": Property 'limit' missing description",
712
+ "[info] tool \"discord_get_server_info\": Property 'guildId' missing description",
713
+ "[info] tool \"discord_add_reaction\": Property 'channelId' missing description",
714
+ "[info] tool \"discord_add_reaction\": Property 'messageId' missing description",
715
+ "[info] tool \"discord_add_reaction\": Property 'emoji' missing description",
716
+ "[info] tool \"discord_add_multiple_reactions\": Property 'channelId' missing description",
717
+ "[info] tool \"discord_add_multiple_reactions\": Property 'messageId' missing description",
718
+ "[info] tool \"discord_add_multiple_reactions\": Property 'emojis' missing description",
719
+ "[info] tool \"discord_remove_reaction\": Property 'channelId' missing description",
720
+ "[info] tool \"discord_remove_reaction\": Property 'messageId' missing description",
721
+ "[info] tool \"discord_remove_reaction\": Property 'emoji' missing description",
722
+ "[info] tool \"discord_remove_reaction\": Property 'userId' missing description",
723
+ "[info] tool \"discord_delete_forum_post\": Property 'threadId' missing description",
724
+ "[info] tool \"discord_delete_forum_post\": Property 'reason' missing description",
725
+ "[info] tool \"discord_delete_message\": Property 'channelId' missing description",
726
+ "[info] tool \"discord_delete_message\": Property 'messageId' missing description",
727
+ "[info] tool \"discord_delete_message\": Property 'reason' missing description",
728
+ "[info] tool \"discord_create_webhook\": Property 'channelId' missing description",
729
+ "[info] tool \"discord_create_webhook\": Property 'name' missing description",
730
+ "[info] tool \"discord_create_webhook\": Property 'avatar' missing description",
731
+ "[info] tool \"discord_create_webhook\": Property 'reason' missing description",
732
+ "[info] tool \"discord_send_webhook_message\": Property 'webhookId' missing description",
733
+ "[info] tool \"discord_send_webhook_message\": Property 'webhookToken' missing description",
734
+ "[info] tool \"discord_send_webhook_message\": Property 'content' missing description",
735
+ "[info] tool \"discord_send_webhook_message\": Property 'username' missing description",
736
+ "[info] tool \"discord_send_webhook_message\": Property 'avatarURL' missing description",
737
+ "[info] tool \"discord_send_webhook_message\": Property 'threadId' missing description",
738
+ "[info] tool \"discord_edit_webhook\": Property 'webhookId' missing description",
739
+ "[info] tool \"discord_edit_webhook\": Property 'webhookToken' missing description",
740
+ "[info] tool \"discord_edit_webhook\": Property 'name' missing description",
741
+ "[info] tool \"discord_edit_webhook\": Property 'avatar' missing description",
742
+ "[info] tool \"discord_edit_webhook\": Property 'channelId' missing description",
743
+ "[info] tool \"discord_edit_webhook\": Property 'reason' missing description",
744
+ "[info] tool \"discord_delete_webhook\": Property 'webhookId' missing description",
745
+ "[info] tool \"discord_delete_webhook\": Property 'webhookToken' missing description",
746
+ "[info] tool \"discord_delete_webhook\": Property 'reason' missing description"
747
+ ],
748
+ "findings": [
749
+ {
750
+ "itemType": "tool",
751
+ "itemName": "discord_create_category",
752
+ "issue": "Property 'guildId' missing description",
753
+ "severity": "info"
754
+ },
755
+ {
756
+ "itemType": "tool",
757
+ "itemName": "discord_create_category",
758
+ "issue": "Property 'name' missing description",
759
+ "severity": "info"
760
+ },
761
+ {
762
+ "itemType": "tool",
763
+ "itemName": "discord_create_category",
764
+ "issue": "Property 'position' missing description",
765
+ "severity": "info"
766
+ },
767
+ {
768
+ "itemType": "tool",
769
+ "itemName": "discord_create_category",
770
+ "issue": "Property 'reason' missing description",
771
+ "severity": "info"
772
+ },
773
+ {
774
+ "itemType": "tool",
775
+ "itemName": "discord_edit_category",
776
+ "issue": "Property 'categoryId' missing description",
777
+ "severity": "info"
778
+ },
779
+ {
780
+ "itemType": "tool",
781
+ "itemName": "discord_edit_category",
782
+ "issue": "Property 'name' missing description",
783
+ "severity": "info"
784
+ },
785
+ {
786
+ "itemType": "tool",
787
+ "itemName": "discord_edit_category",
788
+ "issue": "Property 'position' missing description",
789
+ "severity": "info"
790
+ },
791
+ {
792
+ "itemType": "tool",
793
+ "itemName": "discord_edit_category",
794
+ "issue": "Property 'reason' missing description",
795
+ "severity": "info"
796
+ },
797
+ {
798
+ "itemType": "tool",
799
+ "itemName": "discord_delete_category",
800
+ "issue": "Property 'categoryId' missing description",
801
+ "severity": "info"
802
+ },
803
+ {
804
+ "itemType": "tool",
805
+ "itemName": "discord_delete_category",
806
+ "issue": "Property 'reason' missing description",
807
+ "severity": "info"
808
+ },
809
+ {
810
+ "itemType": "tool",
811
+ "itemName": "discord_login",
812
+ "issue": "Property 'token' missing description",
813
+ "severity": "info"
814
+ },
815
+ {
816
+ "itemType": "tool",
817
+ "itemName": "discord_send",
818
+ "issue": "Property 'channelId' missing description",
819
+ "severity": "info"
820
+ },
821
+ {
822
+ "itemType": "tool",
823
+ "itemName": "discord_send",
824
+ "issue": "Property 'message' missing description",
825
+ "severity": "info"
826
+ },
827
+ {
828
+ "itemType": "tool",
829
+ "itemName": "discord_get_forum_channels",
830
+ "issue": "Property 'guildId' missing description",
831
+ "severity": "info"
832
+ },
833
+ {
834
+ "itemType": "tool",
835
+ "itemName": "discord_create_forum_post",
836
+ "issue": "Property 'forumChannelId' missing description",
837
+ "severity": "info"
838
+ },
839
+ {
840
+ "itemType": "tool",
841
+ "itemName": "discord_create_forum_post",
842
+ "issue": "Property 'title' missing description",
843
+ "severity": "info"
844
+ },
845
+ {
846
+ "itemType": "tool",
847
+ "itemName": "discord_create_forum_post",
848
+ "issue": "Property 'content' missing description",
849
+ "severity": "info"
850
+ },
851
+ {
852
+ "itemType": "tool",
853
+ "itemName": "discord_create_forum_post",
854
+ "issue": "Property 'tags' missing description",
855
+ "severity": "info"
856
+ },
857
+ {
858
+ "itemType": "tool",
859
+ "itemName": "discord_get_forum_post",
860
+ "issue": "Property 'threadId' missing description",
861
+ "severity": "info"
862
+ },
863
+ {
864
+ "itemType": "tool",
865
+ "itemName": "discord_reply_to_forum",
866
+ "issue": "Property 'threadId' missing description",
867
+ "severity": "info"
868
+ },
869
+ {
870
+ "itemType": "tool",
871
+ "itemName": "discord_reply_to_forum",
872
+ "issue": "Property 'message' missing description",
873
+ "severity": "info"
874
+ },
875
+ {
876
+ "itemType": "tool",
877
+ "itemName": "discord_create_text_channel",
878
+ "issue": "Property 'guildId' missing description",
879
+ "severity": "info"
880
+ },
881
+ {
882
+ "itemType": "tool",
883
+ "itemName": "discord_create_text_channel",
884
+ "issue": "Property 'channelName' missing description",
885
+ "severity": "info"
886
+ },
887
+ {
888
+ "itemType": "tool",
889
+ "itemName": "discord_create_text_channel",
890
+ "issue": "Property 'topic' missing description",
891
+ "severity": "info"
892
+ },
893
+ {
894
+ "itemType": "tool",
895
+ "itemName": "discord_delete_channel",
896
+ "issue": "Property 'channelId' missing description",
897
+ "severity": "info"
898
+ },
899
+ {
900
+ "itemType": "tool",
901
+ "itemName": "discord_delete_channel",
902
+ "issue": "Property 'reason' missing description",
903
+ "severity": "info"
904
+ },
905
+ {
906
+ "itemType": "tool",
907
+ "itemName": "discord_read_messages",
908
+ "issue": "Property 'channelId' missing description",
909
+ "severity": "info"
910
+ },
911
+ {
912
+ "itemType": "tool",
913
+ "itemName": "discord_read_messages",
914
+ "issue": "Property 'limit' missing description",
915
+ "severity": "info"
916
+ },
917
+ {
918
+ "itemType": "tool",
919
+ "itemName": "discord_get_server_info",
920
+ "issue": "Property 'guildId' missing description",
921
+ "severity": "info"
922
+ },
923
+ {
924
+ "itemType": "tool",
925
+ "itemName": "discord_add_reaction",
926
+ "issue": "Property 'channelId' missing description",
927
+ "severity": "info"
928
+ },
929
+ {
930
+ "itemType": "tool",
931
+ "itemName": "discord_add_reaction",
932
+ "issue": "Property 'messageId' missing description",
933
+ "severity": "info"
934
+ },
935
+ {
936
+ "itemType": "tool",
937
+ "itemName": "discord_add_reaction",
938
+ "issue": "Property 'emoji' missing description",
939
+ "severity": "info"
940
+ },
941
+ {
942
+ "itemType": "tool",
943
+ "itemName": "discord_add_multiple_reactions",
944
+ "issue": "Property 'channelId' missing description",
945
+ "severity": "info"
946
+ },
947
+ {
948
+ "itemType": "tool",
949
+ "itemName": "discord_add_multiple_reactions",
950
+ "issue": "Property 'messageId' missing description",
951
+ "severity": "info"
952
+ },
953
+ {
954
+ "itemType": "tool",
955
+ "itemName": "discord_add_multiple_reactions",
956
+ "issue": "Property 'emojis' missing description",
957
+ "severity": "info"
958
+ },
959
+ {
960
+ "itemType": "tool",
961
+ "itemName": "discord_remove_reaction",
962
+ "issue": "Property 'channelId' missing description",
963
+ "severity": "info"
964
+ },
965
+ {
966
+ "itemType": "tool",
967
+ "itemName": "discord_remove_reaction",
968
+ "issue": "Property 'messageId' missing description",
969
+ "severity": "info"
970
+ },
971
+ {
972
+ "itemType": "tool",
973
+ "itemName": "discord_remove_reaction",
974
+ "issue": "Property 'emoji' missing description",
975
+ "severity": "info"
976
+ },
977
+ {
978
+ "itemType": "tool",
979
+ "itemName": "discord_remove_reaction",
980
+ "issue": "Property 'userId' missing description",
981
+ "severity": "info"
982
+ },
983
+ {
984
+ "itemType": "tool",
985
+ "itemName": "discord_delete_forum_post",
986
+ "issue": "Property 'threadId' missing description",
987
+ "severity": "info"
988
+ },
989
+ {
990
+ "itemType": "tool",
991
+ "itemName": "discord_delete_forum_post",
992
+ "issue": "Property 'reason' missing description",
993
+ "severity": "info"
994
+ },
995
+ {
996
+ "itemType": "tool",
997
+ "itemName": "discord_delete_message",
998
+ "issue": "Property 'channelId' missing description",
999
+ "severity": "info"
1000
+ },
1001
+ {
1002
+ "itemType": "tool",
1003
+ "itemName": "discord_delete_message",
1004
+ "issue": "Property 'messageId' missing description",
1005
+ "severity": "info"
1006
+ },
1007
+ {
1008
+ "itemType": "tool",
1009
+ "itemName": "discord_delete_message",
1010
+ "issue": "Property 'reason' missing description",
1011
+ "severity": "info"
1012
+ },
1013
+ {
1014
+ "itemType": "tool",
1015
+ "itemName": "discord_create_webhook",
1016
+ "issue": "Property 'channelId' missing description",
1017
+ "severity": "info"
1018
+ },
1019
+ {
1020
+ "itemType": "tool",
1021
+ "itemName": "discord_create_webhook",
1022
+ "issue": "Property 'name' missing description",
1023
+ "severity": "info"
1024
+ },
1025
+ {
1026
+ "itemType": "tool",
1027
+ "itemName": "discord_create_webhook",
1028
+ "issue": "Property 'avatar' missing description",
1029
+ "severity": "info"
1030
+ },
1031
+ {
1032
+ "itemType": "tool",
1033
+ "itemName": "discord_create_webhook",
1034
+ "issue": "Property 'reason' missing description",
1035
+ "severity": "info"
1036
+ },
1037
+ {
1038
+ "itemType": "tool",
1039
+ "itemName": "discord_send_webhook_message",
1040
+ "issue": "Property 'webhookId' missing description",
1041
+ "severity": "info"
1042
+ },
1043
+ {
1044
+ "itemType": "tool",
1045
+ "itemName": "discord_send_webhook_message",
1046
+ "issue": "Property 'webhookToken' missing description",
1047
+ "severity": "info"
1048
+ },
1049
+ {
1050
+ "itemType": "tool",
1051
+ "itemName": "discord_send_webhook_message",
1052
+ "issue": "Property 'content' missing description",
1053
+ "severity": "info"
1054
+ },
1055
+ {
1056
+ "itemType": "tool",
1057
+ "itemName": "discord_send_webhook_message",
1058
+ "issue": "Property 'username' missing description",
1059
+ "severity": "info"
1060
+ },
1061
+ {
1062
+ "itemType": "tool",
1063
+ "itemName": "discord_send_webhook_message",
1064
+ "issue": "Property 'avatarURL' missing description",
1065
+ "severity": "info"
1066
+ },
1067
+ {
1068
+ "itemType": "tool",
1069
+ "itemName": "discord_send_webhook_message",
1070
+ "issue": "Property 'threadId' missing description",
1071
+ "severity": "info"
1072
+ },
1073
+ {
1074
+ "itemType": "tool",
1075
+ "itemName": "discord_edit_webhook",
1076
+ "issue": "Property 'webhookId' missing description",
1077
+ "severity": "info"
1078
+ },
1079
+ {
1080
+ "itemType": "tool",
1081
+ "itemName": "discord_edit_webhook",
1082
+ "issue": "Property 'webhookToken' missing description",
1083
+ "severity": "info"
1084
+ },
1085
+ {
1086
+ "itemType": "tool",
1087
+ "itemName": "discord_edit_webhook",
1088
+ "issue": "Property 'name' missing description",
1089
+ "severity": "info"
1090
+ },
1091
+ {
1092
+ "itemType": "tool",
1093
+ "itemName": "discord_edit_webhook",
1094
+ "issue": "Property 'avatar' missing description",
1095
+ "severity": "info"
1096
+ },
1097
+ {
1098
+ "itemType": "tool",
1099
+ "itemName": "discord_edit_webhook",
1100
+ "issue": "Property 'channelId' missing description",
1101
+ "severity": "info"
1102
+ },
1103
+ {
1104
+ "itemType": "tool",
1105
+ "itemName": "discord_edit_webhook",
1106
+ "issue": "Property 'reason' missing description",
1107
+ "severity": "info"
1108
+ },
1109
+ {
1110
+ "itemType": "tool",
1111
+ "itemName": "discord_delete_webhook",
1112
+ "issue": "Property 'webhookId' missing description",
1113
+ "severity": "info"
1114
+ },
1115
+ {
1116
+ "itemType": "tool",
1117
+ "itemName": "discord_delete_webhook",
1118
+ "issue": "Property 'webhookToken' missing description",
1119
+ "severity": "info"
1120
+ },
1121
+ {
1122
+ "itemType": "tool",
1123
+ "itemName": "discord_delete_webhook",
1124
+ "issue": "Property 'reason' missing description",
1125
+ "severity": "info"
1126
+ }
1127
+ ]
1128
+ }
1129
+ ]
1130
+ },
1131
+ {
1132
+ "id": "attack-sim",
1133
+ "capability": "attack-sim",
1134
+ "status": "pass",
1135
+ "durationMs": 1.9619169999987207,
1136
+ "message": "Safe attack simulation found no high-risk MCP attack-readiness findings.",
1137
+ "evidence": [
1138
+ {
1139
+ "endpoint": "attack-sim/safe",
1140
+ "advertised": true,
1141
+ "responded": true,
1142
+ "minimalShapePresent": true,
1143
+ "itemCount": 0,
1144
+ "identifiers": []
1145
+ }
1146
+ ]
1147
+ }
1148
+ ],
1149
+ "healthScore": {
1150
+ "overall": 85,
1151
+ "grade": "B",
1152
+ "dimensions": [
1153
+ {
1154
+ "name": "Protocol Compliance",
1155
+ "weight": 0.3,
1156
+ "score": 100,
1157
+ "details": [
1158
+ "conformance: pass (100/100)"
1159
+ ]
1160
+ },
1161
+ {
1162
+ "name": "Schema Quality",
1163
+ "weight": 0.2,
1164
+ "score": 60,
1165
+ "details": [
1166
+ "schema-quality: partial (60/100)"
1167
+ ]
1168
+ },
1169
+ {
1170
+ "name": "Security",
1171
+ "weight": 0.2,
1172
+ "score": 100,
1173
+ "details": [
1174
+ "security-lite: pass (100/100)",
1175
+ "attack-sim: pass (100/100)"
1176
+ ]
1177
+ },
1178
+ {
1179
+ "name": "Reliability",
1180
+ "weight": 0.2,
1181
+ "score": 67,
1182
+ "details": [
1183
+ "tools: pass (100/100)",
1184
+ "prompts: unsupported (50/100)",
1185
+ "resources: unsupported (50/100)"
1186
+ ]
1187
+ },
1188
+ {
1189
+ "name": "Performance",
1190
+ "weight": 0.1,
1191
+ "score": 100,
1192
+ "details": [
1193
+ "Connect: 9143ms",
1194
+ "p95 latency: 2ms (3 operations)"
1195
+ ]
1196
+ }
1197
+ ]
1198
+ },
1199
+ "performanceMetrics": {
1200
+ "connectMs": 9142.680583000001,
1201
+ "toolsListMs": 1.887749999999869,
1202
+ "promptsListMs": 0.005084000000351807,
1203
+ "resourcesListMs": 0.0015419999999721767
1204
+ },
1205
+ "runtimeProfile": {
1206
+ "egress": [
1207
+ {
1208
+ "target": "discord_create_webhook",
1209
+ "protocol": "unknown",
1210
+ "source": "description_analysis",
1211
+ "confidence": "low"
1212
+ },
1213
+ {
1214
+ "target": "discord_send_webhook_message",
1215
+ "protocol": "unknown",
1216
+ "source": "description_analysis",
1217
+ "confidence": "low"
1218
+ },
1219
+ {
1220
+ "target": "discord_edit_webhook",
1221
+ "protocol": "unknown",
1222
+ "source": "description_analysis",
1223
+ "confidence": "low"
1224
+ },
1225
+ {
1226
+ "target": "discord_delete_webhook",
1227
+ "protocol": "unknown",
1228
+ "source": "description_analysis",
1229
+ "confidence": "low"
1230
+ }
1231
+ ],
1232
+ "stateMutations": [
1233
+ {
1234
+ "resource": "filesystem",
1235
+ "operation": "write",
1236
+ "scope": "working_directory",
1237
+ "source": "description_analysis"
1238
+ },
1239
+ {
1240
+ "resource": "filesystem",
1241
+ "operation": "write",
1242
+ "scope": "working_directory",
1243
+ "source": "description_analysis"
1244
+ },
1245
+ {
1246
+ "resource": "filesystem",
1247
+ "operation": "write",
1248
+ "scope": "working_directory",
1249
+ "source": "description_analysis"
1250
+ },
1251
+ {
1252
+ "resource": "filesystem",
1253
+ "operation": "write",
1254
+ "scope": "working_directory",
1255
+ "source": "description_analysis"
1256
+ },
1257
+ {
1258
+ "resource": "filesystem",
1259
+ "operation": "write",
1260
+ "scope": "working_directory",
1261
+ "source": "description_analysis"
1262
+ },
1263
+ {
1264
+ "resource": "filesystem",
1265
+ "operation": "write",
1266
+ "scope": "working_directory",
1267
+ "source": "description_analysis"
1268
+ },
1269
+ {
1270
+ "resource": "filesystem",
1271
+ "operation": "write",
1272
+ "scope": "working_directory",
1273
+ "source": "description_analysis"
1274
+ },
1275
+ {
1276
+ "resource": "filesystem",
1277
+ "operation": "write",
1278
+ "scope": "working_directory",
1279
+ "source": "description_analysis"
1280
+ },
1281
+ {
1282
+ "resource": "filesystem",
1283
+ "operation": "write",
1284
+ "scope": "working_directory",
1285
+ "source": "description_analysis"
1286
+ },
1287
+ {
1288
+ "resource": "filesystem",
1289
+ "operation": "write",
1290
+ "scope": "working_directory",
1291
+ "source": "description_analysis"
1292
+ }
1293
+ ],
1294
+ "analyzedAt": "2026-07-15T17:29:54.711Z",
1295
+ "confidence": "medium"
1296
+ }
1297
+ }