@raishin/vanguard-frontier-agentic 3.1.0 → 3.2.0
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.cursor-plugin/plugin.json +1 -1
- package/.github/plugin/marketplace.json +1 -1
- package/catalog/asset-integrity.json +63 -28
- package/catalog/model-assignments.json +19613 -0
- package/catalog/model-policy.json +371 -0
- package/catalog/model-registry.json +134 -0
- package/catalog/skill-manifest.json +18 -18
- package/package.json +9 -4
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
- package/schemas/model-policy.schema.json +60 -0
- package/schemas/model-registry.schema.json +127 -0
- package/scripts/export-marketplace-agents.mjs +48 -15
- package/scripts/model-policy.mjs +1353 -0
- package/skills/gcp/gcp-firebase-developer/SKILL.md +1 -1
- package/skills/gcp/gcp-gke-platform-operator/SKILL.md +1 -1
- package/skills/salesforce/salesforce-agentforce-stdm-observer-skill/SKILL.md +1 -1
- package/skills/salesforce/salesforce-apex-log-analyzer-skill/SKILL.md +1 -1
- package/skills/salesforce/salesforce-apex-test-runner-skill/SKILL.md +1 -1
- package/skills/salesforce/salesforce-soql-explorer-skill/SKILL.md +1 -1
- package/tests/test-vfa-export-coverage.test.mjs +30 -0
- package/tests/validate-skill-coherence.py +364 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/github/copilot-cli/main/schemas/marketplace.schema.json",
|
|
3
3
|
"name": "vanguard-frontier-agentic",
|
|
4
4
|
"description": "Curated marketplace for cloud, zero-trust, and compliance-aware AI workflows — agents, skills, and rules spanning cloud, security, ERP, and platform providers.",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.2.0",
|
|
6
6
|
"owner": {
|
|
7
7
|
"name": "Raishin",
|
|
8
8
|
"url": "https://github.com/Raishin"
|
|
@@ -28871,7 +28871,7 @@
|
|
|
28871
28871
|
},
|
|
28872
28872
|
{
|
|
28873
28873
|
"tree": "schemas",
|
|
28874
|
-
"aggregate_sha256": "
|
|
28874
|
+
"aggregate_sha256": "58718fdd520d778368581c5a267631b9074659dc0fbbd687769c25d221043475",
|
|
28875
28875
|
"files": [
|
|
28876
28876
|
{
|
|
28877
28877
|
"path": "schemas/AGENTS.md",
|
|
@@ -28898,6 +28898,16 @@
|
|
|
28898
28898
|
"sha256": "f0eeb343fd47f0320b41faf96708836edd8261c58d2c7df9414eb27359869367",
|
|
28899
28899
|
"bytes": 4041
|
|
28900
28900
|
},
|
|
28901
|
+
{
|
|
28902
|
+
"path": "schemas/model-policy.schema.json",
|
|
28903
|
+
"sha256": "f00d2dc6bbd9e7d47da10cf8b8296887d03ad59de99b3e8a155ae0c3a3a362b8",
|
|
28904
|
+
"bytes": 2940
|
|
28905
|
+
},
|
|
28906
|
+
{
|
|
28907
|
+
"path": "schemas/model-registry.schema.json",
|
|
28908
|
+
"sha256": "11b0108e93ea9e8f5ee861c2eb6d97c1c16cd1a62ed068e653948e91b14335e6",
|
|
28909
|
+
"bytes": 6552
|
|
28910
|
+
},
|
|
28901
28911
|
{
|
|
28902
28912
|
"path": "schemas/rule.schema.json",
|
|
28903
28913
|
"sha256": "a9b8c4975de5422ecaafd3bbdbc136b3b0b768780837ad53a539cbb63d0da7bf",
|
|
@@ -28922,7 +28932,7 @@
|
|
|
28922
28932
|
},
|
|
28923
28933
|
{
|
|
28924
28934
|
"tree": "catalog",
|
|
28925
|
-
"aggregate_sha256": "
|
|
28935
|
+
"aggregate_sha256": "e3b3e22dd194a5070eb24e13a13fb6add5199490470f0b51ebe3e9f4006d64db",
|
|
28926
28936
|
"files": [
|
|
28927
28937
|
{
|
|
28928
28938
|
"path": "catalog/AGENTS.md",
|
|
@@ -28949,6 +28959,21 @@
|
|
|
28949
28959
|
"sha256": "6df8a6511d1d31c35144fa1196171c54321f9b23ea91945c9174e9c96edc89fb",
|
|
28950
28960
|
"bytes": 3476
|
|
28951
28961
|
},
|
|
28962
|
+
{
|
|
28963
|
+
"path": "catalog/model-assignments.json",
|
|
28964
|
+
"sha256": "a1e9c759cd37081ef5e3e28d9919256373c32dcab1a8a266b8cc0adcf13242d9",
|
|
28965
|
+
"bytes": 566734
|
|
28966
|
+
},
|
|
28967
|
+
{
|
|
28968
|
+
"path": "catalog/model-policy.json",
|
|
28969
|
+
"sha256": "ff8bf56d16a38620f6687ca1c6dcce71dfb14fd027adf0119d7f5a64dcd99d65",
|
|
28970
|
+
"bytes": 9254
|
|
28971
|
+
},
|
|
28972
|
+
{
|
|
28973
|
+
"path": "catalog/model-registry.json",
|
|
28974
|
+
"sha256": "01b4000bf72600f2134b5c16ceb7135edaeec71b681d36293afe39d3f1b06af0",
|
|
28975
|
+
"bytes": 10770
|
|
28976
|
+
},
|
|
28952
28977
|
{
|
|
28953
28978
|
"path": "catalog/rules.json",
|
|
28954
28979
|
"sha256": "1075c0e3bd5a3a3fa8b075d0cb183958348669e70dae8235089c44566b6b4768",
|
|
@@ -28956,7 +28981,7 @@
|
|
|
28956
28981
|
},
|
|
28957
28982
|
{
|
|
28958
28983
|
"path": "catalog/skill-manifest.json",
|
|
28959
|
-
"sha256": "
|
|
28984
|
+
"sha256": "69af35f5b075107e0e2aa30492794f9d4e86f2ff91f208e7b8c88ba5fabb8e83",
|
|
28960
28985
|
"bytes": 836154
|
|
28961
28986
|
},
|
|
28962
28987
|
{
|
|
@@ -28968,7 +28993,7 @@
|
|
|
28968
28993
|
},
|
|
28969
28994
|
{
|
|
28970
28995
|
"tree": "scripts",
|
|
28971
|
-
"aggregate_sha256": "
|
|
28996
|
+
"aggregate_sha256": "1891ff843b01fe75b998fb2995fb654eceb9643a280d131bbc5486914f31cb15",
|
|
28972
28997
|
"files": [
|
|
28973
28998
|
{
|
|
28974
28999
|
"path": "scripts/apply-skill-allowed-tools.py",
|
|
@@ -28982,8 +29007,8 @@
|
|
|
28982
29007
|
},
|
|
28983
29008
|
{
|
|
28984
29009
|
"path": "scripts/export-marketplace-agents.mjs",
|
|
28985
|
-
"sha256": "
|
|
28986
|
-
"bytes":
|
|
29010
|
+
"sha256": "0624a3ae7d7aa250985dd5e3763a1f9266bc46722c7f5f7620f0859dccf38f37",
|
|
29011
|
+
"bytes": 28726
|
|
28987
29012
|
},
|
|
28988
29013
|
{
|
|
28989
29014
|
"path": "scripts/gen_azure_live_guards.py",
|
|
@@ -29035,6 +29060,11 @@
|
|
|
29035
29060
|
"sha256": "07189e47956afbf0a316112c6f3988558a35a33de22e3d850af6969b7354f01f",
|
|
29036
29061
|
"bytes": 3493
|
|
29037
29062
|
},
|
|
29063
|
+
{
|
|
29064
|
+
"path": "scripts/model-policy.mjs",
|
|
29065
|
+
"sha256": "39b7375cb2c761f7c313a16bc8cca98c0c319ba538e2dae5e6d4ff7b90de6109",
|
|
29066
|
+
"bytes": 57136
|
|
29067
|
+
},
|
|
29038
29068
|
{
|
|
29039
29069
|
"path": "scripts/netsuite_data/agents/netsuite-administrator-agent.json",
|
|
29040
29070
|
"sha256": "75a84814acc31fc06d5fddf7f464b80afda4a1b6f8440eb669e7a0b93c1d8788",
|
|
@@ -29385,7 +29415,7 @@
|
|
|
29385
29415
|
},
|
|
29386
29416
|
{
|
|
29387
29417
|
"tree": "plugins",
|
|
29388
|
-
"aggregate_sha256": "
|
|
29418
|
+
"aggregate_sha256": "d288cd324e1be9c75826283c7743ef60282c65828a19f4d35f926d95be32eaf8",
|
|
29389
29419
|
"files": [
|
|
29390
29420
|
{
|
|
29391
29421
|
"path": "plugins/cross-platform-agent-template/.codex-plugin/plugin.json",
|
|
@@ -29399,7 +29429,7 @@
|
|
|
29399
29429
|
},
|
|
29400
29430
|
{
|
|
29401
29431
|
"path": "plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json",
|
|
29402
|
-
"sha256": "
|
|
29432
|
+
"sha256": "f5fc009d07db7aab42535c68f5f882a748b3e3bc656e6635518289461bd60c6c",
|
|
29403
29433
|
"bytes": 1875
|
|
29404
29434
|
},
|
|
29405
29435
|
{
|
|
@@ -29416,7 +29446,7 @@
|
|
|
29416
29446
|
},
|
|
29417
29447
|
{
|
|
29418
29448
|
"tree": ".claude-plugin",
|
|
29419
|
-
"aggregate_sha256": "
|
|
29449
|
+
"aggregate_sha256": "2a13d48f0ef9ad5253d37ea7ad7d8a58562344ca3668eda5e096584375a693d4",
|
|
29420
29450
|
"files": [
|
|
29421
29451
|
{
|
|
29422
29452
|
"path": ".claude-plugin/README.md",
|
|
@@ -29425,19 +29455,19 @@
|
|
|
29425
29455
|
},
|
|
29426
29456
|
{
|
|
29427
29457
|
"path": ".claude-plugin/marketplace.json",
|
|
29428
|
-
"sha256": "
|
|
29458
|
+
"sha256": "8da2fdb6402085ce59ea13c6c649bbd8151ebcd1daf634c2df0bf952c603a2c0",
|
|
29429
29459
|
"bytes": 834
|
|
29430
29460
|
},
|
|
29431
29461
|
{
|
|
29432
29462
|
"path": ".claude-plugin/plugin.json",
|
|
29433
|
-
"sha256": "
|
|
29463
|
+
"sha256": "d7c28c3e0eab4e14715ccf9b7b671986b559abe84cb412f11a1a0bf29c443a7f",
|
|
29434
29464
|
"bytes": 54712
|
|
29435
29465
|
}
|
|
29436
29466
|
]
|
|
29437
29467
|
},
|
|
29438
29468
|
{
|
|
29439
29469
|
"tree": ".cursor-plugin",
|
|
29440
|
-
"aggregate_sha256": "
|
|
29470
|
+
"aggregate_sha256": "340a7f08688eeebc37522787e080f32f58f6db1abe58fb293991ae7742de6077",
|
|
29441
29471
|
"files": [
|
|
29442
29472
|
{
|
|
29443
29473
|
"path": ".cursor-plugin/README.md",
|
|
@@ -29446,14 +29476,14 @@
|
|
|
29446
29476
|
},
|
|
29447
29477
|
{
|
|
29448
29478
|
"path": ".cursor-plugin/plugin.json",
|
|
29449
|
-
"sha256": "
|
|
29479
|
+
"sha256": "e50ba6aff0cef6cb90ed5d2c6258c3f9e2968432cf3c44b07cc415782c8da2ef",
|
|
29450
29480
|
"bytes": 51718
|
|
29451
29481
|
}
|
|
29452
29482
|
]
|
|
29453
29483
|
},
|
|
29454
29484
|
{
|
|
29455
29485
|
"tree": ".github/plugin",
|
|
29456
|
-
"aggregate_sha256": "
|
|
29486
|
+
"aggregate_sha256": "bad69aa05c9d5456f5d2c022a4c1e0cea6259d5a87fc7ee20f2d90411fbea1e0",
|
|
29457
29487
|
"files": [
|
|
29458
29488
|
{
|
|
29459
29489
|
"path": ".github/plugin/README.md",
|
|
@@ -29462,7 +29492,7 @@
|
|
|
29462
29492
|
},
|
|
29463
29493
|
{
|
|
29464
29494
|
"path": ".github/plugin/marketplace.json",
|
|
29465
|
-
"sha256": "
|
|
29495
|
+
"sha256": "894b36e7d426063f2de03de3c2bf362b0aec8fb04b28e5ff1e4b0ff188883d78",
|
|
29466
29496
|
"bytes": 770
|
|
29467
29497
|
}
|
|
29468
29498
|
]
|
|
@@ -29485,7 +29515,7 @@
|
|
|
29485
29515
|
},
|
|
29486
29516
|
{
|
|
29487
29517
|
"tree": "tests",
|
|
29488
|
-
"aggregate_sha256": "
|
|
29518
|
+
"aggregate_sha256": "be9508249266f07a963986f9f9df1fa995740daa897928861c63d2100e2a25f3",
|
|
29489
29519
|
"files": [
|
|
29490
29520
|
{
|
|
29491
29521
|
"path": "tests/AGENTS.md",
|
|
@@ -37059,8 +37089,8 @@
|
|
|
37059
37089
|
},
|
|
37060
37090
|
{
|
|
37061
37091
|
"path": "tests/test-vfa-export-coverage.test.mjs",
|
|
37062
|
-
"sha256": "
|
|
37063
|
-
"bytes":
|
|
37092
|
+
"sha256": "a054c8b1e0acc8e96da9f99f7442aa7396858e46d0894c8e6f0a010119c798ea",
|
|
37093
|
+
"bytes": 46776
|
|
37064
37094
|
},
|
|
37065
37095
|
{
|
|
37066
37096
|
"path": "tests/validate-agent-frontmatter-schema.py",
|
|
@@ -37157,6 +37187,11 @@
|
|
|
37157
37187
|
"sha256": "e493b5f0432a6ed74e064e66095d3519f8b16e2631111605910ae96d54fff037",
|
|
37158
37188
|
"bytes": 4523
|
|
37159
37189
|
},
|
|
37190
|
+
{
|
|
37191
|
+
"path": "tests/validate-skill-coherence.py",
|
|
37192
|
+
"sha256": "874447011a190d207268b02897efaaa20da254c80a4e9870f01f2bab04e95284",
|
|
37193
|
+
"bytes": 12863
|
|
37194
|
+
},
|
|
37160
37195
|
{
|
|
37161
37196
|
"path": "tests/validate-skill-frontmatter-schema.py",
|
|
37162
37197
|
"sha256": "c9b73fe4489adb1b25ea36bac98c68269fdd8474b9632c321892a02a99abf390",
|
|
@@ -37178,7 +37213,7 @@
|
|
|
37178
37213
|
},
|
|
37179
37214
|
{
|
|
37180
37215
|
"path": "SECURITY.md",
|
|
37181
|
-
"sha256": "
|
|
37216
|
+
"sha256": "7c2f3f75c2ca1b8a51b83829958b685eb7a2b68efff9b8f81837b94db206c44d",
|
|
37182
37217
|
"bytes": 7081
|
|
37183
37218
|
},
|
|
37184
37219
|
{
|
|
@@ -37198,23 +37233,23 @@
|
|
|
37198
37233
|
},
|
|
37199
37234
|
{
|
|
37200
37235
|
"path": "CLAUDE.md",
|
|
37201
|
-
"sha256": "
|
|
37202
|
-
"bytes":
|
|
37236
|
+
"sha256": "360e8840887807946fce469cab934ade6b7ce5b396915f2efda030d8a8182594",
|
|
37237
|
+
"bytes": 19776
|
|
37203
37238
|
},
|
|
37204
37239
|
{
|
|
37205
37240
|
"path": "AGENTS.md",
|
|
37206
|
-
"sha256": "
|
|
37207
|
-
"bytes":
|
|
37241
|
+
"sha256": "644013c8dbc789e18870762a8c080d3553e2a73f4fe2edb34b5f5780762fb35b",
|
|
37242
|
+
"bytes": 512
|
|
37208
37243
|
},
|
|
37209
37244
|
{
|
|
37210
37245
|
"path": "GEMINI.md",
|
|
37211
|
-
"sha256": "
|
|
37212
|
-
"bytes":
|
|
37246
|
+
"sha256": "80a5316fe0c36d5a6fa9e199fe30ebcc2b33740996f6fa7a5c2c794b269905a5",
|
|
37247
|
+
"bytes": 385
|
|
37213
37248
|
},
|
|
37214
37249
|
{
|
|
37215
37250
|
"path": "package.json",
|
|
37216
|
-
"sha256": "
|
|
37217
|
-
"bytes":
|
|
37251
|
+
"sha256": "79d82d3d51f201c33b9ecf91d0f925658a1b16e587e78f79a3889b81abef6a08",
|
|
37252
|
+
"bytes": 6345
|
|
37218
37253
|
},
|
|
37219
37254
|
{
|
|
37220
37255
|
"path": ".releaserc.js",
|
|
@@ -37222,5 +37257,5 @@
|
|
|
37222
37257
|
"bytes": 8340
|
|
37223
37258
|
}
|
|
37224
37259
|
],
|
|
37225
|
-
"aggregate_sha256": "
|
|
37260
|
+
"aggregate_sha256": "40d56b962f3c7b171c598fe053a16821caa2c750e67627a3025b87d4ce142fd1"
|
|
37226
37261
|
}
|