Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "semgrep",
"name": "semgrep-marketplace",
"owner": {
"name": "Semgrep"
},
"plugins": [
{
"name": "semgrep-plugin",
"name": "semgrep",
"source": "./plugin",
"description": "Scans agent-generated code for security vulnerabilities using Semgrep."
}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Change Log
## 0.5.3
fix: update plugin, marketplace names (semgrep->semgrep-marketplace, semgrep-plugin->semgrep)
## 0.5.2
chore: update plugin and marketplace description
## 0.5.1
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Semgrep MCP Marketplace

This repo is where the Semgrep [Plugin Marketplace](https://code.claude.com/docs/en/plugin-marketplaces) (`semgrep`) and the Semgrep [Plugin](https://code.claude.com/docs/en/plugins) (`semgrep-plugin@semgrep`) live.
This repo is where the Semgrep [Plugin Marketplace](https://code.claude.com/docs/en/plugin-marketplaces) (`semgrep`) and the Semgrep [Plugin](https://code.claude.com/docs/en/plugins) (`semgrep@semgrep-marketplace`) live.

To use the Semgrep plugin:
1. Start a Claude Code instance by running:
Expand All @@ -13,15 +13,15 @@ To use the Semgrep plugin:
```
1. Install the plugin from the marketplace:
```
/plugin install semgrep-plugin@semgrep
/plugin install semgrep@semgrep-marketplace
```
1. If it is installed, see if you can run the `/semgrep-plugin:setup-semgrep-plugin` command. If you cannot run the command, try restarting your claude instance by exiting out of the current session and re-running:
1. If it is installed, see if you can run the `/semgrep:setup-semgrep-plugin` command. If you cannot run the command, try restarting your claude instance by exiting out of the current session and re-running:
```
claude
```
1. If it still doesn't work, try enabling the plugin:
```
/plugin enable semgrep-plugin@semgrep
/plugin enable semgrep@semgrep-marketplace
```

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions plugin/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "semgrep-plugin",
"name": "semgrep",
"description": "Scans agent-generated code for security vulnerabilities using Semgrep.",
"version": "0.5.2",
"version": "0.5.3",
"author": {
"name": "Semgrep"
}
Expand Down
22 changes: 0 additions & 22 deletions plugin/commands/setup_semgrep_plugin.md

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an unrelated change, but it is a file that we no longer use, so I am just going to remove it as well.

This file was deleted.