@raishin/vanguard-frontier-agentic 3.2.0 → 3.3.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.
Files changed (135) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/.claude-plugin/plugin.json +7 -1
  3. package/.cursor-plugin/plugin.json +7 -1
  4. package/.github/plugin/marketplace.json +1 -1
  5. package/README.md +11 -11
  6. package/agents/cross-functional/revenue-critical-journey-integrity-agent/AGENT.md +112 -0
  7. package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/claude-code.agent.md +111 -0
  8. package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/codex.toml +37 -0
  9. package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/copilot.agent.md +120 -0
  10. package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/cursor.agent.md +112 -0
  11. package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/gemini.agent.md +112 -0
  12. package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/kiro-cli.agent.json +5 -0
  13. package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/kiro-ide.agent.md +111 -0
  14. package/agents/cross-functional/revenue-critical-journey-integrity-agent/metadata.json +42 -0
  15. package/agents/php/composer-supply-chain-agent/AGENT.md +114 -0
  16. package/agents/php/composer-supply-chain-agent/harnesses/claude-code.agent.md +113 -0
  17. package/agents/php/composer-supply-chain-agent/harnesses/codex.toml +119 -0
  18. package/agents/php/composer-supply-chain-agent/harnesses/copilot.agent.md +122 -0
  19. package/agents/php/composer-supply-chain-agent/harnesses/cursor.agent.md +114 -0
  20. package/agents/php/composer-supply-chain-agent/harnesses/gemini.agent.md +114 -0
  21. package/agents/php/composer-supply-chain-agent/harnesses/kiro-cli.agent.json +5 -0
  22. package/agents/php/composer-supply-chain-agent/harnesses/kiro-ide.agent.md +113 -0
  23. package/agents/php/composer-supply-chain-agent/metadata.json +31 -0
  24. package/agents/php/php-application-security-agent/AGENT.md +113 -0
  25. package/agents/php/php-application-security-agent/harnesses/claude-code.agent.md +112 -0
  26. package/agents/php/php-application-security-agent/harnesses/codex.toml +118 -0
  27. package/agents/php/php-application-security-agent/harnesses/copilot.agent.md +121 -0
  28. package/agents/php/php-application-security-agent/harnesses/cursor.agent.md +113 -0
  29. package/agents/php/php-application-security-agent/harnesses/gemini.agent.md +113 -0
  30. package/agents/php/php-application-security-agent/harnesses/kiro-cli.agent.json +5 -0
  31. package/agents/php/php-application-security-agent/harnesses/kiro-ide.agent.md +112 -0
  32. package/agents/php/php-application-security-agent/metadata.json +31 -0
  33. package/agents/php/php-maestro-agent/AGENT.md +81 -0
  34. package/agents/php/php-maestro-agent/harnesses/claude-code.agent.md +80 -0
  35. package/agents/php/php-maestro-agent/harnesses/codex.toml +86 -0
  36. package/agents/php/php-maestro-agent/harnesses/copilot.agent.md +89 -0
  37. package/agents/php/php-maestro-agent/harnesses/cursor.agent.md +81 -0
  38. package/agents/php/php-maestro-agent/harnesses/gemini.agent.md +81 -0
  39. package/agents/php/php-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
  40. package/agents/php/php-maestro-agent/harnesses/kiro-ide.agent.md +80 -0
  41. package/agents/php/php-maestro-agent/metadata.json +31 -0
  42. package/agents/php/php-runtime-upgrade-readiness-agent/AGENT.md +117 -0
  43. package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/claude-code.agent.md +116 -0
  44. package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/codex.toml +122 -0
  45. package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/copilot.agent.md +125 -0
  46. package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/cursor.agent.md +117 -0
  47. package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/gemini.agent.md +117 -0
  48. package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
  49. package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/kiro-ide.agent.md +116 -0
  50. package/agents/php/php-runtime-upgrade-readiness-agent/metadata.json +30 -0
  51. package/agents/php/wordpress-security-agent/AGENT.md +107 -0
  52. package/agents/php/wordpress-security-agent/harnesses/claude-code.agent.md +106 -0
  53. package/agents/php/wordpress-security-agent/harnesses/codex.toml +112 -0
  54. package/agents/php/wordpress-security-agent/harnesses/copilot.agent.md +115 -0
  55. package/agents/php/wordpress-security-agent/harnesses/cursor.agent.md +107 -0
  56. package/agents/php/wordpress-security-agent/harnesses/gemini.agent.md +107 -0
  57. package/agents/php/wordpress-security-agent/harnesses/kiro-cli.agent.json +5 -0
  58. package/agents/php/wordpress-security-agent/harnesses/kiro-ide.agent.md +106 -0
  59. package/agents/php/wordpress-security-agent/metadata.json +31 -0
  60. package/catalog/agents.json +175 -0
  61. package/catalog/asset-integrity.json +463 -43
  62. package/catalog/install-roles.json +26 -4
  63. package/catalog/model-assignments.json +198 -0
  64. package/catalog/skill-manifest.json +202 -0
  65. package/catalog/skills.json +163 -0
  66. package/package.json +1 -1
  67. package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
  68. package/powers/README.md +3 -2
  69. package/powers/vanguard-generic/POWER.md +1 -1
  70. package/powers/vanguard-php/POWER.md +40 -0
  71. package/schemas/agent.schema.json +2 -1
  72. package/schemas/skill.schema.json +2 -1
  73. package/scripts/generate-docs-data.mjs +1 -1
  74. package/skills/cross-functional/revenue-critical-journey-integrity-review/SKILL.md +108 -0
  75. package/skills/cross-functional/revenue-critical-journey-integrity-review/metadata.json +29 -0
  76. package/skills/cross-functional/revenue-critical-journey-integrity-review/references/idempotency-and-safe-retries.md +155 -0
  77. package/skills/cross-functional/revenue-critical-journey-integrity-review/references/official-sources.md +71 -0
  78. package/skills/cross-functional/revenue-critical-journey-integrity-review/references/pci-saq-scope-boundaries.md +118 -0
  79. package/skills/cross-functional/revenue-critical-journey-integrity-review/references/server-side-revalidation-trust-boundary.md +134 -0
  80. package/skills/cross-functional/revenue-critical-journey-integrity-review/references/webhook-delivery-dedup-ordering.md +146 -0
  81. package/skills/cross-functional/revenue-critical-journey-integrity-review/references/workflow-and-output.md +100 -0
  82. package/skills/php/composer-audit-supply-chain-review/SKILL.md +108 -0
  83. package/skills/php/composer-audit-supply-chain-review/metadata.json +20 -0
  84. package/skills/php/composer-audit-supply-chain-review/references/abandoned-and-advisory-governance.md +30 -0
  85. package/skills/php/composer-audit-supply-chain-review/references/composer-audit-policy.md +35 -0
  86. package/skills/php/composer-audit-supply-chain-review/references/lockfile-integrity.md +27 -0
  87. package/skills/php/php-maestro/SKILL.md +51 -0
  88. package/skills/php/php-maestro/metadata.json +20 -0
  89. package/skills/php/php-maestro/references/hard-gates-and-escalation.md +67 -0
  90. package/skills/php/php-maestro/references/routing-and-dispatch.md +91 -0
  91. package/skills/php/php-runtime-eol-opcache-fpm-review/SKILL.md +109 -0
  92. package/skills/php/php-runtime-eol-opcache-fpm-review/metadata.json +19 -0
  93. package/skills/php/php-runtime-eol-opcache-fpm-review/references/opcache-production-config.md +91 -0
  94. package/skills/php/php-runtime-eol-opcache-fpm-review/references/php-fpm-pool-tuning.md +87 -0
  95. package/skills/php/php-runtime-eol-opcache-fpm-review/references/php-version-lifecycle.md +102 -0
  96. package/skills/php/php-session-upload-deserialization-review/SKILL.md +111 -0
  97. package/skills/php/php-session-upload-deserialization-review/metadata.json +20 -0
  98. package/skills/php/php-session-upload-deserialization-review/references/file-upload-security.md +119 -0
  99. package/skills/php/php-session-upload-deserialization-review/references/session-security.md +126 -0
  100. package/skills/php/php-session-upload-deserialization-review/references/unserialize-object-injection.md +121 -0
  101. package/skills/php/wordpress-rest-block-security-review/SKILL.md +106 -0
  102. package/skills/php/wordpress-rest-block-security-review/metadata.json +20 -0
  103. package/skills/php/wordpress-rest-block-security-review/references/dynamic-block-output-escaping.md +42 -0
  104. package/skills/php/wordpress-rest-block-security-review/references/input-sanitize-output-escape.md +52 -0
  105. package/skills/php/wordpress-rest-block-security-review/references/rest-api-permission-callback.md +48 -0
  106. package/tests/fixtures/php-maestro-routing/expected/001-happy-application-security.json +6 -0
  107. package/tests/fixtures/php-maestro-routing/expected/002-happy-composer-supply-chain.json +6 -0
  108. package/tests/fixtures/php-maestro-routing/expected/003-happy-runtime-upgrade-readiness.json +6 -0
  109. package/tests/fixtures/php-maestro-routing/expected/004-happy-wordpress-security.json +6 -0
  110. package/tests/fixtures/php-maestro-routing/expected/005-happy-unserialize-session.json +6 -0
  111. package/tests/fixtures/php-maestro-routing/expected/006-happy-fpm-opcache.json +6 -0
  112. package/tests/fixtures/php-maestro-routing/expected/007-happy-composer-audit.json +6 -0
  113. package/tests/fixtures/php-maestro-routing/expected/008-happy-wp-permission-callback.json +6 -0
  114. package/tests/fixtures/php-maestro-routing/expected/adv-ambiguous.json +4 -0
  115. package/tests/fixtures/php-maestro-routing/expected/adv-instruction-injection.json +6 -0
  116. package/tests/fixtures/php-maestro-routing/expected/adv-liveguard-db-migration-prod.json +4 -0
  117. package/tests/fixtures/php-maestro-routing/expected/adv-liveguard-deploy-prod.json +4 -0
  118. package/tests/fixtures/php-maestro-routing/expected/adv-persona-replacement.json +6 -0
  119. package/tests/fixtures/php-maestro-routing/expected/adv-secrets-bait.json +7 -0
  120. package/tests/fixtures/php-maestro-routing/inputs/001-happy-application-security.json +7 -0
  121. package/tests/fixtures/php-maestro-routing/inputs/002-happy-composer-supply-chain.json +7 -0
  122. package/tests/fixtures/php-maestro-routing/inputs/003-happy-runtime-upgrade-readiness.json +7 -0
  123. package/tests/fixtures/php-maestro-routing/inputs/004-happy-wordpress-security.json +7 -0
  124. package/tests/fixtures/php-maestro-routing/inputs/005-happy-unserialize-session.json +7 -0
  125. package/tests/fixtures/php-maestro-routing/inputs/006-happy-fpm-opcache.json +7 -0
  126. package/tests/fixtures/php-maestro-routing/inputs/007-happy-composer-audit.json +7 -0
  127. package/tests/fixtures/php-maestro-routing/inputs/008-happy-wp-permission-callback.json +7 -0
  128. package/tests/fixtures/php-maestro-routing/inputs/adv-ambiguous.json +7 -0
  129. package/tests/fixtures/php-maestro-routing/inputs/adv-instruction-injection.json +7 -0
  130. package/tests/fixtures/php-maestro-routing/inputs/adv-liveguard-db-migration-prod.json +7 -0
  131. package/tests/fixtures/php-maestro-routing/inputs/adv-liveguard-deploy-prod.json +7 -0
  132. package/tests/fixtures/php-maestro-routing/inputs/adv-persona-replacement.json +7 -0
  133. package/tests/fixtures/php-maestro-routing/inputs/adv-secrets-bait.json +7 -0
  134. package/tests/fixtures/php-maestro-routing/taxonomy.json +69 -0
  135. package/tests/validate-catalog.py +1 -0
