@h0tp/shucky 0.1.0 → 0.4.5

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/package.json CHANGED
@@ -1,41 +1,43 @@
1
- {
2
- "name": "@h0tp/shucky",
3
- "version": "0.1.0",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "description": "Pry open an agent skill and inspect it before you trust it — a zero-dependency safety scanner for SKILL.md packages.",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/h0tp-ftw/shucky.git"
11
- },
12
- "homepage": "https://github.com/h0tp-ftw/shucky#readme",
13
- "bin": {
14
- "shucky": "bin/shucky.js"
15
- },
16
- "type": "commonjs",
17
- "files": [
18
- "bin",
19
- "lib",
20
- "config.json",
21
- "SKILL.md",
22
- "CHANGELOG.md"
23
- ],
24
- "engines": {
25
- "node": ">=16"
26
- },
27
- "scripts": {
28
- "test": "node test/run.js",
29
- "prepublishOnly": "node test/run.js"
30
- },
31
- "keywords": [
32
- "agent-skills",
33
- "skill",
34
- "security",
35
- "scanner",
36
- "SKILL.md",
37
- "prompt-injection",
38
- "supply-chain"
39
- ],
40
- "license": "MIT"
41
- }
1
+ {
2
+ "name": "@h0tp/shucky",
3
+ "version": "0.4.5",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "description": "Find, vet, and install agent skills from anywhere — a zero-dependency safety scanner + installer for SKILL.md packages. It shucks every skill before it lands.",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/h0tp-ftw/shucky.git"
11
+ },
12
+ "homepage": "https://github.com/h0tp-ftw/shucky#readme",
13
+ "bin": {
14
+ "shucky": "bin/shucky.js"
15
+ },
16
+ "type": "commonjs",
17
+ "files": [
18
+ "bin",
19
+ "lib",
20
+ "config.json",
21
+ "SKILL.md",
22
+ "CHANGELOG.md",
23
+ "NOTICE"
24
+ ],
25
+ "engines": {
26
+ "node": ">=16"
27
+ },
28
+ "scripts": {
29
+ "test": "node test/run-all.js",
30
+ "prepublishOnly": "node test/run-all.js"
31
+ },
32
+ "keywords": [
33
+ "agent-skills",
34
+ "skill",
35
+ "security",
36
+ "scanner",
37
+ "installer",
38
+ "SKILL.md",
39
+ "prompt-injection",
40
+ "supply-chain"
41
+ ],
42
+ "license": "MIT"
43
+ }