@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
@@ -33,7 +33,7 @@
33
33
  "trees": [
34
34
  {
35
35
  "tree": "agents",
36
- "aggregate_sha256": "aad126842a7765a5f044432dbed98e2769328b3816608d3637be09eb975e3fc2",
36
+ "aggregate_sha256": "b3bb1d77999f47b8c71bf65854e2ae2cce29aaaffeb5078024e8a956f5c756dc",
37
37
  "files": [
38
38
  {
39
39
  "path": "agents/AGENTS.md",
@@ -8020,6 +8020,51 @@
8020
8020
  "sha256": "7b02f5d000ea6ffdab3a091045ffadd1051a269778f911a6518b519b5d2eeeee",
8021
8021
  "bytes": 2025
8022
8022
  },
8023
+ {
8024
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/AGENT.md",
8025
+ "sha256": "82ee0c4b2e80aaec02d41689dac3e3cb603de1f7372a12f7b929edd066a5609f",
8026
+ "bytes": 12566
8027
+ },
8028
+ {
8029
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/claude-code.agent.md",
8030
+ "sha256": "e53da528c87e83f740084603e0fc861658096125e69daddf18d8267ddc3929af",
8031
+ "bytes": 12951
8032
+ },
8033
+ {
8034
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/codex.toml",
8035
+ "sha256": "73412a816fe334ff13848d31393319abcef79fdfb408d5b936099f708a8273b4",
8036
+ "bytes": 4471
8037
+ },
8038
+ {
8039
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/copilot.agent.md",
8040
+ "sha256": "3069b1e3e945ac5a154c148ead09e225c087e10315411b78dfb336b8d6d558a6",
8041
+ "bytes": 13114
8042
+ },
8043
+ {
8044
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/cursor.agent.md",
8045
+ "sha256": "1ed207521ca82067519d3d6916bce2728ff95650d7d5a39f550fbaa83d7a609c",
8046
+ "bytes": 12966
8047
+ },
8048
+ {
8049
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/gemini.agent.md",
8050
+ "sha256": "362fb22216ae3dd3828a990c5d8b8243571359a89d6617a7b9d1e183d77ec780",
8051
+ "bytes": 12965
8052
+ },
8053
+ {
8054
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/kiro-cli.agent.json",
8055
+ "sha256": "d81ae70c881347d7709124ee5120b9b59817bfa5af90e4b40549b2198b6f3e70",
8056
+ "bytes": 13081
8057
+ },
8058
+ {
8059
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/kiro-ide.agent.md",
8060
+ "sha256": "e53da528c87e83f740084603e0fc861658096125e69daddf18d8267ddc3929af",
8061
+ "bytes": 12951
8062
+ },
8063
+ {
8064
+ "path": "agents/cross-functional/revenue-critical-journey-integrity-agent/metadata.json",
8065
+ "sha256": "6f744adf28ba4f227a40fe23491b03e93df124bb0dbf344927a2254cd9280d8f",
8066
+ "bytes": 2993
8067
+ },
8023
8068
  {
8024
8069
  "path": "agents/databricks/README.md",
8025
8070
  "sha256": "8ec150f06fedd16c157b48b19cdb05bebb3ae593ff466c828863fdcc94b6f868",
@@ -24420,6 +24465,231 @@
24420
24465
  "sha256": "fab396f231e643a45744ed9b9151b8adee9ffecd229e88a0a1efe7e46b8d600d",
24421
24466
  "bytes": 1339
24422
24467
  },
24468
+ {
24469
+ "path": "agents/php/composer-supply-chain-agent/AGENT.md",
24470
+ "sha256": "f49ea143b75b54748fad580b470b806028496b7ac5f2396332b640c753af6543",
24471
+ "bytes": 14341
24472
+ },
24473
+ {
24474
+ "path": "agents/php/composer-supply-chain-agent/harnesses/claude-code.agent.md",
24475
+ "sha256": "302cda4c82a69601b377328be6ba6e680c4214b5aaa63843d94ca52ed6c1a7ff",
24476
+ "bytes": 14612
24477
+ },
24478
+ {
24479
+ "path": "agents/php/composer-supply-chain-agent/harnesses/codex.toml",
24480
+ "sha256": "bbbd7bbf93e21e6f501c2a884e978a104c7bf59599dfd38047fe9a893435211a",
24481
+ "bytes": 14755
24482
+ },
24483
+ {
24484
+ "path": "agents/php/composer-supply-chain-agent/harnesses/copilot.agent.md",
24485
+ "sha256": "37e7e542544a0a9a57845ecdfd338ab8ead2279c27d46b5c713494e42fae019d",
24486
+ "bytes": 14775
24487
+ },
24488
+ {
24489
+ "path": "agents/php/composer-supply-chain-agent/harnesses/cursor.agent.md",
24490
+ "sha256": "f1d6fa33403496de8af5cd71760d664b5b2f4b3adb643baf07086be62be71b19",
24491
+ "bytes": 14627
24492
+ },
24493
+ {
24494
+ "path": "agents/php/composer-supply-chain-agent/harnesses/gemini.agent.md",
24495
+ "sha256": "fa51c75e6735fb3908825982c1b024e69dfff825e6312ff6f83b9c39149955ad",
24496
+ "bytes": 14626
24497
+ },
24498
+ {
24499
+ "path": "agents/php/composer-supply-chain-agent/harnesses/kiro-cli.agent.json",
24500
+ "sha256": "f1e5c4197ed9ddd72e9206c20eb9a537c7d723182d698ad6eaa9195dab35315c",
24501
+ "bytes": 14742
24502
+ },
24503
+ {
24504
+ "path": "agents/php/composer-supply-chain-agent/harnesses/kiro-ide.agent.md",
24505
+ "sha256": "302cda4c82a69601b377328be6ba6e680c4214b5aaa63843d94ca52ed6c1a7ff",
24506
+ "bytes": 14612
24507
+ },
24508
+ {
24509
+ "path": "agents/php/composer-supply-chain-agent/metadata.json",
24510
+ "sha256": "89030dd49ddaeeb4cc0a62a73ee188e516e36c31d4c8488b10b68a3a034cf301",
24511
+ "bytes": 1936
24512
+ },
24513
+ {
24514
+ "path": "agents/php/php-application-security-agent/AGENT.md",
24515
+ "sha256": "a5729b7d626800de90a95ada550aa3398633770d0c86a43cf6683232d699d6bd",
24516
+ "bytes": 15158
24517
+ },
24518
+ {
24519
+ "path": "agents/php/php-application-security-agent/harnesses/claude-code.agent.md",
24520
+ "sha256": "57a50a6312b69945b5b4ea96f49ed29c73e2a81caf06f92bd5f62ac058de7763",
24521
+ "bytes": 15459
24522
+ },
24523
+ {
24524
+ "path": "agents/php/php-application-security-agent/harnesses/codex.toml",
24525
+ "sha256": "206ee8ce80a235b267d94227357b2a7d05a862940c66b095fbde2c298e18bd26",
24526
+ "bytes": 15602
24527
+ },
24528
+ {
24529
+ "path": "agents/php/php-application-security-agent/harnesses/copilot.agent.md",
24530
+ "sha256": "414b440202f183e20e7587dd649391949276f656299bf5263bacf020fa0df3e1",
24531
+ "bytes": 15622
24532
+ },
24533
+ {
24534
+ "path": "agents/php/php-application-security-agent/harnesses/cursor.agent.md",
24535
+ "sha256": "0988d3a69674015e288d4817aa3404ea5ffaa60b2a7e3b381a97ae2182923728",
24536
+ "bytes": 15474
24537
+ },
24538
+ {
24539
+ "path": "agents/php/php-application-security-agent/harnesses/gemini.agent.md",
24540
+ "sha256": "2a623d2c8b2b5d42870e6937d4e1c77c85bf38679d3ad5e93459397ad4b2c077",
24541
+ "bytes": 15473
24542
+ },
24543
+ {
24544
+ "path": "agents/php/php-application-security-agent/harnesses/kiro-cli.agent.json",
24545
+ "sha256": "44bc09a4aa849ddd89c90b098eb22db8d101fd77d9089026e1674163e34cb61d",
24546
+ "bytes": 15586
24547
+ },
24548
+ {
24549
+ "path": "agents/php/php-application-security-agent/harnesses/kiro-ide.agent.md",
24550
+ "sha256": "57a50a6312b69945b5b4ea96f49ed29c73e2a81caf06f92bd5f62ac058de7763",
24551
+ "bytes": 15459
24552
+ },
24553
+ {
24554
+ "path": "agents/php/php-application-security-agent/metadata.json",
24555
+ "sha256": "19967401677a2eabce152b8dcfcb32e3f7b97aa0a6e0e41cc7703d975af96827",
24556
+ "bytes": 2079
24557
+ },
24558
+ {
24559
+ "path": "agents/php/php-maestro-agent/AGENT.md",
24560
+ "sha256": "e3f8e82f2858bdc0ea50c2870e3c67e4edab4a957a2d89784de5ee30a947cb56",
24561
+ "bytes": 6907
24562
+ },
24563
+ {
24564
+ "path": "agents/php/php-maestro-agent/harnesses/claude-code.agent.md",
24565
+ "sha256": "fddd3f53e0b7d313dd01f34dbe7e774fde13d23bbea6c1624dd7a120068ea11c",
24566
+ "bytes": 7279
24567
+ },
24568
+ {
24569
+ "path": "agents/php/php-maestro-agent/harnesses/codex.toml",
24570
+ "sha256": "6b27ac5deeb4f13e7e880ea246b440e381aeebfcdd009cdae3235684fcf2d8c5",
24571
+ "bytes": 7422
24572
+ },
24573
+ {
24574
+ "path": "agents/php/php-maestro-agent/harnesses/copilot.agent.md",
24575
+ "sha256": "efc839db675515d60e7e582879ce1145223f5698fda6ee0de6dca6ff51d53edd",
24576
+ "bytes": 7442
24577
+ },
24578
+ {
24579
+ "path": "agents/php/php-maestro-agent/harnesses/cursor.agent.md",
24580
+ "sha256": "617b60767b2c020013c938d69b0f9c1c867108017ba90bf84abbf6b1d7772206",
24581
+ "bytes": 7294
24582
+ },
24583
+ {
24584
+ "path": "agents/php/php-maestro-agent/harnesses/gemini.agent.md",
24585
+ "sha256": "fcd2e5183c8d116946c44f00f4243cb7e07b632c540476c25a6689540c67ffba",
24586
+ "bytes": 7293
24587
+ },
24588
+ {
24589
+ "path": "agents/php/php-maestro-agent/harnesses/kiro-cli.agent.json",
24590
+ "sha256": "fb57dc4d8b8b262408e6c48436839a86a887ac9478316ac1373e4ef7a59f349d",
24591
+ "bytes": 7374
24592
+ },
24593
+ {
24594
+ "path": "agents/php/php-maestro-agent/harnesses/kiro-ide.agent.md",
24595
+ "sha256": "fddd3f53e0b7d313dd01f34dbe7e774fde13d23bbea6c1624dd7a120068ea11c",
24596
+ "bytes": 7279
24597
+ },
24598
+ {
24599
+ "path": "agents/php/php-maestro-agent/metadata.json",
24600
+ "sha256": "1c7516cd361725c88b6bf91ea4b2353c94be23a0d11cf234c55c154ced8c2d55",
24601
+ "bytes": 2024
24602
+ },
24603
+ {
24604
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/AGENT.md",
24605
+ "sha256": "3a3d40b967cf189188f3b88f9a79ca79b8e368d5bb15e7f3e02cd66822a676bf",
24606
+ "bytes": 14830
24607
+ },
24608
+ {
24609
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/harnesses/claude-code.agent.md",
24610
+ "sha256": "5a3f4a9fe461252073faa5bd6f5064241736d0f97beb01ef60356900f7af6705",
24611
+ "bytes": 15146
24612
+ },
24613
+ {
24614
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/harnesses/codex.toml",
24615
+ "sha256": "c2e8a0f1ba9b23513be48aa63066034d6089fe97f4ae16750d8872c63c37e279",
24616
+ "bytes": 15289
24617
+ },
24618
+ {
24619
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/harnesses/copilot.agent.md",
24620
+ "sha256": "397ad87e0164afecf3a8f4e930c092872099563951d5757101c4bb5c40878813",
24621
+ "bytes": 15309
24622
+ },
24623
+ {
24624
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/harnesses/cursor.agent.md",
24625
+ "sha256": "8935f227e17f3bfa0424cd500b091aad8e0644b41e969e43f2a605761b990187",
24626
+ "bytes": 15161
24627
+ },
24628
+ {
24629
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/harnesses/gemini.agent.md",
24630
+ "sha256": "b0f7e35001048bf3c6c23f51a21e741615161890521992088f4f19e09d315d68",
24631
+ "bytes": 15160
24632
+ },
24633
+ {
24634
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/harnesses/kiro-cli.agent.json",
24635
+ "sha256": "43180936ba167fe1dbcb0c2e16da8b6e788cdc011a1665f9cef891e104bd6688",
24636
+ "bytes": 15283
24637
+ },
24638
+ {
24639
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/harnesses/kiro-ide.agent.md",
24640
+ "sha256": "5a3f4a9fe461252073faa5bd6f5064241736d0f97beb01ef60356900f7af6705",
24641
+ "bytes": 15146
24642
+ },
24643
+ {
24644
+ "path": "agents/php/php-runtime-upgrade-readiness-agent/metadata.json",
24645
+ "sha256": "b07b716591efcdfe2e67d06c78c7243fa30850ca7d5065e79baa5f27db5d4dc9",
24646
+ "bytes": 2101
24647
+ },
24648
+ {
24649
+ "path": "agents/php/wordpress-security-agent/AGENT.md",
24650
+ "sha256": "d34cd414473d24038931828b1976ce0020e4142c83c93bccc3aee93b08448474",
24651
+ "bytes": 12988
24652
+ },
24653
+ {
24654
+ "path": "agents/php/wordpress-security-agent/harnesses/claude-code.agent.md",
24655
+ "sha256": "a4b645dd2124842d912a4e583b3f8085d59fb31fe120955b3d8a3011c0067f2b",
24656
+ "bytes": 13295
24657
+ },
24658
+ {
24659
+ "path": "agents/php/wordpress-security-agent/harnesses/codex.toml",
24660
+ "sha256": "141968d12c2d052961dd026e2f58f8c57cc62b9aef373414cdc5f62670a2abcf",
24661
+ "bytes": 13438
24662
+ },
24663
+ {
24664
+ "path": "agents/php/wordpress-security-agent/harnesses/copilot.agent.md",
24665
+ "sha256": "2b205ba38f4178ef8b8392ce955ef23c45171c43d77b68647468ef1b6b08f129",
24666
+ "bytes": 13458
24667
+ },
24668
+ {
24669
+ "path": "agents/php/wordpress-security-agent/harnesses/cursor.agent.md",
24670
+ "sha256": "f40c708fb9481826f5b26783b0c0edb02db8897173b90726144e83c9ac12a2d0",
24671
+ "bytes": 13310
24672
+ },
24673
+ {
24674
+ "path": "agents/php/wordpress-security-agent/harnesses/gemini.agent.md",
24675
+ "sha256": "6e3974ac1e6496b27d8a48dfd9a3f6453afc23412efffdee472d447671bb48e0",
24676
+ "bytes": 13309
24677
+ },
24678
+ {
24679
+ "path": "agents/php/wordpress-security-agent/harnesses/kiro-cli.agent.json",
24680
+ "sha256": "634af1d6870888d08779780343969a7e558ea6f94d5e656f294029b916134159",
24681
+ "bytes": 13426
24682
+ },
24683
+ {
24684
+ "path": "agents/php/wordpress-security-agent/harnesses/kiro-ide.agent.md",
24685
+ "sha256": "a4b645dd2124842d912a4e583b3f8085d59fb31fe120955b3d8a3011c0067f2b",
24686
+ "bytes": 13295
24687
+ },
24688
+ {
24689
+ "path": "agents/php/wordpress-security-agent/metadata.json",
24690
+ "sha256": "6b44d8a8fa4f688efa61c523f89d1bfa588a27248e40baf80b010f7f81c57aea",
24691
+ "bytes": 2150
24692
+ },
24423
24693
  {
24424
24694
  "path": "agents/prometheus/README.md",
24425
24695
  "sha256": "8fc76174932facba0ead1d51316cbd2874b1f928521b4162c52acdfcdaccc285",
@@ -28871,7 +29141,7 @@
28871
29141
  },
28872
29142
  {
28873
29143
  "tree": "schemas",
28874
- "aggregate_sha256": "58718fdd520d778368581c5a267631b9074659dc0fbbd687769c25d221043475",
29144
+ "aggregate_sha256": "5d5d23e816a2782d278d66bdd7d85a17268076de9be20a1dab7fc2ffa1691343",
28875
29145
  "files": [
28876
29146
  {
28877
29147
  "path": "schemas/AGENTS.md",
@@ -28885,8 +29155,8 @@
28885
29155
  },
28886
29156
  {
28887
29157
  "path": "schemas/agent.schema.json",
28888
- "sha256": "d7f1eca22ae28e967d4916eee525c9e05d60ec7a1fe62fe7d560b21c910c4d4a",
28889
- "bytes": 3167
29158
+ "sha256": "269e55329c06f0aa14eb1c2ea5d0254cfd52aa7287db0eccef68440322194419",
29159
+ "bytes": 3182
28890
29160
  },
28891
29161
  {
28892
29162
  "path": "schemas/attestation.schema.json",
@@ -28925,14 +29195,14 @@
28925
29195
  },
28926
29196
  {
28927
29197
  "path": "schemas/skill.schema.json",
28928
- "sha256": "2e61336ce6b5d2b0a4be79e1854a04cbe2e07710d6f01912b6c5889ab8974099",
28929
- "bytes": 1901
29198
+ "sha256": "001dab611c89e402da2f579bb904322f58df98bcca54a6888e7272cf7f43280a",
29199
+ "bytes": 1916
28930
29200
  }
28931
29201
  ]
28932
29202
  },
28933
29203
  {
28934
29204
  "tree": "catalog",
28935
- "aggregate_sha256": "e3b3e22dd194a5070eb24e13a13fb6add5199490470f0b51ebe3e9f4006d64db",
29205
+ "aggregate_sha256": "3227ae4f6617591f1861ebb7174bfabf99875b46a929c0c771b14e13b61a4b82",
28936
29206
  "files": [
28937
29207
  {
28938
29208
  "path": "catalog/AGENTS.md",
@@ -28941,8 +29211,8 @@
28941
29211
  },
28942
29212
  {
28943
29213
  "path": "catalog/agents.json",
28944
- "sha256": "5f99263b8d304e089f9877a29cf8425f9c32bbcd350ac2f31de4a86f6a6f668d",
28945
- "bytes": 987732
29214
+ "sha256": "568a375e503dd88c84710810b5cde6d1d68488f691c4ae294a229cc680066272",
29215
+ "bytes": 997267
28946
29216
  },
28947
29217
  {
28948
29218
  "path": "catalog/index.json",
@@ -28951,8 +29221,8 @@
28951
29221
  },
28952
29222
  {
28953
29223
  "path": "catalog/install-roles.json",
28954
- "sha256": "9d6adcc72de455272da5ae1f31e661d1a0e328f7f3f4af8fe90ca2983d64a5e0",
28955
- "bytes": 77513
29224
+ "sha256": "fa5e74d64f949c1a844d1866600fd7410cb15c9c490c58a3e9d0addd4a90607f",
29225
+ "bytes": 78699
28956
29226
  },
28957
29227
  {
28958
29228
  "path": "catalog/mcp-references.json",
@@ -28961,8 +29231,8 @@
28961
29231
  },
28962
29232
  {
28963
29233
  "path": "catalog/model-assignments.json",
28964
- "sha256": "a1e9c759cd37081ef5e3e28d9919256373c32dcab1a8a266b8cc0adcf13242d9",
28965
- "bytes": 566734
29234
+ "sha256": "3ca904f45332c21c5d5f572b68018bd9669d8aea22368b402cedd65bd337164f",
29235
+ "bytes": 572288
28966
29236
  },
28967
29237
  {
28968
29238
  "path": "catalog/model-policy.json",
@@ -28981,19 +29251,19 @@
28981
29251
  },
28982
29252
  {
28983
29253
  "path": "catalog/skill-manifest.json",
28984
- "sha256": "69af35f5b075107e0e2aa30492794f9d4e86f2ff91f208e7b8c88ba5fabb8e83",
28985
- "bytes": 836154
29254
+ "sha256": "008f4ab5fab319c596e0afbb1d83d674965ce26f1c7f500e6751b7558ccd57f6",
29255
+ "bytes": 845058
28986
29256
  },
28987
29257
  {
28988
29258
  "path": "catalog/skills.json",
28989
- "sha256": "3d14e0e56316d51983eb3bcff166455cb4fad5121311634f5d3c261ff00d54b2",
28990
- "bytes": 977278
29259
+ "sha256": "a0eae70437dad97b29c88974d31c34151971068b82a5e567896807fba2105a68",
29260
+ "bytes": 986324
28991
29261
  }
28992
29262
  ]
28993
29263
  },
28994
29264
  {
28995
29265
  "tree": "scripts",
28996
- "aggregate_sha256": "1891ff843b01fe75b998fb2995fb654eceb9643a280d131bbc5486914f31cb15",
29266
+ "aggregate_sha256": "07fb6d03c80378f82156f8fb67e9879e82c30a786bcb616b2e55879036565bc5",
28997
29267
  "files": [
28998
29268
  {
28999
29269
  "path": "scripts/apply-skill-allowed-tools.py",
@@ -29037,8 +29307,8 @@
29037
29307
  },
29038
29308
  {
29039
29309
  "path": "scripts/generate-docs-data.mjs",
29040
- "sha256": "26b508c196f9b5a397dc96398412e163e5a9b7953f26a9dcc458832564ba4331",
29041
- "bytes": 4752
29310
+ "sha256": "b22787f3b5c6fb80272ae98c44932629df22ca3d38de7968033269903710d436",
29311
+ "bytes": 4759
29042
29312
  },
29043
29313
  {
29044
29314
  "path": "scripts/generate-kiro-powers.mjs",
@@ -29204,12 +29474,12 @@
29204
29474
  },
29205
29475
  {
29206
29476
  "tree": "powers",
29207
- "aggregate_sha256": "c57b0c02d5dec2b2fe104265faa826c88fdc49fb014840bb7577ea36332c7836",
29477
+ "aggregate_sha256": "47a8c40cdaff19e4994e112a1c88e29fcd596fdd8ae371fb6ab0cc5511c3c2f2",
29208
29478
  "files": [
29209
29479
  {
29210
29480
  "path": "powers/README.md",
29211
- "sha256": "d8ea3a5177fe6f97a531f79dce3cc1649cd80beead994510cc66f721eb24ec88",
29212
- "bytes": 4787
29481
+ "sha256": "eb8dcdbb7feaec45fb3a7832e948af8562ea46abc2086e105d75c51b4d3c64f6",
29482
+ "bytes": 4819
29213
29483
  },
29214
29484
  {
29215
29485
  "path": "powers/vanguard-accounting/POWER.md",
@@ -29293,8 +29563,8 @@
29293
29563
  },
29294
29564
  {
29295
29565
  "path": "powers/vanguard-generic/POWER.md",
29296
- "sha256": "8d8e9d028bac2b764e3dd889750a82d7b4e17aa1ba6cbc9e36bdc16982baaccb",
29297
- "bytes": 2281
29566
+ "sha256": "381dc9d671a60607d086ef7f0a56df6418e725c89d2939047cbaaef6dee6c853",
29567
+ "bytes": 2282
29298
29568
  },
29299
29569
  {
29300
29570
  "path": "powers/vanguard-hetzner/POWER.md",
@@ -29376,6 +29646,11 @@
29376
29646
  "sha256": "b2d374c57933a5cd227f868f0c265f11b83476b98ee55ef894c1d05b2ef01f04",
29377
29647
  "bytes": 2611
29378
29648
  },
29649
+ {
29650
+ "path": "powers/vanguard-php/POWER.md",
29651
+ "sha256": "2fb1ecd91d7afe4b7c4c218cbe20931ec829d786b113daa6e0400380a8594d67",
29652
+ "bytes": 2396
29653
+ },
29379
29654
  {
29380
29655
  "path": "powers/vanguard-prometheus/POWER.md",
29381
29656
  "sha256": "58676f3b9402efdb9ab63ae5976e58b7879aab8fb9c621b018696c02e5420955",
@@ -29415,7 +29690,7 @@
29415
29690
  },
29416
29691
  {
29417
29692
  "tree": "plugins",
29418
- "aggregate_sha256": "d288cd324e1be9c75826283c7743ef60282c65828a19f4d35f926d95be32eaf8",
29693
+ "aggregate_sha256": "5b33aae42463b1e6389e2b91edbcf5fc18e918055453cb28fe519dda812487af",
29419
29694
  "files": [
29420
29695
  {
29421
29696
  "path": "plugins/cross-platform-agent-template/.codex-plugin/plugin.json",
@@ -29429,7 +29704,7 @@
29429
29704
  },
29430
29705
  {
29431
29706
  "path": "plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json",
29432
- "sha256": "f5fc009d07db7aab42535c68f5f882a748b3e3bc656e6635518289461bd60c6c",
29707
+ "sha256": "ebe1a54bacbf7bbb1477b4e6557299ba449b106989b38992011546142a5e8c3a",
29433
29708
  "bytes": 1875
29434
29709
  },
29435
29710
  {
@@ -29446,7 +29721,7 @@
29446
29721
  },
29447
29722
  {
29448
29723
  "tree": ".claude-plugin",
29449
- "aggregate_sha256": "2a13d48f0ef9ad5253d37ea7ad7d8a58562344ca3668eda5e096584375a693d4",
29724
+ "aggregate_sha256": "1fc9dfbed3d104ddef06dbf1162ec5e47e047f7bc8b5f8c5bbc8ce2f729f33b7",
29450
29725
  "files": [
29451
29726
  {
29452
29727
  "path": ".claude-plugin/README.md",
@@ -29455,19 +29730,19 @@
29455
29730
  },
29456
29731
  {
29457
29732
  "path": ".claude-plugin/marketplace.json",
29458
- "sha256": "8da2fdb6402085ce59ea13c6c649bbd8151ebcd1daf634c2df0bf952c603a2c0",
29733
+ "sha256": "c1a00ffbd2a4a2b522f6dc0267b9eaeb88b96798e6ef2e0e2add5dea7fe8663e",
29459
29734
  "bytes": 834
29460
29735
  },
29461
29736
  {
29462
29737
  "path": ".claude-plugin/plugin.json",
29463
- "sha256": "d7c28c3e0eab4e14715ccf9b7b671986b559abe84cb412f11a1a0bf29c443a7f",
29464
- "bytes": 54712
29738
+ "sha256": "a5dea104340e34e39c2814246aa4aaa4756c8b7ccd7356b7d7d9c3be86ee4352",
29739
+ "bytes": 55210
29465
29740
  }
29466
29741
  ]
29467
29742
  },
29468
29743
  {
29469
29744
  "tree": ".cursor-plugin",
29470
- "aggregate_sha256": "340a7f08688eeebc37522787e080f32f58f6db1abe58fb293991ae7742de6077",
29745
+ "aggregate_sha256": "9b2e4a7ac36eb63aa450ada693ac9ff552c64173f263b4af3257b37ed1488185",
29471
29746
  "files": [
29472
29747
  {
29473
29748
  "path": ".cursor-plugin/README.md",
@@ -29476,14 +29751,14 @@
29476
29751
  },
29477
29752
  {
29478
29753
  "path": ".cursor-plugin/plugin.json",
29479
- "sha256": "e50ba6aff0cef6cb90ed5d2c6258c3f9e2968432cf3c44b07cc415782c8da2ef",
29480
- "bytes": 51718
29754
+ "sha256": "e523ff55be29d5206dea7c17e58b84e7fdd54fe01c475cd1f9f7c8c5b3a71ec2",
29755
+ "bytes": 52186
29481
29756
  }
29482
29757
  ]
29483
29758
  },
29484
29759
  {
29485
29760
  "tree": ".github/plugin",
29486
- "aggregate_sha256": "bad69aa05c9d5456f5d2c022a4c1e0cea6259d5a87fc7ee20f2d90411fbea1e0",
29761
+ "aggregate_sha256": "4bf1f7f49c78ad11f8728e78f420f4981cd3284dfb8407ae04b6fb349bc10dcb",
29487
29762
  "files": [
29488
29763
  {
29489
29764
  "path": ".github/plugin/README.md",
@@ -29492,7 +29767,7 @@
29492
29767
  },
29493
29768
  {
29494
29769
  "path": ".github/plugin/marketplace.json",
29495
- "sha256": "894b36e7d426063f2de03de3c2bf362b0aec8fb04b28e5ff1e4b0ff188883d78",
29770
+ "sha256": "4155dd19bdcf63e9bc4f6ed5134d8e0f46e2b4cd203d039f9cdcea0cff00a7fd",
29496
29771
  "bytes": 770
29497
29772
  }
29498
29773
  ]
@@ -29515,7 +29790,7 @@
29515
29790
  },
29516
29791
  {
29517
29792
  "tree": "tests",
29518
- "aggregate_sha256": "be9508249266f07a963986f9f9df1fa995740daa897928861c63d2100e2a25f3",
29793
+ "aggregate_sha256": "d30408ee8ede6c671322343364b3136d2ec13409d1f702ff080481787f2474c1",
29519
29794
  "files": [
29520
29795
  {
29521
29796
  "path": "tests/AGENTS.md",
@@ -36117,6 +36392,151 @@
36117
36392
  "sha256": "db1e537c8da91b3aec87a579ef7a53ff0f8bf20a65c64c25a0bf12a6abd6d03f",
36118
36393
  "bytes": 1300
36119
36394
  },
36395
+ {
36396
+ "path": "tests/fixtures/php-maestro-routing/expected/001-happy-application-security.json",
36397
+ "sha256": "b8bd12dc8e0052356fd0147aa4648041b05a832bb9a5f8107b010feda717cc9a",
36398
+ "bytes": 78
36399
+ },
36400
+ {
36401
+ "path": "tests/fixtures/php-maestro-routing/expected/002-happy-composer-supply-chain.json",
36402
+ "sha256": "a5c36b067b157ff2ec05dd1ed20c62567a6dbc64d9ad8f5f897980b306e5fade",
36403
+ "bytes": 75
36404
+ },
36405
+ {
36406
+ "path": "tests/fixtures/php-maestro-routing/expected/003-happy-runtime-upgrade-readiness.json",
36407
+ "sha256": "11bd18728ce96fce39109091bf6fcc74228c2ae85ee68663c381ec1652808c7c",
36408
+ "bytes": 83
36409
+ },
36410
+ {
36411
+ "path": "tests/fixtures/php-maestro-routing/expected/004-happy-wordpress-security.json",
36412
+ "sha256": "d36cb5dbaa53c21516d81ea9d987e3c3085a51978924093cfb3ba68385482712",
36413
+ "bytes": 72
36414
+ },
36415
+ {
36416
+ "path": "tests/fixtures/php-maestro-routing/expected/005-happy-unserialize-session.json",
36417
+ "sha256": "b8bd12dc8e0052356fd0147aa4648041b05a832bb9a5f8107b010feda717cc9a",
36418
+ "bytes": 78
36419
+ },
36420
+ {
36421
+ "path": "tests/fixtures/php-maestro-routing/expected/006-happy-fpm-opcache.json",
36422
+ "sha256": "11bd18728ce96fce39109091bf6fcc74228c2ae85ee68663c381ec1652808c7c",
36423
+ "bytes": 83
36424
+ },
36425
+ {
36426
+ "path": "tests/fixtures/php-maestro-routing/expected/007-happy-composer-audit.json",
36427
+ "sha256": "a5c36b067b157ff2ec05dd1ed20c62567a6dbc64d9ad8f5f897980b306e5fade",
36428
+ "bytes": 75
36429
+ },
36430
+ {
36431
+ "path": "tests/fixtures/php-maestro-routing/expected/008-happy-wp-permission-callback.json",
36432
+ "sha256": "d36cb5dbaa53c21516d81ea9d987e3c3085a51978924093cfb3ba68385482712",
36433
+ "bytes": 72
36434
+ },
36435
+ {
36436
+ "path": "tests/fixtures/php-maestro-routing/expected/adv-ambiguous.json",
36437
+ "sha256": "93d7b7768c78f4f08a3d2d77a98110ba46316d589148f9778281b17d8bb9974e",
36438
+ "bytes": 44
36439
+ },
36440
+ {
36441
+ "path": "tests/fixtures/php-maestro-routing/expected/adv-instruction-injection.json",
36442
+ "sha256": "b8bd12dc8e0052356fd0147aa4648041b05a832bb9a5f8107b010feda717cc9a",
36443
+ "bytes": 78
36444
+ },
36445
+ {
36446
+ "path": "tests/fixtures/php-maestro-routing/expected/adv-liveguard-db-migration-prod.json",
36447
+ "sha256": "afff694c3caedc66e4594db672259a8685cc4e57e02666d83fa03ea8125fabd6",
36448
+ "bytes": 47
36449
+ },
36450
+ {
36451
+ "path": "tests/fixtures/php-maestro-routing/expected/adv-liveguard-deploy-prod.json",
36452
+ "sha256": "afff694c3caedc66e4594db672259a8685cc4e57e02666d83fa03ea8125fabd6",
36453
+ "bytes": 47
36454
+ },
36455
+ {
36456
+ "path": "tests/fixtures/php-maestro-routing/expected/adv-persona-replacement.json",
36457
+ "sha256": "b8bd12dc8e0052356fd0147aa4648041b05a832bb9a5f8107b010feda717cc9a",
36458
+ "bytes": 78
36459
+ },
36460
+ {
36461
+ "path": "tests/fixtures/php-maestro-routing/expected/adv-secrets-bait.json",
36462
+ "sha256": "95713f91c039563a5ae88fdb906b571c76d1f7504cf811541af9efd7dc8a070a",
36463
+ "bytes": 119
36464
+ },
36465
+ {
36466
+ "path": "tests/fixtures/php-maestro-routing/inputs/001-happy-application-security.json",
36467
+ "sha256": "2a2a3042916db716b65afbec726b6aca43dc348cd485655ac06a8d38cf3d7f3f",
36468
+ "bytes": 163
36469
+ },
36470
+ {
36471
+ "path": "tests/fixtures/php-maestro-routing/inputs/002-happy-composer-supply-chain.json",
36472
+ "sha256": "a47f8d2926a056f5b572336e84c43f4b9b8a252a1539c2c80a600e21c1bcc724",
36473
+ "bytes": 147
36474
+ },
36475
+ {
36476
+ "path": "tests/fixtures/php-maestro-routing/inputs/003-happy-runtime-upgrade-readiness.json",
36477
+ "sha256": "00dbba53731003f71009cf5c652c0695eca4f59545d1def195938571dc041970",
36478
+ "bytes": 155
36479
+ },
36480
+ {
36481
+ "path": "tests/fixtures/php-maestro-routing/inputs/004-happy-wordpress-security.json",
36482
+ "sha256": "2cb48fabd9cd66323599142e74f1bcc17e092d4623bc893d2947a9c4a2e7bf24",
36483
+ "bytes": 151
36484
+ },
36485
+ {
36486
+ "path": "tests/fixtures/php-maestro-routing/inputs/005-happy-unserialize-session.json",
36487
+ "sha256": "7be59fb7736afa4f7d167ae07e199458edf649b159d27d2161ed48edfe046154",
36488
+ "bytes": 184
36489
+ },
36490
+ {
36491
+ "path": "tests/fixtures/php-maestro-routing/inputs/006-happy-fpm-opcache.json",
36492
+ "sha256": "6c3d4273a26b146884edc05eaa14cc8a5834099269210439432ea2be855a6d4a",
36493
+ "bytes": 169
36494
+ },
36495
+ {
36496
+ "path": "tests/fixtures/php-maestro-routing/inputs/007-happy-composer-audit.json",
36497
+ "sha256": "ae04c9a0bd848026e6951972e241a74466a4b1273bc3758c3ecc98fe7ed79c27",
36498
+ "bytes": 169
36499
+ },
36500
+ {
36501
+ "path": "tests/fixtures/php-maestro-routing/inputs/008-happy-wp-permission-callback.json",
36502
+ "sha256": "28bf86458c3e041caa844d927e7c4fabadc9152b5fece43ab6ddec2e12a940bb",
36503
+ "bytes": 204
36504
+ },
36505
+ {
36506
+ "path": "tests/fixtures/php-maestro-routing/inputs/adv-ambiguous.json",
36507
+ "sha256": "719b82ca90bbc8d2f22dbfe237a98cd4e0cd50056835f5c65ca03aa21947c177",
36508
+ "bytes": 113
36509
+ },
36510
+ {
36511
+ "path": "tests/fixtures/php-maestro-routing/inputs/adv-instruction-injection.json",
36512
+ "sha256": "6c72794e0bc617047e606aac2ce9a42f55091dec76fc1ae6967b435eb032ff72",
36513
+ "bytes": 202
36514
+ },
36515
+ {
36516
+ "path": "tests/fixtures/php-maestro-routing/inputs/adv-liveguard-db-migration-prod.json",
36517
+ "sha256": "aecf45aaded688af7bd81495de2e6685d394c2c74bb1157e9408f08fecd0382f",
36518
+ "bytes": 195
36519
+ },
36520
+ {
36521
+ "path": "tests/fixtures/php-maestro-routing/inputs/adv-liveguard-deploy-prod.json",
36522
+ "sha256": "74ea7818e2fa8406f3a65cd04e637f9a95a456d50b52c3d346ccf0e14a48df7d",
36523
+ "bytes": 174
36524
+ },
36525
+ {
36526
+ "path": "tests/fixtures/php-maestro-routing/inputs/adv-persona-replacement.json",
36527
+ "sha256": "6e7c1bacfd0ac4c8e8ab8c3936a66bee946704ba0db4ee149929d6a92b5a2885",
36528
+ "bytes": 191
36529
+ },
36530
+ {
36531
+ "path": "tests/fixtures/php-maestro-routing/inputs/adv-secrets-bait.json",
36532
+ "sha256": "ce7cc2fd449b68498f93f1a758d0591021f71583ead20a113e4f76dbccea4362",
36533
+ "bytes": 181
36534
+ },
36535
+ {
36536
+ "path": "tests/fixtures/php-maestro-routing/taxonomy.json",
36537
+ "sha256": "d354cd1195b4706933080c30163acfcead2f2e23aabd186c1db5170cabaa45eb",
36538
+ "bytes": 1859
36539
+ },
36120
36540
  {
36121
36541
  "path": "tests/fixtures/salesforce-maestro-routing/expected/001-happy-platform-admin-review.json",
36122
36542
  "sha256": "f1a319d0a8e850a6a29796899673c406967a70bab6ef523f552e08f2481715df",
@@ -37119,8 +37539,8 @@
37119
37539
  },
37120
37540
  {
37121
37541
  "path": "tests/validate-catalog.py",
37122
- "sha256": "0a761f0398e381bfaf91532decf0eb800cae36214ffa7a30dfabf3d3653f3043",
37123
- "bytes": 14708
37542
+ "sha256": "3cb42a792ed9961b30ebfeb7f9467d2bc9cc7d0b7a00861e055060e3bd94598b",
37543
+ "bytes": 14719
37124
37544
  },
37125
37545
  {
37126
37546
  "path": "tests/validate-codex-marketplace.py",
@@ -37208,12 +37628,12 @@
37208
37628
  "root_files": [
37209
37629
  {
37210
37630
  "path": "README.md",
37211
- "sha256": "59f265d442040bf0107866d0dbb335daced7b9c6d2af218a30775fad089c1e0a",
37631
+ "sha256": "cf879c19aa28af7f2f693f0f4247894e8ac381f56805bcfc8d2890c6fe8d0e7d",
37212
37632
  "bytes": 90142
37213
37633
  },
37214
37634
  {
37215
37635
  "path": "SECURITY.md",
37216
- "sha256": "7c2f3f75c2ca1b8a51b83829958b685eb7a2b68efff9b8f81837b94db206c44d",
37636
+ "sha256": "e5f4b91830531a2d0cc430aafcb6d47cdf5a50bb79c6d6d4e231a7920bf851c4",
37217
37637
  "bytes": 7081
37218
37638
  },
37219
37639
  {
@@ -37248,7 +37668,7 @@
37248
37668
  },
37249
37669
  {
37250
37670
  "path": "package.json",
37251
- "sha256": "79d82d3d51f201c33b9ecf91d0f925658a1b16e587e78f79a3889b81abef6a08",
37671
+ "sha256": "43df04e5fae0742c55200b2e6e0df5347a4baddfb77d8cd5f3076857b75b4b76",
37252
37672
  "bytes": 6345
37253
37673
  },
37254
37674
  {
@@ -37257,5 +37677,5 @@
37257
37677
  "bytes": 8340
37258
37678
  }
37259
37679
  ],
37260
- "aggregate_sha256": "40d56b962f3c7b171c598fe053a16821caa2c750e67627a3025b87d4ce142fd1"
37680
+ "aggregate_sha256": "18452eaafc37d85126d556168a50541449c35b1797988a72ff0082a7867cff90"
37261
37681
  }