@@ -1115,7 +1115,8 @@
1115
1115
  "rpa-workflow-resilience-review-agent",
1116
1116
  "helm-chart-quality-review-agent",
1117
1117
  "kubernetes-manifest-quality-review-agent",
1118
- "llm-ai-pipeline-test-review-agent"
1118
+ "llm-ai-pipeline-test-review-agent",
1119
+ "revenue-critical-journey-integrity-agent"
1119
1120
  ],
1120
1121
  "skills": [
1121
1122
  "playwright-e2e-suite-review",
@@ -1127,7 +1128,8 @@
1127
1128
  "rpa-workflow-resilience-review",
1128
1129
  "helm-chart-quality-review",
1129
1130
  "kubernetes-manifest-quality-review",
1130
- "llm-ai-pipeline-test-review"
1131
+ "llm-ai-pipeline-test-review",
1132
+ "revenue-critical-journey-integrity-review"
1131
1133
  ]
1132
1134
  },
1133
1135
  "salesforce-portfolio-architect": {
@@ -1502,7 +1504,8 @@
1502
1504
  "visual-regression-agent",
1503
1505
  "vue-specialist-agent",
1504
1506
  "web-performance-core-vitals-agent",
1505
- "web-platform-foundation-agent"
1507
+ "web-platform-foundation-agent",
1508
+ "revenue-critical-journey-integrity-agent"
1506
1509
  ],
