{"id":40276418,"url":"https://github.com/bluewave-labs/plugin-marketplace","last_synced_at":"2026-01-20T03:07:41.982Z","repository":{"id":332462956,"uuid":"1111783990","full_name":"bluewave-labs/plugin-marketplace","owner":"bluewave-labs","description":"VerifyWise AI Governance Plugin Marketplace","archived":false,"fork":false,"pushed_at":"2026-01-06T21:08:12.000Z","size":113,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T01:37:07.295Z","etag":null,"topics":["ai","ai-governance","ai-governance-model","llm-eval","llm-evaluation","llm-evaluation-framework"],"latest_commit_sha":null,"homepage":"https://verifywise.ai","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bluewave-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-07T16:21:44.000Z","updated_at":"2025-12-16T11:50:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bluewave-labs/plugin-marketplace","commit_stats":null,"previous_names":["bluewave-labs/plugin-marketplace"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bluewave-labs/plugin-marketplace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluewave-labs%2Fplugin-marketplace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluewave-labs%2Fplugin-marketplace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluewave-labs%2Fplugin-marketplace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluewave-labs%2Fplugin-marketplace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bluewave-labs","download_url":"https://codeload.github.com/bluewave-labs/plugin-marketplace/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bluewave-labs%2Fplugin-marketplace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28594958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","ai-governance","ai-governance-model","llm-eval","llm-evaluation","llm-evaluation-framework"],"created_at":"2026-01-20T03:07:41.905Z","updated_at":"2026-01-20T03:07:41.973Z","avatar_url":"https://github.com/bluewave-labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VerifyWise Plugin Marketplace\n\nOfficial plugin registry for [VerifyWise](https://verifywise.ai) - the AI Governance platform.\n\n## Available Plugins\n\nNo plugins are currently published. Check back soon or contribute your own!\n\n## Installing Plugins\n\n1. Go to **Settings \u003e Plugins** in your VerifyWise instance\n2. Browse available plugins in the Marketplace tab\n3. Click **Install** on the plugin you want\n4. Configure the plugin settings\n5. Enable the plugin\n\n## Creating Your Own Plugin\n\nSee the [`templates`](./templates) directory for plugin development templates:\n\n| Template | Description |\n|----------|-------------|\n| [template-basic-plugin](./templates/template-basic-plugin) | Simple plugin with lifecycle hooks and event handlers |\n| [template-custom-page](./templates/template-custom-page) | Plugin with a custom page in the sidebar |\n| [template-iframe-page](./templates/template-iframe-page) | Embed external content via iframe |\n| [template-notification-sender](./templates/template-notification-sender) | Send notifications to external services |\n| [template-webhook-receiver](./templates/template-webhook-receiver) | Receive and process webhooks |\n\n### Quick Start\n\n```bash\n# Clone this repository\ngit clone https://github.com/bluewave-labs/plugin-marketplace.git\n\n# Copy a template to start your plugin\ncp -r templates/template-basic-plugin plugins/my-plugin\n\n# Edit the manifest and code\ncode plugins/my-plugin\n\n# Test locally by copying to your VerifyWise installation\ncp -r plugins/my-plugin /path/to/verifywise/Servers/plugins/marketplace/\n```\n\n## Repository Structure\n\n```\nplugin-marketplace/\n├── README.md              # This file\n├── registry.json          # Plugin registry (auto-fetched by VerifyWise)\n├── plugins/               # Published plugins\n│   └── .gitkeep           # (empty - plugins coming soon)\n└── templates/             # Development templates (not in registry)\n    ├── README.md          # Plugin development guide\n    ├── template-basic-plugin/\n    ├── template-custom-page/\n    ├── template-iframe-page/\n    ├── template-notification-sender/\n    └── template-webhook-receiver/\n```\n\n## Contributing a Plugin\n\n1. Fork this repository\n2. Create your plugin in `plugins/your-plugin-name/`\n3. Add your plugin to `registry.json`\n4. Create a zip file: `cd plugins \u0026\u0026 zip -r your-plugin-name.zip your-plugin-name/`\n5. Submit a pull request\n\n### Registry Entry Format\n\n```json\n{\n  \"id\": \"your-plugin-name\",\n  \"name\": \"Your Plugin Name\",\n  \"description\": \"Brief description of what your plugin does\",\n  \"version\": \"1.0.0\",\n  \"author\": {\n    \"name\": \"Your Name\",\n    \"url\": \"https://your-website.com\"\n  },\n  \"type\": \"integration|feature|framework|reporting\",\n  \"tags\": [\"tag1\", \"tag2\"],\n  \"download\": \"https://raw.githubusercontent.com/bluewave-labs/plugin-marketplace/main/plugins/your-plugin-name.zip\",\n  \"checksum\": \"sha256:...\",\n  \"compatibility\": {\n    \"minVersion\": \"1.6.0\"\n  },\n  \"permissions\": [\"events:listen\", \"database:read\"]\n}\n```\n\n## Plugin Types\n\n| Type | Description |\n|------|-------------|\n| `integration` | Connect with external services (Slack, Jira, etc.) |\n| `feature` | Add new functionality (audit trail, analytics) |\n| `framework` | Compliance frameworks (GDPR, ISO 27001, SOC2) |\n| `reporting` | Report generation and export |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluewave-labs%2Fplugin-marketplace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbluewave-labs%2Fplugin-marketplace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbluewave-labs%2Fplugin-marketplace/lists"}