@shnitzel/plugscout 0.3.1

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 (201) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +228 -0
  3. package/assets/cli/logo.txt +24 -0
  4. package/config/item-insights.json +316 -0
  5. package/config/providers.json +46 -0
  6. package/config/ranking-policy.json +14 -0
  7. package/config/recommendation-weights.json +7 -0
  8. package/config/registries.json +1423 -0
  9. package/config/security-policy.json +19 -0
  10. package/config/sources.json +30 -0
  11. package/data/catalog/items.json +182109 -0
  12. package/data/catalog/mcps.json +163843 -0
  13. package/data/catalog/skills.json +4768 -0
  14. package/data/catalog/sync-state.json +62 -0
  15. package/data/curated/mcps.json +78 -0
  16. package/data/curated/skills.json +174 -0
  17. package/data/quarantine/quarantined.json +3 -0
  18. package/data/raw/2024-05-15/mcps.json +20 -0
  19. package/data/raw/2024-05-20/skills.json +20 -0
  20. package/data/raw/2024-06-05/mcps.json +20 -0
  21. package/data/raw/2024-06-05/skills.json +29 -0
  22. package/data/security-reports/.gitkeep +0 -0
  23. package/data/security-reports/2026-02-06/report.json +8 -0
  24. package/data/security-reports/2026-02-10/report.json +9 -0
  25. package/data/security-reports/2026-02-11/report.json +9 -0
  26. package/data/security-reports/2026-02-12/report.json +9 -0
  27. package/data/security-reports/2026-02-13/report.json +8 -0
  28. package/data/security-reports/2026-02-14/report.json +8 -0
  29. package/data/security-reports/2026-02-23/report.json +8 -0
  30. package/data/security-reports/2026-02-25/report.json +8 -0
  31. package/data/security-reports/2026-02-26/report.json +8 -0
  32. package/data/security-reports/2026-03-10/report.json +8 -0
  33. package/data/security-reports/audits/.gitkeep +0 -0
  34. package/data/security-reports/audits/2026-02-06T10-17-33-872Z-mcp_remote-browser.json +8 -0
  35. package/data/security-reports/audits/2026-02-06T10-17-33-881Z-mcp_remote-browser.json +8 -0
  36. package/data/security-reports/audits/2026-02-10T20-22-24-474Z-mcp_remote-browser.json +8 -0
  37. package/data/security-reports/audits/2026-02-10T20-22-24-483Z-mcp_remote-browser.json +8 -0
  38. package/data/security-reports/audits/2026-02-10T20-42-12-305Z-mcp_remote-browser.json +8 -0
  39. package/data/security-reports/audits/2026-02-10T20-42-12-319Z-mcp_remote-browser.json +8 -0
  40. package/data/security-reports/audits/2026-02-10T20-43-15-728Z-mcp_remote-browser.json +8 -0
  41. package/data/security-reports/audits/2026-02-10T20-43-15-738Z-mcp_remote-browser.json +8 -0
  42. package/data/security-reports/audits/2026-02-10T21-22-14-047Z-mcp_remote-browser.json +8 -0
  43. package/data/security-reports/audits/2026-02-10T21-22-14-051Z-mcp_remote-browser.json +8 -0
  44. package/data/security-reports/audits/2026-02-10T21-29-59-237Z-mcp_remote-browser.json +8 -0
  45. package/data/security-reports/audits/2026-02-10T21-29-59-243Z-mcp_remote-browser.json +8 -0
  46. package/data/security-reports/audits/2026-02-11T20-21-51-074Z-mcp_remote-browser.json +8 -0
  47. package/data/security-reports/audits/2026-02-11T20-21-51-123Z-mcp_remote-browser.json +8 -0
  48. package/data/security-reports/audits/2026-02-11T20-28-33-021Z-mcp_remote-browser.json +8 -0
  49. package/data/security-reports/audits/2026-02-11T20-28-33-026Z-mcp_remote-browser.json +8 -0
  50. package/data/security-reports/audits/2026-02-11T20-34-43-623Z-mcp_remote-browser.json +8 -0
  51. package/data/security-reports/audits/2026-02-11T20-34-43-625Z-mcp_remote-browser.json +8 -0
  52. package/data/security-reports/audits/2026-02-11T21-06-33-281Z-mcp_remote-browser.json +8 -0
  53. package/data/security-reports/audits/2026-02-11T21-06-33-285Z-mcp_remote-browser.json +8 -0
  54. package/data/security-reports/audits/2026-02-11T21-08-58-836Z-mcp_remote-browser.json +8 -0
  55. package/data/security-reports/audits/2026-02-11T21-08-58-843Z-mcp_remote-browser.json +8 -0
  56. package/data/security-reports/audits/2026-02-12T12-26-07-150Z-mcp_remote-browser.json +8 -0
  57. package/data/security-reports/audits/2026-02-12T12-26-07-159Z-mcp_remote-browser.json +8 -0
  58. package/data/security-reports/audits/2026-02-12T14-37-36-565Z-mcp_remote-browser.json +8 -0
  59. package/data/security-reports/audits/2026-02-12T14-37-36-569Z-mcp_remote-browser.json +8 -0
  60. package/data/security-reports/audits/2026-02-12T14-47-32-103Z-mcp_remote-browser.json +8 -0
  61. package/data/security-reports/audits/2026-02-12T14-47-32-213Z-mcp_remote-browser.json +8 -0
  62. package/data/security-reports/audits/2026-02-12T14-47-47-769Z-mcp_filesystem.json +8 -0
  63. package/data/security-reports/audits/2026-02-12T15-05-49-085Z-mcp_remote-browser.json +8 -0
  64. package/data/security-reports/audits/2026-02-12T15-05-49-087Z-mcp_remote-browser.json +8 -0
  65. package/data/security-reports/audits/2026-02-12T16-37-42-204Z-mcp_remote-browser.json +8 -0
  66. package/data/security-reports/audits/2026-02-12T16-37-42-243Z-mcp_remote-browser.json +8 -0
  67. package/data/security-reports/audits/2026-02-12T16-47-16-589Z-mcp_remote-browser.json +8 -0
  68. package/data/security-reports/audits/2026-02-12T16-47-16-596Z-mcp_remote-browser.json +8 -0
  69. package/data/security-reports/audits/2026-02-12T17-38-24-899Z-mcp_remote-browser.json +8 -0
  70. package/data/security-reports/audits/2026-02-12T17-38-24-905Z-mcp_remote-browser.json +8 -0
  71. package/data/security-reports/audits/2026-02-12T17-56-00-835Z-mcp_remote-browser.json +8 -0
  72. package/data/security-reports/audits/2026-02-12T17-56-00-840Z-mcp_remote-browser.json +8 -0
  73. package/data/security-reports/audits/2026-02-12T18-19-26-005Z-mcp_remote-browser.json +8 -0
  74. package/data/security-reports/audits/2026-02-12T18-19-26-008Z-mcp_remote-browser.json +8 -0
  75. package/data/security-reports/audits/2026-02-12T18-34-38-642Z-mcp_remote-browser.json +8 -0
  76. package/data/security-reports/audits/2026-02-12T18-34-38-645Z-mcp_remote-browser.json +8 -0
  77. package/data/security-reports/audits/2026-02-13T05-44-27-648Z-mcp_remote-browser.json +8 -0
  78. package/data/security-reports/audits/2026-02-13T05-44-27-656Z-mcp_remote-browser.json +8 -0
  79. package/data/security-reports/audits/2026-02-13T05-48-50-827Z-mcp_remote-browser.json +8 -0
  80. package/data/security-reports/audits/2026-02-13T05-48-50-900Z-mcp_remote-browser.json +8 -0
  81. package/data/security-reports/audits/2026-02-13T10-53-33-850Z-mcp_remote-browser.json +8 -0
  82. package/data/security-reports/audits/2026-02-13T10-53-33-853Z-mcp_remote-browser.json +8 -0
  83. package/data/security-reports/audits/2026-02-14T17-51-27-279Z-mcp_remote-browser.json +8 -0
  84. package/data/security-reports/audits/2026-02-14T17-51-27-282Z-mcp_remote-browser.json +8 -0
  85. package/data/security-reports/audits/2026-02-14T19-43-39-991Z-mcp_remote-browser.json +8 -0
  86. package/data/security-reports/audits/2026-02-14T19-43-39-997Z-mcp_remote-browser.json +8 -0
  87. package/data/security-reports/audits/2026-02-23T19-24-43-515Z-mcp_remote-browser.json +8 -0
  88. package/data/security-reports/audits/2026-02-23T19-24-43-518Z-mcp_remote-browser.json +8 -0
  89. package/data/security-reports/audits/2026-02-25T14-45-02-763Z-mcp_remote-browser.json +8 -0
  90. package/data/security-reports/audits/2026-02-25T14-45-02-778Z-mcp_remote-browser.json +8 -0
  91. package/data/security-reports/audits/2026-02-25T14-46-58-957Z-mcp_remote-browser.json +8 -0
  92. package/data/security-reports/audits/2026-02-25T14-46-58-960Z-mcp_remote-browser.json +8 -0
  93. package/data/security-reports/audits/2026-02-25T14-57-37-133Z-mcp_remote-browser.json +8 -0
  94. package/data/security-reports/audits/2026-02-25T14-57-37-139Z-mcp_remote-browser.json +8 -0
  95. package/data/security-reports/audits/2026-02-25T15-03-23-507Z-mcp_remote-browser.json +8 -0
  96. package/data/security-reports/audits/2026-02-25T15-03-23-513Z-mcp_remote-browser.json +8 -0
  97. package/data/security-reports/audits/2026-02-25T15-03-41-157Z-mcp_remote-browser.json +8 -0
  98. package/data/security-reports/audits/2026-02-25T15-03-41-162Z-mcp_remote-browser.json +8 -0
  99. package/data/security-reports/audits/2026-02-25T15-05-18-042Z-mcp_remote-browser.json +8 -0
  100. package/data/security-reports/audits/2026-02-25T15-05-18-048Z-mcp_remote-browser.json +8 -0
  101. package/data/security-reports/audits/2026-02-25T15-39-08-519Z-mcp_remote-browser.json +8 -0
  102. package/data/security-reports/audits/2026-02-25T15-39-08-526Z-mcp_remote-browser.json +8 -0
  103. package/data/security-reports/audits/2026-02-25T18-35-54-463Z-mcp_remote-browser.json +8 -0
  104. package/data/security-reports/audits/2026-02-25T18-35-54-466Z-mcp_remote-browser.json +8 -0
  105. package/data/security-reports/audits/2026-02-26T05-52-21-092Z-mcp_remote-browser.json +8 -0
  106. package/data/security-reports/audits/2026-02-26T05-52-21-093Z-mcp_remote-browser.json +8 -0
  107. package/data/security-reports/audits/2026-02-26T05-52-27-076Z-mcp_remote-browser.json +8 -0
  108. package/data/security-reports/audits/2026-02-26T05-52-27-079Z-mcp_remote-browser.json +8 -0
  109. package/data/security-reports/audits/2026-02-26T05-52-27-084Z-mcp_remote-browser.json +8 -0
  110. package/data/security-reports/audits/2026-02-26T05-52-27-086Z-mcp_remote-browser.json +8 -0
  111. package/data/security-reports/audits/2026-02-26T05-52-37-249Z-mcp_remote-browser.json +8 -0
  112. package/data/security-reports/audits/2026-02-26T05-52-37-258Z-mcp_remote-browser.json +8 -0
  113. package/data/security-reports/audits/2026-02-26T05-52-37-259Z-mcp_remote-browser.json +8 -0
  114. package/data/security-reports/audits/2026-02-26T05-52-37-274Z-mcp_remote-browser.json +8 -0
  115. package/data/security-reports/audits/2026-02-26T05-53-28-389Z-mcp_remote-browser.json +8 -0
  116. package/data/security-reports/audits/2026-02-26T05-53-28-391Z-mcp_remote-browser.json +8 -0
  117. package/data/security-reports/audits/2026-02-26T05-53-33-868Z-mcp_remote-browser.json +8 -0
  118. package/data/security-reports/audits/2026-02-26T05-53-33-880Z-mcp_remote-browser.json +8 -0
  119. package/data/security-reports/audits/2026-02-26T05-53-33-892Z-mcp_remote-browser.json +8 -0
  120. package/data/security-reports/audits/2026-02-26T05-53-33-900Z-mcp_remote-browser.json +8 -0
  121. package/data/security-reports/audits/2026-02-26T05-53-43-064Z-mcp_remote-browser.json +8 -0
  122. package/data/security-reports/audits/2026-02-26T05-53-43-066Z-mcp_remote-browser.json +8 -0
  123. package/data/security-reports/audits/2026-02-26T05-53-43-068Z-mcp_remote-browser.json +8 -0
  124. package/data/security-reports/audits/2026-02-26T14-55-47-466Z-claude-plugin_workspace-ops.json +8 -0
  125. package/data/security-reports/audits/2026-02-26T14-55-47-468Z-copilot-extension_repo-security.json +8 -0
  126. package/data/security-reports/audits/2026-02-26T16-55-59-431Z-mcp_remote-browser.json +8 -0
  127. package/data/security-reports/audits/2026-02-26T16-55-59-432Z-mcp_remote-browser.json +8 -0
  128. package/data/security-reports/audits/2026-02-26T16-55-59-435Z-mcp_remote-browser.json +8 -0
  129. package/data/security-reports/audits/2026-02-26T16-55-59-439Z-mcp_remote-browser.json +8 -0
  130. package/data/security-reports/audits/2026-02-26T16-56-08-566Z-mcp_remote-browser.json +8 -0
  131. package/data/security-reports/audits/2026-02-26T16-56-08-570Z-mcp_remote-browser.json +8 -0
  132. package/data/security-reports/audits/2026-02-26T16-56-08-589Z-mcp_remote-browser.json +8 -0
  133. package/data/security-reports/audits/2026-02-26T16-56-08-591Z-mcp_remote-browser.json +8 -0
  134. package/data/security-reports/audits/2026-02-26T16-56-47-356Z-mcp_remote-browser.json +8 -0
  135. package/data/security-reports/audits/2026-02-26T16-56-47-358Z-mcp_remote-browser.json +8 -0
  136. package/data/security-reports/audits/2026-02-26T16-56-53-607Z-mcp_remote-browser.json +8 -0
  137. package/data/security-reports/audits/2026-02-26T16-56-53-612Z-mcp_remote-browser.json +8 -0
  138. package/data/security-reports/audits/2026-02-26T16-56-53-624Z-mcp_remote-browser.json +8 -0
  139. package/data/security-reports/audits/2026-02-26T16-56-53-628Z-mcp_remote-browser.json +8 -0
  140. package/data/security-reports/audits/2026-02-26T16-57-09-879Z-mcp_remote-browser.json +8 -0
  141. package/data/security-reports/audits/2026-02-26T16-57-09-881Z-mcp_remote-browser.json +8 -0
  142. package/data/security-reports/audits/2026-02-26T16-57-10-846Z-mcp_remote-browser.json +8 -0
  143. package/data/security-reports/audits/2026-02-26T16-57-10-848Z-mcp_remote-browser.json +8 -0
  144. package/data/security-reports/audits/2026-03-10T18-15-05-007Z-claude-plugin_playwright.json +8 -0
  145. package/data/security-reports/audits/2026-03-10T18-36-16-092Z-claude-plugin_playwright.json +8 -0
  146. package/data/whitelist/approved.json +5 -0
  147. package/dist/catalog/adapter.js +39 -0
  148. package/dist/catalog/adapters/claude-code-marketplace-v1.js +260 -0
  149. package/dist/catalog/adapters/claude-connectors-scrape-v1.js +107 -0
  150. package/dist/catalog/adapters/claude-plugins-scrape-v1.js +107 -0
  151. package/dist/catalog/adapters/claude-plugins-v0.1.js +48 -0
  152. package/dist/catalog/adapters/copilot-extensions-v0.1.js +48 -0
  153. package/dist/catalog/adapters/copilot-plugin-marketplace-v1.js +117 -0
  154. package/dist/catalog/adapters/mcp-registry-v0.1.js +211 -0
  155. package/dist/catalog/adapters/openai-skills-github-v1.js +100 -0
  156. package/dist/catalog/adapters/openai-skills-v1.js +48 -0
  157. package/dist/catalog/adapters/shared.js +94 -0
  158. package/dist/catalog/remote-registry.js +196 -0
  159. package/dist/catalog/repository.js +161 -0
  160. package/dist/catalog/sync-state.js +61 -0
  161. package/dist/catalog/sync.js +153 -0
  162. package/dist/cli.js +25 -0
  163. package/dist/commands/ExplainerVideo.js +225 -0
  164. package/dist/commands/ingest.js +11 -0
  165. package/dist/commands/validate-data.js +10 -0
  166. package/dist/config/runtime.js +51 -0
  167. package/dist/config/sources.js +21 -0
  168. package/dist/ingestion/mcps.js +77 -0
  169. package/dist/ingestion/skills.js +76 -0
  170. package/dist/install/dependencies.js +58 -0
  171. package/dist/install/review-state.js +70 -0
  172. package/dist/install/skillsh.js +245 -0
  173. package/dist/interfaces/cli/doctor.js +90 -0
  174. package/dist/interfaces/cli/formatters/colors.js +24 -0
  175. package/dist/interfaces/cli/formatters/csv.js +10 -0
  176. package/dist/interfaces/cli/formatters/json.js +3 -0
  177. package/dist/interfaces/cli/formatters/markdown.js +6 -0
  178. package/dist/interfaces/cli/formatters/table.js +82 -0
  179. package/dist/interfaces/cli/index.js +1277 -0
  180. package/dist/interfaces/cli/options.js +93 -0
  181. package/dist/interfaces/cli/output.js +9 -0
  182. package/dist/interfaces/cli/types.js +1 -0
  183. package/dist/interfaces/cli/ui/home.js +114 -0
  184. package/dist/interfaces/cli/ui/web-report.js +384 -0
  185. package/dist/interfaces/cli/update-check.js +180 -0
  186. package/dist/lib/json.js +11 -0
  187. package/dist/lib/logger.js +13 -0
  188. package/dist/lib/paths.js +18 -0
  189. package/dist/lib/validation/contracts.js +245 -0
  190. package/dist/mcps/normalize.js +38 -0
  191. package/dist/models/records.js +31 -0
  192. package/dist/recommendation/engine.js +135 -0
  193. package/dist/recommendation/project-analysis.js +231 -0
  194. package/dist/recommendation/requirements.js +58 -0
  195. package/dist/security/assessment.js +56 -0
  196. package/dist/security/whitelist.js +70 -0
  197. package/dist/skills/normalize.js +39 -0
  198. package/dist/validation/curated.js +72 -0
  199. package/dist/video/Root.js +6 -0
  200. package/dist/video/index.js +3 -0
  201. package/package.json +102 -0