1507
1510
  "skills": [
1508
1511
  "ai-generated-frontend-code-review",
@@ -1563,7 +1566,26 @@
1563
1566
  "vue-router-navigation-security-review",
1564
1567
  "vue-ssr-security-review",
1565
1568
  "vue-state-store-security-review",
1566
- "wcag-22-accessibility-audit"
1569
+ "wcag-22-accessibility-audit",
1570
+ "revenue-critical-journey-integrity-review"
1571
+ ]
1572
+ },
1573
+ "php-platform-engineer": {
1574
+ "label": "PHP Platform Engineer",
1575
+ "description": "Static-review board for PHP platform engineering — PHP application security (unserialize/session/upload), Composer dependency supply-chain governance, runtime version/EOL readiness with OPcache/PHP-FPM hardening, and WordPress plugin/theme/REST/block security — routed by the PHP maestro to the narrowest specialist. Advisory only: never executes payloads, installs packages, or mutates runtime or production.",
1576
+ "agents": [
1577
+ "php-maestro-agent",
1578
+ "php-application-security-agent",
1579
+ "composer-supply-chain-agent",
1580
+ "php-runtime-upgrade-readiness-agent",
1581
+ "wordpress-security-agent"
1582
+ ],
1583
+ "skills": [
1584
+ "php-maestro",
1585
+ "php-session-upload-deserialization-review",
1586
+ "composer-audit-supply-chain-review",
1587
+ "php-runtime-eol-opcache-fpm-review",
1588
+ "wordpress-rest-block-security-review"
1567
1589
  ]
1568
1590
  }
