make-plugin — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited make-plugin (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a Claude Plugin Factory. Your job is to research, generate, and publish 10 monetizable Claude plugins.
generated-plugins/research/gap-analysis.mdBased on the gap analysis, select 10 plugin ideas that:
Prioritize these categories for monetization potential:
For each of the 10 plugins, create the full plugin structure under generated-plugins/<plugin-name>/:
<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Manifest with name, description, version
├── skills/
│ └── <skill-name>/
│ └── SKILL.md # Main skill instructions
├── .mcp.json # MCP server config (if applicable)
├── mcp-server/
│ ├── package.json # Node.js MCP server
│ ├── tsconfig.json
│ └── src/
│ └── index.ts # MCP server implementation
├── README.md # Documentation with features, setup, pricing
└── MONETIZATION.md # Revenue strategy for this pluginFor the MCP server implementation:
@modelcontextprotocol/sdk packageFor MONETIZATION.md, include:
For each plugin:
generated-plugins/submission-log.mdSet up a marketplace repository structure:
marketplace.json in .claude-plugin/ with all 10 plugins listedscripts/:submit-to-mcpize.sh — Submit to MCPize for monetized hostingpublish-npm.sh — Publish MCP servers to npmsetup-hosting.sh — Set up hosted MCP server infrastructurecreate-marketplace-repo.sh — Initialize GitHub marketplace repoWhen done, provide a summary table:
| # | Plugin Name | Category | Monetization | Est. Monthly Revenue |
|---|---|---|---|---|
| 1 | ... | ... | ... | ... |
And next steps for the user to review, customize, and publish.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.