@@ -0,0 +1,1423 @@
1
+ {
2
+ "registries": [
3
+ {
4
+ "id": "community-skills-index",
5
+ "kind": "skill",
6
+ "sourceType": "community-list",
7
+ "adapter": "openai-skills-v1",
8
+ "enabled": true,
9
+ "officialOnly": false,
10
+ "remote": {
11
+ "url": "https://raw.githubusercontent.com/amitrintzler/skills-and-mcps/main/data/catalog/skills.json",
12
+ "format": "json-array",
13
+ "timeoutMs": 10000,
14
+ "fallbackToLocal": true,
15
+ "provider": "openai",
16
+ "official": false,
17
+ "licenseHint": "community"
18
+ },
19
+ "entries": [
20
+ {
21
+ "id": "skill:secure-prompting",
22
+ "name": "Secure Prompting",
23
+ "description": "Prompt hardening patterns for high-safety agent workloads.",
24
+ "capabilities": ["prompting", "security", "guardrails"],
25
+ "compatibility": ["node", "python", "general"],
26
+ "install": { "kind": "skill.sh", "target": "secure-prompting", "args": [] },
27
+ "adoptionSignal": 78,
28
+ "maintenanceSignal": 83,
29
+ "provenanceSignal": 75,
30
+ "freshnessSignal": 60,
31
+ "securitySignals": {
32
+ "knownVulnerabilities": 0,
33
+ "suspiciousPatterns": 0,
34
+ "injectionFindings": 0,
35
+ "exfiltrationSignals": 0,
36
+ "integrityAlerts": 0
37
+ }
38
+ },
39
+ {
40
+ "id": "skill:ci-hardening",
41
+ "name": "CI Hardening",
42
+ "description": "Best-practice workflow hardening patterns for GitHub Actions and policy gates.",
43
+ "capabilities": ["automation", "security", "code-scanning"],
44
+ "compatibility": ["node", "github", "general"],
45
+ "install": { "kind": "skill.sh", "target": "ci-hardening", "args": [] },
46
+ "adoptionSignal": 82,
47
+ "maintenanceSignal": 85,
48
+ "provenanceSignal": 72,
49
+ "freshnessSignal": 76,
50
+ "securitySignals": {
51
+ "knownVulnerabilities": 0,
52
+ "suspiciousPatterns": 0,
53
+ "injectionFindings": 0,
54
+ "exfiltrationSignals": 0,
55
+ "integrityAlerts": 0
56
+ }
57
+ },
58
+ {
59
+ "id": "skill:threat-modeling-lite",
60
+ "name": "Threat Modeling Lite",
61
+ "description": "Fast threat modeling workflow for repo-level security reviews.",
62
+ "capabilities": ["security", "guardrails", "dependency-audit"],
63
+ "compatibility": ["node", "python", "general"],
64
+ "install": { "kind": "skill.sh", "target": "threat-modeling-lite", "args": [] },
65
+ "adoptionSignal": 70,
66
+ "maintenanceSignal": 79,
67
+ "provenanceSignal": 68,
68
+ "freshnessSignal": 74,
69
+ "securitySignals": {
70
+ "knownVulnerabilities": 0,
71
+ "suspiciousPatterns": 0,
72
+ "injectionFindings": 0,
73
+ "exfiltrationSignals": 0,
74
+ "integrityAlerts": 0
75
+ }
76
+ },
77
+ {
78
+ "id": "skill:release-readiness",
79
+ "name": "Release Readiness",
80
+ "description": "Release checklist automation with semver, changelog, and quality gates.",
81
+ "capabilities": ["automation", "guardrails", "search"],
82
+ "compatibility": ["node", "github", "general"],
83
+ "install": { "kind": "skill.sh", "target": "release-readiness", "args": [] },
84
+ "adoptionSignal": 74,
85
+ "maintenanceSignal": 80,
86
+ "provenanceSignal": 66,
87
+ "freshnessSignal": 72,
88
+ "securitySignals": {
89
+ "knownVulnerabilities": 0,
90
+ "suspiciousPatterns": 0,
91
+ "injectionFindings": 0,
92
+ "exfiltrationSignals": 0,
93
+ "integrityAlerts": 0
94
+ }
95
+ },
96
+ {
97
+ "id": "skill:docs-automation",
98
+ "name": "Docs Automation",
99
+ "description": "Generate and maintain technical docs from code and runtime outputs.",
100
+ "capabilities": ["automation", "search", "prompting"],
101
+ "compatibility": ["node", "python", "general"],
102
+ "install": { "kind": "skill.sh", "target": "docs-automation", "args": [] },
103
+ "adoptionSignal": 67,
104
+ "maintenanceSignal": 76,
105
+ "provenanceSignal": 60,
106
+ "freshnessSignal": 69,
107
+ "securitySignals": {
108
+ "knownVulnerabilities": 0,
109
+ "suspiciousPatterns": 0,
110
+ "injectionFindings": 0,
111
+ "exfiltrationSignals": 0,
112
+ "integrityAlerts": 0
113
+ }
114
+ },
115
+ {
116
+ "id": "skill:fast-web-scrape",
117
+ "name": "Fast Web Scrape",
118
+ "description": "High-throughput data extraction helpers for websites.",
119
+ "capabilities": ["scraping", "automation"],
120
+ "compatibility": ["node"],
121
+ "install": { "kind": "skill.sh", "target": "fast-web-scrape", "args": [] },
122
+ "adoptionSignal": 62,
123
+ "maintenanceSignal": 55,
124
+ "provenanceSignal": 40,
125
+ "freshnessSignal": 50,
126
+ "securitySignals": {
127
+ "knownVulnerabilities": 1,
128
+ "suspiciousPatterns": 1,
129
+ "injectionFindings": 1,
130
+ "exfiltrationSignals": 0,
131
+ "integrityAlerts": 0
132
+ }
133
+ },
134
+ {
135
+ "id": "skill:docker-container-ops",
136
+ "name": "Docker Container Ops",
137
+ "description": "Build, debug, optimize, and harden containerized services for local and CI workflows.",
138
+ "capabilities": ["automation", "security", "guardrails"],
139
+ "compatibility": ["container", "node", "python", "general"],
140
+ "install": { "kind": "skill.sh", "target": "docker-container-ops", "args": [] },
141
+ "adoptionSignal": 88,
142
+ "maintenanceSignal": 84,
143
+ "provenanceSignal": 72,
144
+ "freshnessSignal": 82,
145
+ "securitySignals": {
146
+ "knownVulnerabilities": 0,
147
+ "suspiciousPatterns": 0,
148
+ "injectionFindings": 0,
149
+ "exfiltrationSignals": 0,
150
+ "integrityAlerts": 0
151
+ }
152
+ },
153
+ {
154
+ "id": "skill:kubernetes-ops",
155
+ "name": "Kubernetes Ops",
156
+ "description": "Operate, troubleshoot, and secure Kubernetes workloads, manifests, and rollout workflows.",
157
+ "capabilities": ["automation", "guardrails", "security"],
158
+ "compatibility": ["container", "kubernetes", "cloud", "general"],
159
+ "install": { "kind": "skill.sh", "target": "kubernetes-ops", "args": [] },
160
+ "adoptionSignal": 86,
161
+ "maintenanceSignal": 83,
162
+ "provenanceSignal": 72,
163
+ "freshnessSignal": 84,
164
+ "securitySignals": {
165
+ "knownVulnerabilities": 0,
166
+ "suspiciousPatterns": 0,
167
+ "injectionFindings": 0,
168
+ "exfiltrationSignals": 0,
169
+ "integrityAlerts": 0
170
+ }
171
+ },
172
+ {
173
+ "id": "skill:terraform-guardrails",
174
+ "name": "Terraform Guardrails",
175
+ "description": "Plan, review, and enforce policy around Terraform-based infrastructure changes.",
176
+ "capabilities": ["automation", "guardrails", "security"],
177
+ "compatibility": ["cloud", "aws", "azure", "gcp", "general"],
178
+ "install": { "kind": "skill.sh", "target": "terraform-guardrails", "args": [] },
179
+ "adoptionSignal": 81,
180
+ "maintenanceSignal": 84,
181
+ "provenanceSignal": 74,
182
+ "freshnessSignal": 83,
183
+ "securitySignals": {
184
+ "knownVulnerabilities": 0,
185
+ "suspiciousPatterns": 0,
186
+ "injectionFindings": 0,
187
+ "exfiltrationSignals": 0,
188
+ "integrityAlerts": 0
189
+ }
190
+ },
191
+ {
192
+ "id": "skill:aws-platform-ops",
193
+ "name": "AWS Platform Ops",
194
+ "description": "Deploy, review, and troubleshoot AWS application and platform configurations across environments.",
195
+ "capabilities": ["automation", "security", "search"],
196
+ "compatibility": ["aws", "cloud", "serverless", "general"],
197
+ "install": { "kind": "skill.sh", "target": "aws-platform-ops", "args": [] },
198
+ "adoptionSignal": 87,
199
+ "maintenanceSignal": 82,
200
+ "provenanceSignal": 76,
201
+ "freshnessSignal": 80,
202
+ "securitySignals": {
203
+ "knownVulnerabilities": 0,
204
+ "suspiciousPatterns": 0,
205
+ "injectionFindings": 0,
206
+ "exfiltrationSignals": 0,
207
+ "integrityAlerts": 0
208
+ }
209
+ },
210
+ {
211
+ "id": "skill:postgres-ops",
212
+ "name": "Postgres Ops",
213
+ "description": "Tune queries, review migrations, and improve reliability for PostgreSQL-backed systems.",
214
+ "capabilities": ["automation", "guardrails", "search"],
215
+ "compatibility": ["postgresql", "node", "python", "general"],
216
+ "install": { "kind": "skill.sh", "target": "postgres-ops", "args": [] },
217
+ "adoptionSignal": 85,
218
+ "maintenanceSignal": 84,
219
+ "provenanceSignal": 78,
220
+ "freshnessSignal": 82,
221
+ "securitySignals": {
222
+ "knownVulnerabilities": 0,
223
+ "suspiciousPatterns": 0,
224
+ "injectionFindings": 0,
225
+ "exfiltrationSignals": 0,
226
+ "integrityAlerts": 0
227
+ }
228
+ },
229
+ {
230
+ "id": "skill:observability-incident-response",
231
+ "name": "Observability Incident Response",
232
+ "description": "Investigate incidents with logs, metrics, traces, dashboards, and postmortem-ready timelines.",
233
+ "capabilities": ["automation", "search", "security"],
234
+ "compatibility": ["cloud", "container", "node", "python", "general"],
235
+ "install": { "kind": "skill.sh", "target": "observability-incident-response", "args": [] },
236
+ "adoptionSignal": 79,
237
+ "maintenanceSignal": 81,
238
+ "provenanceSignal": 73,
239
+ "freshnessSignal": 81,
240
+ "securitySignals": {
241
+ "knownVulnerabilities": 0,
242
+ "suspiciousPatterns": 0,
243
+ "injectionFindings": 0,
244
+ "exfiltrationSignals": 0,
245
+ "integrityAlerts": 0
246
+ }
247
+ },
248
+ {
249
+ "id": "skill:deep-research",
250
+ "name": "Deep Research",
251
+ "description": "Execute multi-step autonomous research tasks using web search, synthesis, and source citation. One of the most-installed Claude Code skills in 2026.",
252
+ "capabilities": ["search", "automation", "prompting"],
253
+ "compatibility": ["claude-code", "general"],
254
+ "install": { "kind": "skill.sh", "target": "deep-research", "args": [] },
255
+ "adoptionSignal": 88,
256
+ "maintenanceSignal": 84,
257
+ "provenanceSignal": 78,
258
+ "freshnessSignal": 82,
259
+ "securitySignals": {
260
+ "knownVulnerabilities": 0,
261
+ "suspiciousPatterns": 0,
262
+ "injectionFindings": 0,
263
+ "exfiltrationSignals": 0,
264
+ "integrityAlerts": 0
265
+ }
266
+ },
267
+ {
268
+ "id": "skill:test-driven-development",
269
+ "name": "Test-Driven Development",
270
+ "description": "Enforce red-green-refactor TDD discipline: write failing tests first, implement minimally, then refactor. Prevents writing implementation before tests.",
271
+ "capabilities": ["automation", "guardrails", "prompting"],
272
+ "compatibility": ["claude-code", "node", "python", "general"],
273
+ "install": { "kind": "skill.sh", "target": "test-driven-development", "args": [] },
274
+ "adoptionSignal": 91,
275
+ "maintenanceSignal": 88,
276
+ "provenanceSignal": 84,
277
+ "freshnessSignal": 86,
278
+ "securitySignals": {
279
+ "knownVulnerabilities": 0,
280
+ "suspiciousPatterns": 0,
281
+ "injectionFindings": 0,
282
+ "exfiltrationSignals": 0,
283
+ "integrityAlerts": 0
284
+ }
285
+ },
286
+ {
287
+ "id": "skill:prompt-engineering",
288
+ "name": "Prompt Engineering",
289
+ "description": "Apply Anthropic's official prompting best practices: chain-of-thought, few-shot examples, structured output, and effective system prompt design.",
290
+ "capabilities": ["prompting", "automation", "guardrails"],
291
+ "compatibility": ["claude-code", "general"],
292
+ "install": { "kind": "skill.sh", "target": "prompt-engineering", "args": [] },
293
+ "adoptionSignal": 86,
294
+ "maintenanceSignal": 90,
295
+ "provenanceSignal": 96,
296
+ "freshnessSignal": 84,
297
+ "securitySignals": {
298
+ "knownVulnerabilities": 0,
299
+ "suspiciousPatterns": 0,
300
+ "injectionFindings": 0,
301
+ "exfiltrationSignals": 0,
302
+ "integrityAlerts": 0
303
+ }
304
+ },
305
+ {
306
+ "id": "skill:google-workspace-skills",
307
+ "name": "Google Workspace",
308
+ "description": "Automate tasks across Gmail, Google Calendar, Google Docs, Sheets, Slides, and Drive from within Claude Code.",
309
+ "capabilities": ["automation", "docs", "productivity", "scheduling"],
310
+ "compatibility": ["claude-code", "general"],
311
+ "install": { "kind": "skill.sh", "target": "google-workspace-skills", "args": [] },
312
+ "adoptionSignal": 82,
313
+ "maintenanceSignal": 78,
314
+ "provenanceSignal": 76,
315
+ "freshnessSignal": 80,
316
+ "securitySignals": {
317
+ "knownVulnerabilities": 0,
318
+ "suspiciousPatterns": 0,
319
+ "injectionFindings": 0,
320
+ "exfiltrationSignals": 0,
321
+ "integrityAlerts": 0
322
+ }
323
+ },
324
+ {
325
+ "id": "skill:n8n-skills",
326
+ "name": "n8n Workflow Automation",
327
+ "description": "Design, trigger, and debug n8n automation workflows. Connect Claude to n8n's visual workflow engine for multi-step task orchestration.",
328
+ "capabilities": ["automation", "search"],
329
+ "compatibility": ["claude-code", "node", "general"],
330
+ "install": { "kind": "skill.sh", "target": "n8n-skills", "args": [] },
331
+ "adoptionSignal": 72,
332
+ "maintenanceSignal": 75,
333
+ "provenanceSignal": 70,
334
+ "freshnessSignal": 74,
335
+ "securitySignals": {
336
+ "knownVulnerabilities": 0,
337
+ "suspiciousPatterns": 0,
338
+ "injectionFindings": 0,
339
+ "exfiltrationSignals": 0,
340
+ "integrityAlerts": 0
341
+ }
342
+ },
343
+ {
344
+ "id": "skill:remotion",
345
+ "name": "Remotion Video",
346
+ "description": "Generate correct, idiomatic Remotion code for programmatic video: animations, timing, audio sync, captions, 3D, and composition patterns.",
347
+ "capabilities": ["automation", "docs"],
348
+ "compatibility": ["claude-code", "node"],
349
+ "install": { "kind": "skill.sh", "target": "remotion", "args": [] },
350
+ "adoptionSignal": 78,
351
+ "maintenanceSignal": 80,
352
+ "provenanceSignal": 74,
353
+ "freshnessSignal": 82,
354
+ "securitySignals": {
355
+ "knownVulnerabilities": 0,
356
+ "suspiciousPatterns": 0,
357
+ "injectionFindings": 0,
358
+ "exfiltrationSignals": 0,
359
+ "integrityAlerts": 0
360
+ }
361
+ }
362
+ ]
363
+ },
364
+ {
365
+ "id": "github-curated-industry-skills",
366
+ "kind": "skill",
367
+ "sourceType": "community-list",
368
+ "adapter": "direct",
369
+ "enabled": true,
370
+ "officialOnly": false,
371
+ "entries": [
372
+ {
373
+ "id": "skill:docker-container-ops",
374
+ "name": "Docker Container Ops",
375
+ "description": "Build, debug, optimize, and harden containerized services for local and CI workflows.",
376
+ "capabilities": ["automation", "security", "guardrails"],
377
+ "compatibility": ["container", "node", "python", "general"],
378
+ "install": { "kind": "skill.sh", "target": "docker-container-ops", "args": [] },
379
+ "adoptionSignal": 88,
380
+ "maintenanceSignal": 84,
381
+ "provenanceSignal": 72,
382
+ "freshnessSignal": 82,
383
+ "securitySignals": {
384
+ "knownVulnerabilities": 0,
385
+ "suspiciousPatterns": 0,
386
+ "injectionFindings": 0,
387
+ "exfiltrationSignals": 0,
388
+ "integrityAlerts": 0
389
+ }
390
+ },
391
+ {
392
+ "id": "skill:kubernetes-ops",
393
+ "name": "Kubernetes Ops",
394
+ "description": "Operate, troubleshoot, and secure Kubernetes workloads, manifests, and rollout workflows.",
395
+ "capabilities": ["automation", "guardrails", "security"],
396
+ "compatibility": ["container", "kubernetes", "cloud", "general"],
397
+ "install": { "kind": "skill.sh", "target": "kubernetes-ops", "args": [] },
398
+ "adoptionSignal": 86,
399
+ "maintenanceSignal": 83,
400
+ "provenanceSignal": 72,
401
+ "freshnessSignal": 84,
402
+ "securitySignals": {
403
+ "knownVulnerabilities": 0,
404
+ "suspiciousPatterns": 0,
405
+ "injectionFindings": 0,
406
+ "exfiltrationSignals": 0,
407
+ "integrityAlerts": 0
408
+ }
409
+ },
410
+ {
411
+ "id": "skill:terraform-guardrails",
412
+ "name": "Terraform Guardrails",
413
+ "description": "Plan, review, and enforce policy around Terraform-based infrastructure changes.",
414
+ "capabilities": ["automation", "guardrails", "security"],
415
+ "compatibility": ["cloud", "aws", "azure", "gcp", "general"],
416
+ "install": { "kind": "skill.sh", "target": "terraform-guardrails", "args": [] },
417
+ "adoptionSignal": 81,
418
+ "maintenanceSignal": 84,
419
+ "provenanceSignal": 74,
420
+ "freshnessSignal": 83,
421
+ "securitySignals": {
422
+ "knownVulnerabilities": 0,
423
+ "suspiciousPatterns": 0,
424
+ "injectionFindings": 0,
425
+ "exfiltrationSignals": 0,
426
+ "integrityAlerts": 0
427
+ }
428
+ },
429
+ {
430
+ "id": "skill:aws-platform-ops",
431
+ "name": "AWS Platform Ops",
432
+ "description": "Deploy, review, and troubleshoot AWS application and platform configurations across environments.",
433
+ "capabilities": ["automation", "security", "search"],
434
+ "compatibility": ["aws", "cloud", "serverless", "general"],
435
+ "install": { "kind": "skill.sh", "target": "aws-platform-ops", "args": [] },
436
+ "adoptionSignal": 87,
437
+ "maintenanceSignal": 82,
438
+ "provenanceSignal": 76,
439
+ "freshnessSignal": 80,
440
+ "securitySignals": {
441
+ "knownVulnerabilities": 0,
442
+ "suspiciousPatterns": 0,
443
+ "injectionFindings": 0,
444
+ "exfiltrationSignals": 0,
445
+ "integrityAlerts": 0
446
+ }
447
+ },
448
+ {
449
+ "id": "skill:postgres-ops",
450
+ "name": "Postgres Ops",
451
+ "description": "Tune queries, review migrations, and improve reliability for PostgreSQL-backed systems.",
452
+ "capabilities": ["automation", "guardrails", "search"],
453
+ "compatibility": ["postgresql", "node", "python", "general"],
454
+ "install": { "kind": "skill.sh", "target": "postgres-ops", "args": [] },
455
+ "adoptionSignal": 85,
456
+ "maintenanceSignal": 84,
457
+ "provenanceSignal": 78,
458
+ "freshnessSignal": 82,
459
+ "securitySignals": {
460
+ "knownVulnerabilities": 0,
461
+ "suspiciousPatterns": 0,
462
+ "injectionFindings": 0,
463
+ "exfiltrationSignals": 0,
464
+ "integrityAlerts": 0
465
+ }
466
+ },
467
+ {
468
+ "id": "skill:observability-incident-response",
469
+ "name": "Observability Incident Response",
470
+ "description": "Investigate incidents with logs, metrics, traces, dashboards, and postmortem-ready timelines.",
471
+ "capabilities": ["automation", "search", "security"],
472
+ "compatibility": ["cloud", "container", "node", "python", "general"],
473
+ "install": { "kind": "skill.sh", "target": "observability-incident-response", "args": [] },
474
+ "adoptionSignal": 79,
475
+ "maintenanceSignal": 81,
476
+ "provenanceSignal": 73,
477
+ "freshnessSignal": 81,
478
+ "securitySignals": {
479
+ "knownVulnerabilities": 0,
480
+ "suspiciousPatterns": 0,
481
+ "injectionFindings": 0,
482
+ "exfiltrationSignals": 0,
483
+ "integrityAlerts": 0
484
+ }
485
+ }
486
+ ]
487
+ },
488
+ {
489
+ "id": "public-mcp-directory",
490
+ "kind": "mcp",
491
+ "sourceType": "public-index",
492
+ "adapter": "mcp-registry-v0.1",
493
+ "enabled": true,
494
+ "officialOnly": true,
495
+ "remote": {
496
+ "url": "https://registry.modelcontextprotocol.io/v0.1/servers",
497
+ "format": "catalog-json",
498
+ "entryPath": "servers",
499
+ "supportsUpdatedSince": false,
500
+ "updatedSinceParam": "updated_since",
501
+ "pagination": {
502
+ "mode": "cursor",
503
+ "cursorParam": "cursor",
504
+ "nextCursorPath": "metadata.nextCursor",
505
+ "limitParam": "limit",
506
+ "limit": 100
507
+ },
508
+ "timeoutMs": 10000,
509
+ "fallbackToLocal": true,
510
+ "provider": "mcp",
511
+ "official": true,
512
+ "licenseHint": "registry"
513
+ },
514
+ "entries": [
515
+ {
516
+ "id": "mcp:filesystem",
517
+ "name": "Filesystem MCP Server",
518
+ "description": "Access local files in read/write mode.",
519
+ "transport": "stdio",
520
+ "authModel": "none",
521
+ "capabilities": ["file-read", "file-write", "search"],
522
+ "compatibility": ["node", "python", "container"],
523
+ "install": { "kind": "skill.sh", "target": "mcp-filesystem", "args": ["--transport", "stdio"] },
524
+ "adoptionSignal": 84,
525
+ "maintenanceSignal": 81,
526
+ "provenanceSignal": 95,
527
+ "freshnessSignal": 70,
528
+ "securitySignals": {
529
+ "knownVulnerabilities": 0,
530
+ "suspiciousPatterns": 1,
531
+ "injectionFindings": 0,
532
+ "exfiltrationSignals": 0,
533
+ "integrityAlerts": 0
534
+ }
535
+ },
536
+ {
537
+ "id": "mcp:github-actions-auditor",
538
+ "name": "GitHub Actions Auditor MCP",
539
+ "description": "Audit workflow permissions, unsafe patterns, and missing security controls.",
540
+ "transport": "http",
541
+ "authModel": "api_key",
542
+ "capabilities": ["security", "code-scanning", "automation"],
543
+ "compatibility": ["node", "github", "general"],
544
+ "install": { "kind": "skill.sh", "target": "mcp-gha-auditor", "args": ["--transport", "http"] },
545
+ "adoptionSignal": 77,
546
+ "maintenanceSignal": 82,
547
+ "provenanceSignal": 93,
548
+ "freshnessSignal": 78,
549
+ "securitySignals": {
550
+ "knownVulnerabilities": 0,
551
+ "suspiciousPatterns": 0,
552
+ "injectionFindings": 0,
553
+ "exfiltrationSignals": 0,
554
+ "integrityAlerts": 0
555
+ }
556
+ },
557
+ {
558
+ "id": "mcp:dependency-intel",
559
+ "name": "Dependency Intel MCP",
560
+ "description": "Correlate package vulnerabilities, advisories, and upgrade guidance.",
561
+ "transport": "http",
562
+ "authModel": "api_key",
563
+ "capabilities": ["dependency-audit", "security", "search"],
564
+ "compatibility": ["node", "python", "general"],
565
+ "install": { "kind": "skill.sh", "target": "mcp-dependency-intel", "args": ["--transport", "http"] },
566
+ "adoptionSignal": 79,
567
+ "maintenanceSignal": 84,
568
+ "provenanceSignal": 92,
569
+ "freshnessSignal": 80,
570
+ "securitySignals": {
571
+ "knownVulnerabilities": 0,
572
+ "suspiciousPatterns": 0,
573
+ "injectionFindings": 0,
574
+ "exfiltrationSignals": 0,
575
+ "integrityAlerts": 0
576
+ }
577
+ },
578
+ {
579
+ "id": "mcp:policy-as-code",
580
+ "name": "Policy-as-Code MCP",
581
+ "description": "Evaluate policy bundles against CI/CD and repository configuration.",
582
+ "transport": "stdio",
583
+ "authModel": "none",
584
+ "capabilities": ["guardrails", "security", "automation"],
585
+ "compatibility": ["node", "container", "general"],
586
+ "install": { "kind": "skill.sh", "target": "mcp-policy-as-code", "args": ["--transport", "stdio"] },
587
+ "adoptionSignal": 73,
588
+ "maintenanceSignal": 80,
589
+ "provenanceSignal": 90,
590
+ "freshnessSignal": 77,
591
+ "securitySignals": {
592
+ "knownVulnerabilities": 0,
593
+ "suspiciousPatterns": 0,
594
+ "injectionFindings": 0,
595
+ "exfiltrationSignals": 0,
596
+ "integrityAlerts": 0
597
+ }
598
+ },
599
+ {
600
+ "id": "mcp:release-governance",
601
+ "name": "Release Governance MCP",
602
+ "description": "Check release readiness, versioning alignment, and changelog integrity.",
603
+ "transport": "stdio",
604
+ "authModel": "none",
605
+ "capabilities": ["guardrails", "automation", "search"],
606
+ "compatibility": ["node", "github", "general"],
607
+ "install": { "kind": "skill.sh", "target": "mcp-release-governance", "args": ["--transport", "stdio"] },
608
+ "adoptionSignal": 71,
609
+ "maintenanceSignal": 78,
610
+ "provenanceSignal": 89,
611
+ "freshnessSignal": 73,
612
+ "securitySignals": {
613
+ "knownVulnerabilities": 0,
614
+ "suspiciousPatterns": 0,
615
+ "injectionFindings": 0,
616
+ "exfiltrationSignals": 0,
617
+ "integrityAlerts": 0
618
+ }
619
+ },
620
+ {
621
+ "id": "mcp:repo-observability",
622
+ "name": "Repository Observability MCP",
623
+ "description": "Track quality, reliability, and security trends from repo events.",
624
+ "transport": "http",
625
+ "authModel": "api_key",
626
+ "capabilities": ["search", "automation", "security"],
627
+ "compatibility": ["node", "github", "general"],
628
+ "install": { "kind": "skill.sh", "target": "mcp-repo-observability", "args": ["--transport", "http"] },
629
+ "adoptionSignal": 69,
630
+ "maintenanceSignal": 76,
631
+ "provenanceSignal": 88,
632
+ "freshnessSignal": 71,
633
+ "securitySignals": {
634
+ "knownVulnerabilities": 0,
635
+ "suspiciousPatterns": 0,
636
+ "injectionFindings": 0,
637
+ "exfiltrationSignals": 0,
638
+ "integrityAlerts": 0
639
+ }
640
+ },
641
+ {
642
+ "id": "mcp:remote-browser",
643
+ "name": "Remote Browser MCP",
644
+ "description": "Remote browser automation via network transport.",
645
+ "transport": "http",
646
+ "authModel": "api_key",
647
+ "capabilities": ["browser-control", "automation"],
648
+ "compatibility": ["node"],
649
+ "install": { "kind": "skill.sh", "target": "mcp-remote-browser", "args": ["--transport", "http"] },
650
+ "adoptionSignal": 66,
651
+ "maintenanceSignal": 58,
652
+ "provenanceSignal": 88,
653
+ "freshnessSignal": 64,
654
+ "securitySignals": {
655
+ "knownVulnerabilities": 1,
656
+ "suspiciousPatterns": 2,
657
+ "injectionFindings": 1,
658
+ "exfiltrationSignals": 1,
659
+ "integrityAlerts": 0
660
+ }
661
+ }
662
+ ]
663
+ },
664
+ {
665
+ "id": "openai-skills-curated",
666
+ "kind": "skill",
667
+ "sourceType": "vendor-feed",
668
+ "adapter": "openai-skills-github-v1",
669
+ "enabled": true,
670
+ "officialOnly": true,
671
+ "remote": {
672
+ "url": "https://api.github.com/repos/openai/skills/contents/skills/.curated",
673
+ "format": "json-array",
674
+ "timeoutMs": 10000,
675
+ "fallbackToLocal": true,
676
+ "provider": "openai",
677
+ "official": true,
678
+ "licenseHint": "vendor"
679
+ },
680
+ "entries": []
681
+ },
682
+ {
683
+ "id": "anthropic-skills",
684
+ "kind": "skill",
685
+ "sourceType": "vendor-feed",
686
+ "adapter": "claude-code-marketplace-v1",
687
+ "enabled": true,
688
+ "officialOnly": true,
689
+ "remote": {
690
+ "url": "https://raw.githubusercontent.com/anthropics/skills/main/.claude-plugin/marketplace.json",
691
+ "format": "catalog-json",
692
+ "entryPath": "plugins",
693
+ "timeoutMs": 12000,
694
+ "fallbackToLocal": true,
695
+ "provider": "anthropic",
696
+ "official": true,
697
+ "licenseHint": "vendor"
698
+ },
699
+ "entries": []
700
+ },
701
+ {
702
+ "id": "github-n-skills-marketplace",
703
+ "kind": "skill",
704
+ "sourceType": "community-list",
705
+ "adapter": "claude-code-marketplace-v1",
706
+ "enabled": true,
707
+ "officialOnly": false,
708
+ "remote": {
709
+ "url": "https://raw.githubusercontent.com/numman-ali/n-skills/main/.claude-plugin/marketplace.json",
710
+ "format": "catalog-json",
711
+ "entryPath": "plugins",
712
+ "timeoutMs": 12000,
713
+ "fallbackToLocal": true,
714
+ "provider": "github",
715
+ "official": false,
716
+ "licenseHint": "community"
717
+ },
718
+ "entries": []
719
+ },
720
+ {
721
+ "id": "trailofbits-skills-marketplace",
722
+ "kind": "skill",
723
+ "sourceType": "community-list",
724
+ "adapter": "claude-code-marketplace-v1",
725
+ "enabled": true,
726
+ "officialOnly": false,
727
+ "remote": {
728
+ "url": "https://raw.githubusercontent.com/trailofbits/skills/main/.claude-plugin/marketplace.json",
729
+ "format": "catalog-json",
730
+ "entryPath": "plugins",
731
+ "timeoutMs": 12000,
732
+ "fallbackToLocal": true,
733
+ "provider": "github",
734
+ "official": false,
735
+ "licenseHint": "community"
736
+ },
737
+ "entries": []
738
+ },
739
+ {
740
+ "id": "github-mhattingpete-claude-skills",
741
+ "kind": "skill",
742
+ "sourceType": "community-list",
743
+ "adapter": "claude-code-marketplace-v1",
744
+ "enabled": true,
745
+ "officialOnly": false,
746
+ "remote": {
747
+ "url": "https://raw.githubusercontent.com/mhattingpete/claude-skills-marketplace/main/.claude-plugin/marketplace.json",
748
+ "format": "catalog-json",
749
+ "entryPath": "plugins",
750
+ "timeoutMs": 12000,
751
+ "fallbackToLocal": true,
752
+ "provider": "github",
753
+ "official": false,
754
+ "licenseHint": "community"
755
+ },
756
+ "entries": []
757
+ },
758
+ {
759
+ "id": "github-neon-ai-rules",
760
+ "kind": "skill",
761
+ "sourceType": "vendor-feed",
762
+ "adapter": "claude-code-marketplace-v1",
763
+ "enabled": true,
764
+ "officialOnly": true,
765
+ "remote": {
766
+ "url": "https://raw.githubusercontent.com/neondatabase-labs/ai-rules/main/.claude-plugin/marketplace.json",
767
+ "format": "catalog-json",
768
+ "entryPath": "plugins",
769
+ "timeoutMs": 12000,
770
+ "fallbackToLocal": true,
771
+ "provider": "github",
772
+ "official": true,
773
+ "licenseHint": "vendor"
774
+ },
775
+ "entries": []
776
+ },
777
+ {
778
+ "id": "official-claude-plugins",
779
+ "kind": "claude-plugin",
780
+ "sourceType": "vendor-feed",
781
+ "adapter": "claude-plugins-scrape-v1",
782
+ "enabled": true,
783
+ "officialOnly": true,
784
+ "remote": {
785
+ "url": "https://claude.com/plugins",
786
+ "format": "html",
787
+ "supportsUpdatedSince": false,
788
+ "timeoutMs": 12000,
789
+ "fallbackToLocal": true,
790
+ "provider": "anthropic",
791
+ "official": true,
792
+ "licenseHint": "vendor"
793
+ },
794
+ "entries": [
795
+ {
796
+ "id": "claude-plugin:workspace-ops",
797
+ "name": "Workspace Ops",
798
+ "description": "Manage internal docs and tickets from Claude.",
799
+ "capabilities": ["tickets", "docs", "search"],
800
+ "compatibility": ["claude", "general"],
801
+ "install": { "kind": "manual", "instructions": "Enable from Claude plugin catalog." },
802
+ "adoptionSignal": 58,
803
+ "maintenanceSignal": 72,
804
+ "provenanceSignal": 96,
805
+ "freshnessSignal": 68,
806
+ "securitySignals": {
807
+ "knownVulnerabilities": 0,
808
+ "suspiciousPatterns": 0,
809
+ "injectionFindings": 0,
810
+ "exfiltrationSignals": 0,
811
+ "integrityAlerts": 0
812
+ }
813
+ },
814
+ {
815
+ "id": "claude-plugin:repo-threat-review",
816
+ "name": "Repo Threat Review",
817
+ "description": "Threat-centric review assistant for pull requests and workflows.",
818
+ "capabilities": ["security", "guardrails", "code-scanning"],
819
+ "compatibility": ["claude", "github", "node"],
820
+ "install": { "kind": "manual", "instructions": "Enable from Claude plugin catalog." },
821
+ "adoptionSignal": 72,
822
+ "maintenanceSignal": 81,
823
+ "provenanceSignal": 97,
824
+ "freshnessSignal": 79,
825
+ "securitySignals": {
826
+ "knownVulnerabilities": 0,
827
+ "suspiciousPatterns": 0,
828
+ "injectionFindings": 0,
829
+ "exfiltrationSignals": 0,
830
+ "integrityAlerts": 0
831
+ }
832
+ },
833
+ {
834
+ "id": "claude-plugin:incident-summarizer",
835
+ "name": "Incident Summarizer",
836
+ "description": "Build incident timelines and postmortem-ready summaries.",
837
+ "capabilities": ["search", "automation", "docs"],
838
+ "compatibility": ["claude", "general"],
839
+ "install": { "kind": "manual", "instructions": "Enable from Claude plugin catalog." },
840
+ "adoptionSignal": 68,
841
+ "maintenanceSignal": 77,
842
+ "provenanceSignal": 95,
843
+ "freshnessSignal": 75,
844
+ "securitySignals": {
845
+ "knownVulnerabilities": 0,
846
+ "suspiciousPatterns": 0,
847
+ "injectionFindings": 0,
848
+ "exfiltrationSignals": 0,
849
+ "integrityAlerts": 0
850
+ }
851
+ },
852
+ {
853
+ "id": "claude-plugin:compliance-evidence",
854
+ "name": "Compliance Evidence Collector",
855
+ "description": "Collect reproducible evidence for audits and security attestations.",
856
+ "capabilities": ["security", "dependency-audit", "automation"],
857
+ "compatibility": ["claude", "general"],
858
+ "install": { "kind": "manual", "instructions": "Enable from Claude plugin catalog." },
859
+ "adoptionSignal": 70,
860
+ "maintenanceSignal": 79,
861
+ "provenanceSignal": 96,
862
+ "freshnessSignal": 78,
863
+ "securitySignals": {
864
+ "knownVulnerabilities": 0,
865
+ "suspiciousPatterns": 0,
866
+ "injectionFindings": 0,
867
+ "exfiltrationSignals": 0,
868
+ "integrityAlerts": 0
869
+ }
870
+ }
871
+ ]
872
+ },
873
+ {
874
+ "id": "anthropic-claude-plugins-official-github",
875
+ "kind": "claude-plugin",
876
+ "sourceType": "vendor-feed",
877
+ "adapter": "claude-code-marketplace-v1",
878
+ "enabled": true,
879
+ "officialOnly": true,
880
+ "remote": {
881
+ "url": "https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/.claude-plugin/marketplace.json",
882
+ "format": "catalog-json",
883
+ "entryPath": "plugins",
884
+ "timeoutMs": 12000,
885
+ "fallbackToLocal": true,
886
+ "provider": "anthropic",
887
+ "official": true,
888
+ "licenseHint": "vendor"
889
+ },
890
+ "entries": []
891
+ },
892
+ {
893
+ "id": "anthropic-knowledge-work-plugins",
894
+ "kind": "claude-plugin",
895
+ "sourceType": "vendor-feed",
896
+ "adapter": "claude-code-marketplace-v1",
897
+ "enabled": true,
898
+ "officialOnly": true,
899
+ "remote": {
900
+ "url": "https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/.claude-plugin/marketplace.json",
901
+ "format": "catalog-json",
902
+ "entryPath": "plugins",
903
+ "timeoutMs": 12000,
904
+ "fallbackToLocal": true,
905
+ "provider": "anthropic",
906
+ "official": true,
907
+ "licenseHint": "vendor"
908
+ },
909
+ "entries": []
910
+ },
911
+ {
912
+ "id": "anthropic-financial-services-plugins",
913
+ "kind": "claude-plugin",
914
+ "sourceType": "vendor-feed",
915
+ "adapter": "claude-code-marketplace-v1",
916
+ "enabled": true,
917
+ "officialOnly": true,
918
+ "remote": {
919
+ "url": "https://raw.githubusercontent.com/anthropics/financial-services-plugins/main/.claude-plugin/marketplace.json",
920
+ "format": "catalog-json",
921
+ "entryPath": "plugins",
922
+ "timeoutMs": 12000,
923
+ "fallbackToLocal": true,
924
+ "provider": "anthropic",
925
+ "official": true,
926
+ "licenseHint": "vendor"
927
+ },
928
+ "entries": []
929
+ },
930
+ {
931
+ "id": "github-docker-claude-plugins",
932
+ "kind": "claude-plugin",
933
+ "sourceType": "vendor-feed",
934
+ "adapter": "claude-code-marketplace-v1",
935
+ "enabled": true,
936
+ "officialOnly": true,
937
+ "remote": {
938
+ "url": "https://raw.githubusercontent.com/docker/claude-plugins/main/.claude-plugin/marketplace.json",
939
+ "format": "catalog-json",
940
+ "entryPath": "plugins",
941
+ "timeoutMs": 12000,
942
+ "fallbackToLocal": true,
943
+ "provider": "github",
944
+ "official": true,
945
+ "licenseHint": "vendor"
946
+ },
947
+ "entries": []
948
+ },
949
+ {
950
+ "id": "github-pleaseai-claude-code-plugins",
951
+ "kind": "claude-plugin",
952
+ "sourceType": "community-list",
953
+ "adapter": "claude-code-marketplace-v1",
954
+ "enabled": true,
955
+ "officialOnly": false,
956
+ "remote": {
957
+ "url": "https://raw.githubusercontent.com/pleaseai/claude-code-plugins/main/.claude-plugin/marketplace.json",
958
+ "format": "catalog-json",
959
+ "entryPath": "plugins",
960
+ "timeoutMs": 12000,
961
+ "fallbackToLocal": true,
962
+ "provider": "github",
963
+ "official": false,
964
+ "licenseHint": "community"
965
+ },
966
+ "entries": []
967
+ },
968
+ {
969
+ "id": "official-copilot-extensions",
970
+ "kind": "copilot-extension",
971
+ "sourceType": "vendor-feed",
972
+ "adapter": "copilot-extensions-v0.1",
973
+ "enabled": true,
974
+ "officialOnly": true,
975
+ "entries": [
976
+ {
977
+ "id": "copilot-extension:repo-security",
978
+ "name": "Repo Security Insights",
979
+ "description": "Surface dependency, code scanning, and secret findings inside Copilot.",
980
+ "capabilities": ["security", "dependency-audit", "code-scanning"],
981
+ "compatibility": ["copilot", "github", "node", "python"],
982
+ "install": { "kind": "gh-cli", "target": "copilot-extension", "args": ["install", "repo-security"] },
983
+ "adoptionSignal": 64,
984
+ "maintenanceSignal": 75,
985
+ "provenanceSignal": 97,
986
+ "freshnessSignal": 72,
987
+ "securitySignals": {
988
+ "knownVulnerabilities": 0,
989
+ "suspiciousPatterns": 0,
990
+ "injectionFindings": 0,
991
+ "exfiltrationSignals": 0,
992
+ "integrityAlerts": 0
993
+ }
994
+ },
995
+ {
996
+ "id": "copilot-extension:actions-guardian",
997
+ "name": "Actions Guardian",
998
+ "description": "Review workflows for least privilege, pinning, and dangerous patterns.",
999
+ "capabilities": ["security", "code-scanning", "automation"],
1000
+ "compatibility": ["copilot", "github", "node"],
1001
+ "install": { "kind": "gh-cli", "target": "copilot-extension", "args": ["install", "actions-guardian"] },
1002
+ "adoptionSignal": 79,
1003
+ "maintenanceSignal": 84,
1004
+ "provenanceSignal": 98,
1005
+ "freshnessSignal": 81,
1006
+ "securitySignals": {
1007
+ "knownVulnerabilities": 0,
1008
+ "suspiciousPatterns": 0,
1009
+ "injectionFindings": 0,
1010
+ "exfiltrationSignals": 0,
1011
+ "integrityAlerts": 0
1012
+ }
1013
+ },
1014
+ {
1015
+ "id": "copilot-extension:sbom-advisor",
1016
+ "name": "SBOM Advisor",
1017
+ "description": "Generate SBOM action plans and remediation tasks from dependency risk.",
1018
+ "capabilities": ["dependency-audit", "security", "search"],
1019
+ "compatibility": ["copilot", "github", "node", "python"],
1020
+ "install": { "kind": "gh-cli", "target": "copilot-extension", "args": ["install", "sbom-advisor"] },
1021
+ "adoptionSignal": 76,
1022
+ "maintenanceSignal": 82,
1023
+ "provenanceSignal": 98,
1024
+ "freshnessSignal": 80,
1025
+ "securitySignals": {
1026
+ "knownVulnerabilities": 0,
1027
+ "suspiciousPatterns": 0,
1028
+ "injectionFindings": 0,
1029
+ "exfiltrationSignals": 0,
1030
+ "integrityAlerts": 0
1031
+ }
1032
+ },
1033
+ {
1034
+ "id": "copilot-extension:release-gatekeeper",
1035
+ "name": "Release Gatekeeper",
1036
+ "description": "Automate release gate checks and version policy compliance.",
1037
+ "capabilities": ["guardrails", "automation", "search"],
1038
+ "compatibility": ["copilot", "github", "node"],
1039
+ "install": { "kind": "gh-cli", "target": "copilot-extension", "args": ["install", "release-gatekeeper"] },
1040
+ "adoptionSignal": 74,
1041
+ "maintenanceSignal": 80,
1042
+ "provenanceSignal": 97,
1043
+ "freshnessSignal": 79,
1044
+ "securitySignals": {
1045
+ "knownVulnerabilities": 0,
1046
+ "suspiciousPatterns": 0,
1047
+ "injectionFindings": 0,
1048
+ "exfiltrationSignals": 0,
1049
+ "integrityAlerts": 0
1050
+ }
1051
+ }
1052
+ ]
1053
+ },
1054
+ {
1055
+ "id": "github-copilot-plugins-official",
1056
+ "kind": "copilot-extension",
1057
+ "sourceType": "vendor-feed",
1058
+ "adapter": "copilot-plugin-marketplace-v1",
1059
+ "enabled": true,
1060
+ "officialOnly": true,
1061
+ "remote": {
1062
+ "url": "https://raw.githubusercontent.com/github/copilot-plugins/main/.github/plugin/marketplace.json",
1063
+ "format": "catalog-json",
1064
+ "entryPath": "plugins",
1065
+ "supportsUpdatedSince": false,
1066
+ "timeoutMs": 12000,
1067
+ "fallbackToLocal": true,
1068
+ "provider": "github",
1069
+ "official": true,
1070
+ "licenseHint": "vendor"
1071
+ },
1072
+ "entries": []
1073
+ },
1074
+ {
1075
+ "id": "github-awesome-copilot-marketplace",
1076
+ "kind": "copilot-extension",
1077
+ "sourceType": "community-list",
1078
+ "adapter": "copilot-plugin-marketplace-v1",
1079
+ "enabled": true,
1080
+ "officialOnly": false,
1081
+ "remote": {
1082
+ "url": "https://raw.githubusercontent.com/github/awesome-copilot/main/.github/plugin/marketplace.json",
1083
+ "format": "catalog-json",
1084
+ "entryPath": "plugins",
1085
+ "supportsUpdatedSince": false,
1086
+ "timeoutMs": 12000,
1087
+ "fallbackToLocal": true,
1088
+ "provider": "github",
1089
+ "official": false,
1090
+ "licenseHint": "community"
1091
+ },
1092
+ "entries": []
1093
+ },
1094
+ {
1095
+ "id": "anthropic-claude-connectors-scrape",
1096
+ "kind": "claude-connector",
1097
+ "sourceType": "vendor-feed",
1098
+ "adapter": "claude-connectors-scrape-v1",
1099
+ "enabled": true,
1100
+ "officialOnly": true,
1101
+ "remote": {
1102
+ "url": "https://claude.com/connectors",
1103
+ "format": "html",
1104
+ "supportsUpdatedSince": false,
1105
+ "timeoutMs": 12000,
1106
+ "fallbackToLocal": true,
1107
+ "provider": "anthropic",
1108
+ "official": true,
1109
+ "licenseHint": "vendor"
1110
+ },
1111
+ "entries": [
1112
+ {
1113
+ "id": "claude-connector:asana",
1114
+ "name": "Asana",
1115
+ "description": "Connect Claude to Asana tasks, projects, and workspace context.",
1116
+ "capabilities": ["tickets", "automation"],
1117
+ "compatibility": ["claude", "mcp"],
1118
+ "install": {
1119
+ "kind": "manual",
1120
+ "instructions": "Enable this connector from Claude Connectors.",
1121
+ "url": "https://claude.com/connectors/asana"
1122
+ },
1123
+ "adoptionSignal": 60,
1124
+ "maintenanceSignal": 68,
1125
+ "provenanceSignal": 86,
1126
+ "freshnessSignal": 70,
1127
+ "securitySignals": {
1128
+ "knownVulnerabilities": 0,
1129
+ "suspiciousPatterns": 0,
1130
+ "injectionFindings": 0,
1131
+ "exfiltrationSignals": 0,
1132
+ "integrityAlerts": 0
1133
+ },
1134
+ "metadata": {
1135
+ "catalogType": "connector",
1136
+ "sourcePage": "https://claude.com/connectors",
1137
+ "sourceConfidence": "official"
1138
+ }
1139
+ },
1140
+ {
1141
+ "id": "claude-connector:atlassian",
1142
+ "name": "Atlassian",
1143
+ "description": "Connect Claude to Atlassian tools for docs, tickets, and team knowledge.",
1144
+ "capabilities": ["docs", "tickets", "automation"],
1145
+ "compatibility": ["claude", "mcp"],
1146
+ "install": {
1147
+ "kind": "manual",
1148
+ "instructions": "Enable this connector from Claude Connectors.",
1149
+ "url": "https://claude.com/connectors/atlassian"
1150
+ },
1151
+ "adoptionSignal": 62,
1152
+ "maintenanceSignal": 69,
1153
+ "provenanceSignal": 86,
1154
+ "freshnessSignal": 70,
1155
+ "securitySignals": {
1156
+ "knownVulnerabilities": 0,
1157
+ "suspiciousPatterns": 0,
1158
+ "injectionFindings": 0,
1159
+ "exfiltrationSignals": 0,
1160
+ "integrityAlerts": 0
1161
+ },
1162
+ "metadata": {
1163
+ "catalogType": "connector",
1164
+ "sourcePage": "https://claude.com/connectors",
1165
+ "sourceConfidence": "official"
1166
+ }
1167
+ },
1168
+ {
1169
+ "id": "claude-connector:box",
1170
+ "name": "Box",
1171
+ "description": "Connect Claude to Box content and files for enterprise document retrieval.",
1172
+ "capabilities": ["docs", "search", "automation"],
1173
+ "compatibility": ["claude", "mcp"],
1174
+ "install": {
1175
+ "kind": "manual",
1176
+ "instructions": "Enable this connector from Claude Connectors.",
1177
+ "url": "https://claude.com/connectors/box"
1178
+ },
1179
+ "adoptionSignal": 58,
1180
+ "maintenanceSignal": 66,
1181
+ "provenanceSignal": 85,
1182
+ "freshnessSignal": 69,
1183
+ "securitySignals": {
1184
+ "knownVulnerabilities": 0,
1185
+ "suspiciousPatterns": 0,
1186
+ "injectionFindings": 0,
1187
+ "exfiltrationSignals": 0,
1188
+ "integrityAlerts": 0
1189
+ },
1190
+ "metadata": {
1191
+ "catalogType": "connector",
1192
+ "sourcePage": "https://claude.com/connectors",
1193
+ "sourceConfidence": "official"
1194
+ }
1195
+ },
1196
+ {
1197
+ "id": "claude-connector:google-calendar",
1198
+ "name": "Google Calendar",
1199
+ "description": "Connect Claude to Google Calendar for scheduling, meeting management, and calendar automation.",
1200
+ "capabilities": ["automation", "productivity", "scheduling"],
1201
+ "compatibility": ["claude", "mcp"],
1202
+ "install": {
1203
+ "kind": "manual",
1204
+ "instructions": "Enable this connector from Claude Connectors.",
1205
+ "url": "https://claude.com/connectors/google-calendar"
1206
+ },
1207
+ "adoptionSignal": 78,
1208
+ "maintenanceSignal": 82,
1209
+ "provenanceSignal": 92,
1210
+ "freshnessSignal": 80,
1211
+ "securitySignals": {
1212
+ "knownVulnerabilities": 0,
1213
+ "suspiciousPatterns": 0,
1214
+ "injectionFindings": 0,
1215
+ "exfiltrationSignals": 0,
1216
+ "integrityAlerts": 0
1217
+ },
1218
+ "metadata": {
1219
+ "catalogType": "connector",
1220
+ "sourcePage": "https://claude.com/connectors",
1221
+ "sourceConfidence": "official"
1222
+ }
1223
+ },
1224
+ {
1225
+ "id": "claude-connector:google-drive",
1226
+ "name": "Google Drive",
1227
+ "description": "Connect Claude to Google Drive for document retrieval, search, and file management across your workspace.",
1228
+ "capabilities": ["docs", "search", "automation"],
1229
+ "compatibility": ["claude", "mcp"],
1230
+ "install": {
1231
+ "kind": "manual",
1232
+ "instructions": "Enable this connector from Claude Connectors.",
1233
+ "url": "https://claude.com/connectors/google-drive"
1234
+ },
1235
+ "adoptionSignal": 80,
1236
+ "maintenanceSignal": 84,
1237
+ "provenanceSignal": 92,
1238
+ "freshnessSignal": 82,
1239
+ "securitySignals": {
1240
+ "knownVulnerabilities": 0,
1241
+ "suspiciousPatterns": 0,
1242
+ "injectionFindings": 0,
1243
+ "exfiltrationSignals": 0,
1244
+ "integrityAlerts": 0
1245
+ },
1246
+ "metadata": {
1247
+ "catalogType": "connector",
1248
+ "sourcePage": "https://claude.com/connectors",
1249
+ "sourceConfidence": "official"
1250
+ }
1251
+ },
1252
+ {
1253
+ "id": "claude-connector:docusign",
1254
+ "name": "DocuSign",
1255
+ "description": "Connect Claude to DocuSign for eSignature workflows, envelope tracking, and document agreement automation.",
1256
+ "capabilities": ["automation", "docs"],
1257
+ "compatibility": ["claude", "mcp"],
1258
+ "install": {
1259
+ "kind": "manual",
1260
+ "instructions": "Enable this connector from Claude Connectors.",
1261
+ "url": "https://claude.com/connectors/docusign"
1262
+ },
1263
+ "adoptionSignal": 65,
1264
+ "maintenanceSignal": 70,
1265
+ "provenanceSignal": 88,
1266
+ "freshnessSignal": 72,
1267
+ "securitySignals": {
1268
+ "knownVulnerabilities": 0,
1269
+ "suspiciousPatterns": 0,
1270
+ "injectionFindings": 0,
1271
+ "exfiltrationSignals": 0,
1272
+ "integrityAlerts": 0
1273
+ },
1274
+ "metadata": {
1275
+ "catalogType": "connector",
1276
+ "sourcePage": "https://claude.com/connectors",
1277
+ "sourceConfidence": "official"
1278
+ }
1279
+ },
1280
+ {
1281
+ "id": "claude-connector:clay",
1282
+ "name": "Clay",
1283
+ "description": "Connect Claude to Clay for data enrichment, prospecting, and go-to-market workflow automation.",
1284
+ "capabilities": ["automation", "search", "sales"],
1285
+ "compatibility": ["claude", "mcp"],
1286
+ "install": {
1287
+ "kind": "manual",
1288
+ "instructions": "Enable this connector from Claude Connectors.",
1289
+ "url": "https://claude.com/connectors/clay"
1290
+ },
1291
+ "adoptionSignal": 62,
1292
+ "maintenanceSignal": 68,
1293
+ "provenanceSignal": 84,
1294
+ "freshnessSignal": 72,
1295
+ "securitySignals": {
1296
+ "knownVulnerabilities": 0,
1297
+ "suspiciousPatterns": 0,
1298
+ "injectionFindings": 0,
1299
+ "exfiltrationSignals": 0,
1300
+ "integrityAlerts": 0
1301
+ },
1302
+ "metadata": {
1303
+ "catalogType": "connector",
1304
+ "sourcePage": "https://claude.com/connectors",
1305
+ "sourceConfidence": "official"
1306
+ }
1307
+ },
1308
+ {
1309
+ "id": "claude-connector:outreach",
1310
+ "name": "Outreach",
1311
+ "description": "Connect Claude to Outreach for sales engagement, sequence management, and pipeline automation.",
1312
+ "capabilities": ["automation", "sales"],
1313
+ "compatibility": ["claude", "mcp"],
1314
+ "install": {
1315
+ "kind": "manual",
1316
+ "instructions": "Enable this connector from Claude Connectors.",
1317
+ "url": "https://claude.com/connectors/outreach"
1318
+ },
1319
+ "adoptionSignal": 60,
1320
+ "maintenanceSignal": 66,
1321
+ "provenanceSignal": 84,
1322
+ "freshnessSignal": 70,
1323
+ "securitySignals": {
1324
+ "knownVulnerabilities": 0,
1325
+ "suspiciousPatterns": 0,
1326
+ "injectionFindings": 0,
1327
+ "exfiltrationSignals": 0,
1328
+ "integrityAlerts": 0
1329
+ },
1330
+ "metadata": {
1331
+ "catalogType": "connector",
1332
+ "sourcePage": "https://claude.com/connectors",
1333
+ "sourceConfidence": "official"
1334
+ }
1335
+ },
1336
+ {
1337
+ "id": "claude-connector:factset",
1338
+ "name": "FactSet",
1339
+ "description": "Connect Claude to FactSet for financial data, market intelligence, and investment research workflows.",
1340
+ "capabilities": ["search", "data", "financial"],
1341
+ "compatibility": ["claude", "mcp"],
1342
+ "install": {
1343
+ "kind": "manual",
1344
+ "instructions": "Enable this connector from Claude Connectors.",
1345
+ "url": "https://claude.com/connectors/factset"
1346
+ },
1347
+ "adoptionSignal": 58,
1348
+ "maintenanceSignal": 65,
1349
+ "provenanceSignal": 86,
1350
+ "freshnessSignal": 68,
1351
+ "securitySignals": {
1352
+ "knownVulnerabilities": 0,
1353
+ "suspiciousPatterns": 0,
1354
+ "injectionFindings": 0,
1355
+ "exfiltrationSignals": 0,
1356
+ "integrityAlerts": 0
1357
+ },
1358
+ "metadata": {
1359
+ "catalogType": "connector",
1360
+ "sourcePage": "https://claude.com/connectors",
1361
+ "sourceConfidence": "official"
1362
+ }
1363
+ },
1364
+ {
1365
+ "id": "claude-connector:wordpress",
1366
+ "name": "WordPress",
1367
+ "description": "Connect Claude to WordPress for content creation, post management, and CMS workflow automation.",
1368
+ "capabilities": ["automation", "docs", "content"],
1369
+ "compatibility": ["claude", "mcp"],
1370
+ "install": {
1371
+ "kind": "manual",
1372
+ "instructions": "Enable this connector from Claude Connectors.",
1373
+ "url": "https://claude.com/connectors/wordpress"
1374
+ },
1375
+ "adoptionSignal": 63,
1376
+ "maintenanceSignal": 68,
1377
+ "provenanceSignal": 84,
1378
+ "freshnessSignal": 70,
1379
+ "securitySignals": {
1380
+ "knownVulnerabilities": 0,
1381
+ "suspiciousPatterns": 1,
1382
+ "injectionFindings": 0,
1383
+ "exfiltrationSignals": 0,
1384
+ "integrityAlerts": 0
1385
+ },
1386
+ "metadata": {
1387
+ "catalogType": "connector",
1388
+ "sourcePage": "https://claude.com/connectors",
1389
+ "sourceConfidence": "official"
1390
+ }
1391
+ },
1392
+ {
1393
+ "id": "claude-connector:harvey",
1394
+ "name": "Harvey",
1395
+ "description": "Connect Claude to Harvey AI for legal document drafting, contract review, and legal research workflows.",
1396
+ "capabilities": ["automation", "docs", "legal"],
1397
+ "compatibility": ["claude", "mcp"],
1398
+ "install": {
1399
+ "kind": "manual",
1400
+ "instructions": "Enable this connector from Claude Connectors.",
1401
+ "url": "https://claude.com/connectors/harvey"
1402
+ },
1403
+ "adoptionSignal": 56,
1404
+ "maintenanceSignal": 64,
1405
+ "provenanceSignal": 84,
1406
+ "freshnessSignal": 68,
1407
+ "securitySignals": {
1408
+ "knownVulnerabilities": 0,
1409
+ "suspiciousPatterns": 0,
1410
+ "injectionFindings": 0,
1411
+ "exfiltrationSignals": 0,
1412
+ "integrityAlerts": 0
1413
+ },
1414
+ "metadata": {
1415
+ "catalogType": "connector",
1416
+ "sourcePage": "https://claude.com/connectors",
1417
+ "sourceConfidence": "official"
1418
+ }
1419
+ }
1420
+ ]
1421
+ }
1422
+ ]
1423
+ }