1569
1591
  }
@@ -5111,6 +5111,39 @@
5111
5111
  "model_source": "default",
5112
5112
  "reasoning_source": "default"
5113
5113
  },
5114
+ {
5115
+ "agent_id": "composer-supply-chain-agent",
5116
+ "harness": "codex",
5117
+ "model": "gpt-5.4",
5118
+ "model_provider": null,
5119
+ "model_fallback_from": null,
5120
+ "model_warning": null,
5121
+ "reasoning_effort": "high",
5122
+ "model_source": "all",
5123
+ "reasoning_source": "all"
5124
+ },
5125
+ {
5126
+ "agent_id": "composer-supply-chain-agent",
5127
+ "harness": "claude-code",
5128
+ "model": null,
5129
+ "model_provider": null,
5130
+ "model_fallback_from": null,
5131
+ "model_warning": null,
5132
+ "reasoning_effort": null,
5133
+ "model_source": "default",
5134
+ "reasoning_source": "default"
5135
+ },
5136
+ {
5137
+ "agent_id": "composer-supply-chain-agent",
5138
+ "harness": "cursor",
5139
+ "model": null,
5140
+ "model_provider": null,
5141
+ "model_fallback_from": null,
5142
+ "model_warning": null,
5143
+ "reasoning_effort": null,
5144
+ "model_source": "default",
5145
+ "reasoning_source": "default"
5146
+ },
5114
5147
  {
5115
5148
  "agent_id": "contabo-capacity-planner-agent",
5116
5149
  "harness": "codex",
@@ -16089,6 +16122,105 @@
16089
16122
  "model_source": "provider:frontend",
16090
16123
  "reasoning_source": "default"
16091
16124
  },
