Compare commits

...

14 Commits

Author SHA1 Message Date
Noah Zweben MacBook
a2ad244cd4 Add fizz@testmkt-marketplace security test entry 2026-02-12 14:06:38 -08:00
Noah Zweben MacBook
943b58eaeb Update security.json text to test #5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 19:16:36 -08:00
Noah Zweben MacBook
284ce15766 Update security.json text with random integers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:27:44 -08:00
Noah Zweben MacBook
fc49340cd7 Update security.json timestamps to current time
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:26:38 -08:00
Noah Zweben MacBook
5b94961619 Update security.json timestamps to current time
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:24:24 -08:00
Noah Zweben MacBook
dadb54f865 Update security.json timestamps to current time
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:22:31 -08:00
Noah Zweben MacBook
5537c70e60 Update security.json timestamps to current time
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:18:30 -08:00
Noah Zweben MacBook
f76fc32109 Update security.json timestamps to current time
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:18:12 -08:00
Noah Zweben MacBook
561954e7eb Update security.json timestamps to current time
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 17:16:29 -08:00
Noah Zweben MacBook
7ba8290b28 Update security.json timestamps to current time
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 16:56:35 -08:00
Noah Zweben MacBook
d67a345c81 Update security.json with test plugin entry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 16:39:26 -08:00
Noah Zweben MacBook
993b7b7eac Add security.json with generated_at timestamp and empty plugins list
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 12:51:00 -08:00
Noah Zweben
2cd88e7947 Add firecrawl plugin to marketplace (#352)
Co-authored-by: claude <noreply@anthropic.com>
2026-02-06 15:40:43 -08:00
Noah Zweben
92ece10156 Add sonatype-guide plugin to marketplace (#350)
Co-authored-by: claude <noreply@anthropic.com>
2026-02-06 12:59:56 -08:00
2 changed files with 37 additions and 0 deletions

View File

@@ -629,6 +629,26 @@
"url": "https://github.com/coderabbitai/claude-plugin.git"
},
"homepage": "https://github.com/coderabbitai/claude-plugin.git"
},
{
"name": "sonatype-guide",
"description": "Sonatype Guide MCP server for software supply chain intelligence and dependency security. Analyze dependencies for vulnerabilities, get secure version recommendations, and check component quality metrics.",
"category": "security",
"source": {
"source": "url",
"url": "https://github.com/sonatype/sonatype-guide-claude-plugin.git"
},
"homepage": "https://github.com/sonatype/sonatype-guide-claude-plugin.git"
},
{
"name": "firecrawl",
"description": "Web scraping and crawling powered by Firecrawl. Turn any website into clean, LLM-ready markdown or structured data. Scrape single pages, crawl entire sites, search the web, and extract structured information. Includes an AI agent for autonomous multi-source data gathering - just describe what you need and it finds, navigates, and extracts automatically.",
"category": "development",
"source": {
"source": "url",
"url": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
},
"homepage": "https://github.com/firecrawl/firecrawl-claude-plugin.git"
}
]
}

17
security.json Normal file
View File

@@ -0,0 +1,17 @@
{
"generated_at": "2026-02-11T03:16:31.424Z",
"plugins": [
{
"plugin": "code-review@claude-plugins-official",
"added_at": "2026-02-11T03:16:31.424Z",
"reason": "just-a-test",
"text": "This is a test #5"
},
{
"plugin": "fizz@testmkt-marketplace",
"added_at": "2026-02-12T00:00:00.000Z",
"reason": "security",
"text": "this is a security test"
}
]
}