@shnitzel/plugscout 0.3.1 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -13
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
<h1 align="center">PlugScout</h1>
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<a href="https://github.com/amitrintzler/
|
|
5
|
-
<a href="https://github.com/amitrintzler/
|
|
4
|
+
<a href="https://github.com/amitrintzler/plugscout/releases/latest"><img alt="Release" src="https://img.shields.io/github/v/release/amitrintzler/plugscout?display_name=tag&label=release" /></a>
|
|
5
|
+
<a href="https://github.com/amitrintzler/plugscout/actions/workflows/ci.yml"><img alt="CI" src="https://github.com/amitrintzler/plugscout/actions/workflows/ci.yml/badge.svg?branch=main" /></a>
|
|
6
6
|
<a href="https://nodejs.org/"><img alt="Node >=18.17" src="https://img.shields.io/badge/node-%3E%3D18.17-339933?logo=node.js&logoColor=white" /></a>
|
|
7
7
|
<a href="https://www.linkedin.com/in/amit-rintzler-94444535/"><img alt="LinkedIn Amit Rintzler" src="https://img.shields.io/badge/LinkedIn-Amit%20Rintzler-0A66C2?logo=linkedin&logoColor=white" /></a>
|
|
8
8
|
</p>
|
|
9
9
|
|
|
10
10
|
<p align="center">
|
|
11
|
-
<a href="https://github.com/amitrintzler/
|
|
12
|
-
<a href="https://github.com/amitrintzler/
|
|
13
|
-
<a href="https://github.com/amitrintzler/
|
|
14
|
-
<a href="https://github.com/amitrintzler/
|
|
15
|
-
<a href="https://github.com/amitrintzler/
|
|
16
|
-
<a href="https://github.com/amitrintzler/
|
|
11
|
+
<a href="https://github.com/amitrintzler/plugscout/actions/workflows/daily-security.yml"><img alt="Daily Security" src="https://github.com/amitrintzler/plugscout/actions/workflows/daily-security.yml/badge.svg?branch=main" /></a>
|
|
12
|
+
<a href="https://github.com/amitrintzler/plugscout/actions/workflows/security-codeql.yml"><img alt="Security / CodeQL" src="https://github.com/amitrintzler/plugscout/actions/workflows/security-codeql.yml/badge.svg?branch=main" /></a>
|
|
13
|
+
<a href="https://github.com/amitrintzler/plugscout/actions/workflows/security-dependency-review.yml"><img alt="Dependency Review (PR)" src="https://img.shields.io/badge/dependency%20review-PR%20only-2563eb" /></a>
|
|
14
|
+
<a href="https://github.com/amitrintzler/plugscout/actions/workflows/security-secrets.yml"><img alt="Secrets Scan" src="https://img.shields.io/badge/secrets-gitleaks-ef4444" /></a>
|
|
15
|
+
<a href="https://github.com/amitrintzler/plugscout/actions/workflows/security-sbom-trivy.yml"><img alt="SBOM + Trivy" src="https://img.shields.io/badge/SBOM%20%2B%20Trivy-enabled-0ea5e9" /></a>
|
|
16
|
+
<a href="https://github.com/amitrintzler/plugscout/actions/workflows/catalog-sync.yml"><img alt="Catalog Sync (Scheduled)" src="https://img.shields.io/badge/catalog%20sync-scheduled-0ea5e9" /></a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
PlugScout helps teams discover, score, and safely install Claude plugins, Claude connectors, Copilot extensions, Skills, and MCP servers with policy-aware risk controls.
|
|
20
20
|
|
|
21
|
-
|
|
21
|
+
Developed by Amit Rintzler.
|
|
22
22
|
|
|
23
23
|
License: MIT. Copyright (c) 2026 Amit Rintzler. Reuse is allowed, but redistributed copies must keep the copyright and license notice.
|
|
24
24
|
|
|
@@ -52,7 +52,7 @@ You can:
|
|
|
52
52
|
- `skills` CLI or `npx` for modern skill installs
|
|
53
53
|
- `skill.sh` is optional and only needed for some legacy `skill.sh`-style installs
|
|
54
54
|
|
|
55
|
-
## Install PlugScout (v0.3.
|
|
55
|
+
## Install PlugScout (v0.3.3)
|
|
56
56
|
|
|
57
57
|
**Global install (recommended):**
|
|
58
58
|
|
|
@@ -66,14 +66,14 @@ plugscout setup
|
|
|
66
66
|
**From source:**
|
|
67
67
|
|
|
68
68
|
```bash
|
|
69
|
-
git clone https://github.com/amitrintzler/
|
|
69
|
+
git clone https://github.com/amitrintzler/plugscout.git plugscout
|
|
70
70
|
cd plugscout
|
|
71
|
-
git checkout v0.3.
|
|
71
|
+
git checkout v0.3.3
|
|
72
72
|
npm install
|
|
73
73
|
npm run setup
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
-
Install newest release tag instead of pinning `v0.3.
|
|
76
|
+
Install newest release tag instead of pinning `v0.3.3`:
|
|
77
77
|
|
|
78
78
|
```bash
|
|
79
79
|
git checkout $(git describe --tags --abbrev=0)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shnitzel/plugscout",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Claude plugins + Claude connectors + Copilot extensions + Skills + MCP security intelligence framework",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
"author": "Amit Rintzler",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/amitrintzler/
|
|
11
|
+
"url": "git+https://github.com/amitrintzler/plugscout.git"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/amitrintzler/
|
|
14
|
+
"url": "https://github.com/amitrintzler/plugscout/issues"
|
|
15
15
|
},
|
|
16
|
-
"homepage": "https://github.com/amitrintzler/
|
|
16
|
+
"homepage": "https://github.com/amitrintzler/plugscout#readme",
|
|
17
17
|
"keywords": [
|
|
18
18
|
"cli",
|
|
19
19
|
"skills",
|