16125
+ {
16126
+ "agent_id": "php-application-security-agent",
16127
+ "harness": "codex",
16128
+ "model": "gpt-5.4",
16129
+ "model_provider": null,
16130
+ "model_fallback_from": null,
16131
+ "model_warning": null,
16132
+ "reasoning_effort": "high",
16133
+ "model_source": "all",
16134
+ "reasoning_source": "all"
16135
+ },
16136
+ {
16137
+ "agent_id": "php-application-security-agent",
16138
+ "harness": "claude-code",
16139
+ "model": null,
16140
+ "model_provider": null,
16141
+ "model_fallback_from": null,
16142
+ "model_warning": null,
16143
+ "reasoning_effort": null,
16144
+ "model_source": "default",
16145
+ "reasoning_source": "default"
16146
+ },
16147
+ {
16148
+ "agent_id": "php-application-security-agent",
16149
+ "harness": "cursor",
16150
+ "model": null,
16151
+ "model_provider": null,
16152
+ "model_fallback_from": null,
16153
+ "model_warning": null,
16154
+ "reasoning_effort": null,
16155
+ "model_source": "default",
16156
+ "reasoning_source": "default"
16157
+ },
16158
+ {
16159
+ "agent_id": "php-maestro-agent",
16160
+ "harness": "codex",
16161
+ "model": "gpt-5.4",
16162
+ "model_provider": null,
16163
+ "model_fallback_from": null,
16164
+ "model_warning": null,
16165
+ "reasoning_effort": "high",
16166
+ "model_source": "all",
16167
+ "reasoning_source": "all"
16168
+ },
16169
+ {
16170
+ "agent_id": "php-maestro-agent",
16171
+ "harness": "claude-code",
16172
+ "model": null,
16173
+ "model_provider": null,
16174
+ "model_fallback_from": null,
16175
+ "model_warning": null,
16176
+ "reasoning_effort": null,
16177
+ "model_source": "default",
16178
+ "reasoning_source": "default"
16179
+ },
16180
+ {
16181
+ "agent_id": "php-maestro-agent",
16182
+ "harness": "cursor",
16183
+ "model": null,
16184
+ "model_provider": null,
16185
+ "model_fallback_from": null,
16186
+ "model_warning": null,
16187
+ "reasoning_effort": null,
16188
+ "model_source": "default",
16189
+ "reasoning_source": "default"
16190
+ },
16191
+ {
16192
+ "agent_id": "php-runtime-upgrade-readiness-agent",
16193
+ "harness": "codex",
16194
+ "model": "gpt-5.4",
16195
+ "model_provider": null,
16196
+ "model_fallback_from": null,
16197
+ "model_warning": null,
16198
+ "reasoning_effort": "high",
16199
+ "model_source": "all",
16200
+ "reasoning_source": "all"
16201
+ },
16202
+ {
16203
+ "agent_id": "php-runtime-upgrade-readiness-agent",
16204
+ "harness": "claude-code",
16205
+ "model": null,
16206
+ "model_provider": null,
16207
+ "model_fallback_from": null,
16208
+ "model_warning": null,
16209
+ "reasoning_effort": null,
16210
+ "model_source": "default",
16211
+ "reasoning_source": "default"
16212
+ },
16213
+ {
16214
+ "agent_id": "php-runtime-upgrade-readiness-agent",
16215
+ "harness": "cursor",
16216
+ "model": null,
16217
+ "model_provider": null,
16218
+ "model_fallback_from": null,
16219
+ "model_warning": null,
16220
+ "reasoning_effort": null,
16221
+ "model_source": "default",
16222
+ "reasoning_source": "default"
16223
+ },
16092
16224
  {
16093
16225
  "agent_id": "playwright-e2e-execution-run-agent",
16094
16226
  "harness": "claude-code",
@@ -16474,6 +16606,39 @@
16474
16606
  "model_source": "provider:frontend",
16475
16607
  "reasoning_source": "default"
16476
16608
  },
16609
+ {
16610
+ "agent_id": "revenue-critical-journey-integrity-agent",
16611
+ "harness": "codex",
16612
+ "model": "gpt-5.5",
16613
+ "model_provider": null,
16614
+ "model_fallback_from": null,
16615
+ "model_warning": null,
16616
+ "reasoning_effort": "high",
16617
+ "model_source": "provider:generic",
16618
+ "reasoning_source": "all"
16619
+ },
16620
+ {
16621
+ "agent_id": "revenue-critical-journey-integrity-agent",
16622
+ "harness": "claude-code",
16623
+ "model": null,
16624
+ "model_provider": null,
16625
+ "model_fallback_from": null,
16626
+ "model_warning": null,
16627
+ "reasoning_effort": null,
16628
+ "model_source": "default",
16629
+ "reasoning_source": "default"
16630
+ },
16631
+ {
16632
+ "agent_id": "revenue-critical-journey-integrity-agent",
16633
+ "harness": "cursor",
16634
+ "model": null,
16635
+ "model_provider": null,
16636
+ "model_fallback_from": null,
16637
+ "model_warning": null,
16638
+ "reasoning_effort": null,
16639
+ "model_source": "default",
16640
+ "reasoning_source": "default"
16641
+ },
16477
16642
  {
16478
16643
  "agent_id": "routing-navigation-agent",
16479
16644
  "harness": "codex",
@@ -19608,6 +19773,39 @@
19608
19773
  "reasoning_effort": null,
19609
19774
  "model_source": "provider:frontend",
19610
19775
  "reasoning_source": "default"
19776
+ },
19777
+ {
19778
+ "agent_id": "wordpress-security-agent",
19779
+ "harness": "codex",
19780
+ "model": "gpt-5.4",
19781
+ "model_provider": null,
19782
+ "model_fallback_from": null,
19783
+ "model_warning": null,
19784
+ "reasoning_effort": "high",
19785
+ "model_source": "all",
19786
+ "reasoning_source": "all"
19787
+ },
19788
+ {
19789
+ "agent_id": "wordpress-security-agent",
19790
+ "harness": "claude-code",
19791
+ "model": null,
19792
+ "model_provider": null,
19793
+ "model_fallback_from": null,
19794
+ "model_warning": null,
19795
+ "reasoning_effort": null,
19796
+ "model_source": "default",
19797
+ "reasoning_source": "default"
19798
+ },
19799
+ {
19800
+ "agent_id": "wordpress-security-agent",
19801
+ "harness": "cursor",
19802
+ "model": null,
19803
+ "model_provider": null,
19804
+ "model_fallback_from": null,
19805
+ "model_warning": null,
19806
+ "reasoning_effort": null,
19807
+ "model_source": "default",
19808
+ "reasoning_source": "default"
19611
19809
  }
