Skip to content

Commit 9e346cc

Browse files
fix: bump scanner score to 93/100 (pin actions, add dependabot, codexignore, metadata)
1 parent 172acf3 commit 9e346cc

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

.codex-plugin/plugin.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@
88
"name": "Blackwell Systems",
99
"url": "https://blackwell-systems.com"
1010
},
11+
"homepage": "https://gcformat.com",
12+
"keywords": ["mcp", "proxy", "token-optimization", "gcf", "cost-reduction"],
1113
"interface": {
1214
"displayName": "GCF Proxy",
1315
"shortDescription": "Save 71% on MCP tool call tokens with GCF encoding.",
14-
"composerIcon": "./assets/icon.svg"
16+
"composerIcon": "./assets/icon.svg",
17+
"links": {
18+
"documentation": "https://gcformat.com/guide/claude-code.html",
19+
"repository": "https://github.com/blackwell-systems/gcf-codex-plugin",
20+
"homepage": "https://gcformat.com"
21+
}
1522
}
1623
}

.codexignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.git
2+
.github

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/hol-plugin-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: HOL Plugin Scanner
19-
uses: hashgraph-online/ai-plugin-scanner-action@v1
19+
uses: hashgraph-online/ai-plugin-scanner-action@917a3c09b5ec5c2cc264779485da3c0b5ea6a69f # v1
2020
with:
2121
plugin_dir: "."
2222
mode: scan

0 commit comments

Comments
 (0)