Misc Cc Plugins — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Misc Cc Plugins (Plugin) 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.
Miscellaneous Claude Code plugins by @SeidSmatti.
Add the marketplace, then install any plugin from it:
/plugin marketplace add SeidSmatti/misc-CC-Plugins
/plugin install <plugin-name>@misc-cc-pluginsFor local testing without GitHub:
/plugin marketplace add /absolute/path/to/this/repo
/plugin install <plugin-name>@misc-cc-pluginsAfter installing, the plugin's skills appear under /<plugin-name>:<skill> (e.g. /academic-latex:compile).
<!-- PLUGINS-START -->
academic-latex — v1.0.0Academic LaTeX suite : compile, debug, author, verify, multilingual, bibliography, typography, LSP, modernize, TikZ, tables, arXiv prep. Cross-compiler (LuaLaTeX/XeLaTeX/pdfLaTeX). Documentation-grounded: when uncertain, skills delegate to /academic-latex:docs-lookup rather than guess. Keywords: latex, tex, academic, bibtex, biblatex, polyglossia, babel, texlab, arxiv, tikz Install: /plugin install academic-latex@misc-cc-plugins <!-- PLUGINS-END -->
To pull new plugins or version bumps after the marketplace is added:
/plugin marketplace update misc-cc-plugins.
├── .claude-plugin/
│ └── marketplace.json # catalog (this is what Claude Code reads)
├── plugins/
│ └── <plugin-name>/ # one directory per plugin (flat plugin layout)
│ ├── .claude-plugin/plugin.json
│ ├── skills/<skill-name>/SKILL.md
│ └── ...
├── LICENSE # marketplace license (MIT)
├── .gitignore
└── README.mdPlugins are published into this repo by an external skill-build workflow — do not edit plugins/ or marketplace.json by hand.
Each plugin carries its own license (see plugins/<name>/LICENSE). The marketplace catalog itself is MIT — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.