19612
19810
  ]
19613
19811
  }
@@ -5202,6 +5202,38 @@
5202
5202
  }
5203
5203
  ]
5204
5204
  },
5205
+ {
5206
+ "id": "composer-audit-supply-chain-review",
5207
+ "path": "skills/php/composer-audit-supply-chain-review",
5208
+ "aggregate_sha256": "c3377c8d185099569bf553fd2322dbbdef16c66adde647e63ba326f6a1308a23",
5209
+ "files": [
5210
+ {
5211
+ "path": "skills/php/composer-audit-supply-chain-review/SKILL.md",
5212
+ "sha256": "62f84bf9a976b1930ed7982191b260b7e9bb1d6b0dcf977fb006ac42dda2c1fe",
5213
+ "bytes": 9850
5214
+ },
5215
+ {
5216
+ "path": "skills/php/composer-audit-supply-chain-review/metadata.json",
5217
+ "sha256": "2ccbf8ee09124cfff6c7baa6ca53fee811a5b548cd1f05547893856d0d4cdd76",
5218
+ "bytes": 1257
5219
+ },
5220
+ {
5221
+ "path": "skills/php/composer-audit-supply-chain-review/references/abandoned-and-advisory-governance.md",
5222
+ "sha256": "496dee36096d54bb84e89e043d1ac37314db99bedb729feaef015f55a268aeb2",
5223
+ "bytes": 4580
5224
+ },
5225
+ {
5226
+ "path": "skills/php/composer-audit-supply-chain-review/references/composer-audit-policy.md",
5227
+ "sha256": "d4c972b8d119c741a4b0bdd39e11789f844cc3a14ac7c9a67d1e7078b74c6e45",
5228
+ "bytes": 4087
5229
+ },
5230
+ {
5231
+ "path": "skills/php/composer-audit-supply-chain-review/references/lockfile-integrity.md",
5232
+ "sha256": "b54f9ae05130466abebe8f60f1ae10985c95e964ee1ec2bf92401bd1e304f045",
5233
+ "bytes": 3899
5234
+ }
5235
+ ]
5236
+ },
5205
5237
  {
5206
5238
  "id": "consolidation-intercompany-advisor",
5207
5239
  "path": "skills/accounting/consolidation-intercompany-advisor",
@@ -15429,6 +15461,97 @@
15429
15461
  }
15430
15462
  ]
15431
15463
  },
15464
+ {
15465
+ "id": "php-maestro",
15466
+ "path": "skills/php/php-maestro",
15467
+ "aggregate_sha256": "17e9b03cb320fc090abe5e52581bf77d5a20a4ceb7cd478a6206a9e02634fa2e",
15468
+ "files": [
15469
+ {
15470
+ "path": "skills/php/php-maestro/SKILL.md",
15471
+ "sha256": "535c601d6081c2a9209e777d415d8760039a7207a0d58171974bdac878374a80",
15472
+ "bytes": 4876
15473
+ },
15474
+ {
15475
+ "path": "skills/php/php-maestro/metadata.json",
15476
+ "sha256": "c89893c0bc106406765a54a4b671cb9124260a28ad4173d5a6e21be2d9725149",
15477
+ "bytes": 1175
15478
+ },
15479
+ {
15480
+ "path": "skills/php/php-maestro/references/hard-gates-and-escalation.md",
15481
+ "sha256": "ba6f3c5cde7a17a81a880b4cce8e9451a4042a17f2ef58128e3e8ac49b8cdfdd",
15482
+ "bytes": 8276
15483
+ },
15484
+ {
15485
+ "path": "skills/php/php-maestro/references/routing-and-dispatch.md",
15486
+ "sha256": "c0acf57da526b9c778ba81edcbc0638e8ac8d39382d363ba3cbe2477448e00b8",
15487
+ "bytes": 6424
15488
+ }
15489
+ ]
15490
+ },
15491
+ {
15492
+ "id": "php-runtime-eol-opcache-fpm-review",
15493
+ "path": "skills/php/php-runtime-eol-opcache-fpm-review",
15494
+ "aggregate_sha256": "2cd92ae849faa02a57746e060eed0d7ad4004c6f18df5dfbac4cd4ece610532d",
15495
+ "files": [
15496
+ {
15497
+ "path": "skills/php/php-runtime-eol-opcache-fpm-review/SKILL.md",
15498
+ "sha256": "c1e2af8494d0deaf98826c5fc8804c3778e03ca88d197b8035330dfdc9b7498f",
15499
+ "bytes": 10212
15500
+ },
15501
+ {
15502
+ "path": "skills/php/php-runtime-eol-opcache-fpm-review/metadata.json",
15503
+ "sha256": "e7fcb85afe025d84a66215136946b502560def68587ae7c2200c21c98a6eddd0",
15504
+ "bytes": 1323
15505
+ },
15506
+ {
15507
+ "path": "skills/php/php-runtime-eol-opcache-fpm-review/references/opcache-production-config.md",
15508
+ "sha256": "b754752212b66f86626081648258626c9d7c4963de19edd19cbb148a5afa638c",
15509
+ "bytes": 5289
15510
+ },
15511
+ {
15512
+ "path": "skills/php/php-runtime-eol-opcache-fpm-review/references/php-fpm-pool-tuning.md",
15513
+ "sha256": "15a3deda73ab94043b9f622b36474786a44dd0bad51474fe13808584f858efed",
15514
+ "bytes": 5221
15515
+ },
15516
+ {
15517
+ "path": "skills/php/php-runtime-eol-opcache-fpm-review/references/php-version-lifecycle.md",
15518
+ "sha256": "bc1321ec5373830826045a1c50e4ef93df3b39411a6211ead1c84c0a716a17a6",
15519
+ "bytes": 5290
15520
+ }
15521
+ ]
15522
+ },
15523
+ {
15524
+ "id": "php-session-upload-deserialization-review",
15525
+ "path": "skills/php/php-session-upload-deserialization-review",
15526
+ "aggregate_sha256": "41bf2ca365eb9ca89e45b4ab6b1448cb1a802ca39d9e546a1ab0c34e81034681",
15527
+ "files": [
15528
+ {
15529
+ "path": "skills/php/php-session-upload-deserialization-review/SKILL.md",
15530
+ "sha256": "99ce28f016c9b6f08cd197050652cb9a1b1f39de0561da9c2a3a5dcaeebbfc3c",
15531
+ "bytes": 11062
15532
+ },
15533
+ {
15534
+ "path": "skills/php/php-session-upload-deserialization-review/metadata.json",
15535
+ "sha256": "e9fc492c9ff291fcd00ffe3d50aa4a568392ade1a701886d33e18b21ec9196df",
15536
+ "bytes": 1399
15537
+ },
15538
+ {
15539
+ "path": "skills/php/php-session-upload-deserialization-review/references/file-upload-security.md",
15540
+ "sha256": "4c9ccc9d573a57659047e18e5e62ed6ca4a1571dae4e1eeb0bcf0f703d26865e",
15541
+ "bytes": 6685
15542
+ },
15543
+ {
15544
+ "path": "skills/php/php-session-upload-deserialization-review/references/session-security.md",
15545
+ "sha256": "f4b87684505736a5e2669f5c4b4b98d1b1508100e76338ebf07b14d93f65eb79",
15546
+ "bytes": 7438
15547
+ },
15548
+ {
15549
+ "path": "skills/php/php-session-upload-deserialization-review/references/unserialize-object-injection.md",
15550
+ "sha256": "f948371da8cd628a514e9442feba66b4ac465b7c3273db086d69adc3180d6917",
15551
+ "bytes": 7828
15552
+ }
15553
+ ]
15554
+ },
15432
15555
  {
15433
15556
  "id": "playwright-e2e-execution-run",
15434
15557
  "path": "skills/qa/playwright-e2e-execution-run",
@@ -15881,6 +16004,53 @@
15881
16004
  }
15882
16005
  ]
15883
16006
  },
16007
+ {
16008
+ "id": "revenue-critical-journey-integrity-review",
16009
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review",
16010
+ "aggregate_sha256": "b0489cf2102b6d5bcb5b42d9bf9d244d79b9fa4fe1df56b728a634b7a728f709",
16011
+ "files": [
16012
+ {
16013
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/SKILL.md",
16014
+ "sha256": "f613ce3dba633095f5b9e5606c56f77544f7576fb0f623efae6ca362ba86069f",
16015
+ "bytes": 8610
16016
+ },
16017
+ {
16018
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/metadata.json",
16019
+ "sha256": "822c9e6b6a694fa84be9a0cb2c0df2ea8d955fad270465febee47db858fbedcb",
16020
+ "bytes": 1938
16021
+ },
16022
+ {
16023
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/references/idempotency-and-safe-retries.md",
16024
+ "sha256": "1cc074f778e8c4e5aba9ec17b7e3b5778e2cfcd27594b073b18ea5bcc998d0a8",
16025
+ "bytes": 8792
16026
+ },
16027
+ {
16028
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/references/official-sources.md",
16029
+ "sha256": "ab78b9b45954bc4fd5f9a776745b761ecca3bfb7bf0604123690c21da9780491",
16030
+ "bytes": 9440
16031
+ },
16032
+ {
16033
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/references/pci-saq-scope-boundaries.md",
16034
+ "sha256": "be944693687316cbbc02e603e89a686e84dc8248a928aea37d932c47dd617486",
16035
+ "bytes": 7386
16036
+ },
16037
+ {
16038
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/references/server-side-revalidation-trust-boundary.md",
16039
+ "sha256": "be5aa9b4be7724f0a0ab9a9344a5b3eb7e7cc125af1d89a8142e707bd3a84257",
16040
+ "bytes": 7285
16041
+ },
16042
+ {
16043
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/references/webhook-delivery-dedup-ordering.md",
16044
+ "sha256": "bdfc18424c90c3534efb3dff4b65a93223249e8f3a2913604d7ba813c21141fb",
16045
+ "bytes": 8085
16046
+ },
16047
+ {
16048
+ "path": "skills/cross-functional/revenue-critical-journey-integrity-review/references/workflow-and-output.md",
16049
+ "sha256": "c78c79b98c5536a757e61f7dcdc051e24dbcfebfe631363ac66f71827b1c4c7e",
16050
+ "bytes": 5892
16051
+ }
16052
+ ]
16053
+ },
15884
16054
  {
15885
16055
  "id": "revenue-recognition-advisor",
15886
16056
  "path": "skills/accounting/revenue-recognition-advisor",
@@ -19580,6 +19750,38 @@
19580
19750
  }
19581
19751
  ]
19582
19752
  },
19753
+ {
19754
+ "id": "wordpress-rest-block-security-review",
19755
+ "path": "skills/php/wordpress-rest-block-security-review",
19756
+ "aggregate_sha256": "cf9bd2d1a606930912139e6be2e54f732c05fe933459b38d8c42ee55c3b873bd",
19757
+ "files": [
19758
+ {
19759
+ "path": "skills/php/wordpress-rest-block-security-review/SKILL.md",
19760
+ "sha256": "6e954dea89dae85879253af108a024285249448dbef430b9c02113c5d884c51f",
19761
+ "bytes": 9742
19762
+ },
19763
+ {
19764
+ "path": "skills/php/wordpress-rest-block-security-review/metadata.json",
19765
+ "sha256": "a6957fbc423c31a327882fdead0f9f9515be4089d142e223d915c05c47505a03",
19766
+ "bytes": 1482
19767
+ },
19768
+ {
19769
+ "path": "skills/php/wordpress-rest-block-security-review/references/dynamic-block-output-escaping.md",
19770
+ "sha256": "33ccadd8ea180193d0b4bcdf955e4e21758d93555e9813c4da6c20f141d5c277",
19771
+ "bytes": 4855
19772
+ },
19773
+ {
19774
+ "path": "skills/php/wordpress-rest-block-security-review/references/input-sanitize-output-escape.md",
19775
+ "sha256": "28f793cab2597635984f2df2bb381da452ad7f548b567a84b8ed8de2762efb60",
19776
+ "bytes": 9985
19777
+ },
19778
+ {
19779
+ "path": "skills/php/wordpress-rest-block-security-review/references/rest-api-permission-callback.md",
19780
+ "sha256": "b96e69dfeec5691ce96af5e6d6a57c44128c96c57cab2a64ad16e0ea9801a1a0",
19781
+ "bytes": 6800
19782
+ }
19783
+ ]
19784
+ },
19583
19785
  {
19584
19786
  "id": "working-capital-advisor",
19585
19787
  "path": "skills/finance/working-capital-advisor",