@raishin/vanguard-frontier-agentic 3.2.0 → 3.4.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 +2 -2
- package/.claude-plugin/plugin.json +22 -1
- package/.cursor-plugin/plugin.json +22 -1
- package/.github/plugin/marketplace.json +1 -1
- package/README.md +33 -15
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/AGENT.md +112 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/claude-code.agent.md +111 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/codex.toml +37 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/copilot.agent.md +120 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/cursor.agent.md +112 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/gemini.agent.md +112 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/harnesses/kiro-ide.agent.md +111 -0
- package/agents/cross-functional/revenue-critical-journey-integrity-agent/metadata.json +42 -0
- package/agents/java/README.md +73 -0
- package/agents/java/java-application-server-exit-agent/AGENT.md +59 -0
- package/agents/java/java-application-server-exit-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/java/java-application-server-exit-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-application-server-exit-agent/harnesses/copilot.agent.md +42 -0
- package/agents/java/java-application-server-exit-agent/harnesses/cursor.agent.md +42 -0
- package/agents/java/java-application-server-exit-agent/harnesses/gemini.agent.md +42 -0
- package/agents/java/java-application-server-exit-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-application-server-exit-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/java/java-application-server-exit-agent/metadata.json +41 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/AGENT.md +59 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/harnesses/copilot.agent.md +42 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/harnesses/cursor.agent.md +42 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/harnesses/gemini.agent.md +42 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/java/java-concurrency-and-virtual-thread-agent/metadata.json +41 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/AGENT.md +59 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/harnesses/copilot.agent.md +42 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/harnesses/cursor.agent.md +42 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/harnesses/gemini.agent.md +42 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/java/java-container-and-kubernetes-readiness-agent/metadata.json +41 -0
- package/agents/java/java-database-migration-safety-agent/AGENT.md +59 -0
- package/agents/java/java-database-migration-safety-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/java/java-database-migration-safety-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-database-migration-safety-agent/harnesses/copilot.agent.md +42 -0
- package/agents/java/java-database-migration-safety-agent/harnesses/cursor.agent.md +42 -0
- package/agents/java/java-database-migration-safety-agent/harnesses/gemini.agent.md +42 -0
- package/agents/java/java-database-migration-safety-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-database-migration-safety-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/java/java-database-migration-safety-agent/metadata.json +41 -0
- package/agents/java/java-deserialization-and-parser-security-agent/AGENT.md +57 -0
- package/agents/java/java-deserialization-and-parser-security-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/java/java-deserialization-and-parser-security-agent/harnesses/codex.toml +37 -0
- package/agents/java/java-deserialization-and-parser-security-agent/harnesses/copilot.agent.md +40 -0
- package/agents/java/java-deserialization-and-parser-security-agent/harnesses/cursor.agent.md +40 -0
- package/agents/java/java-deserialization-and-parser-security-agent/harnesses/gemini.agent.md +40 -0
- package/agents/java/java-deserialization-and-parser-security-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-deserialization-and-parser-security-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/java/java-deserialization-and-parser-security-agent/metadata.json +41 -0
- package/agents/java/java-framework-production-readiness-agent/AGENT.md +57 -0
- package/agents/java/java-framework-production-readiness-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/java/java-framework-production-readiness-agent/harnesses/codex.toml +39 -0
- package/agents/java/java-framework-production-readiness-agent/harnesses/copilot.agent.md +40 -0
- package/agents/java/java-framework-production-readiness-agent/harnesses/cursor.agent.md +40 -0
- package/agents/java/java-framework-production-readiness-agent/harnesses/gemini.agent.md +40 -0
- package/agents/java/java-framework-production-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-framework-production-readiness-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/java/java-framework-production-readiness-agent/metadata.json +41 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/AGENT.md +55 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/harnesses/claude-code.agent.md +38 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/harnesses/codex.toml +37 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/harnesses/copilot.agent.md +38 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/harnesses/cursor.agent.md +38 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/harnesses/gemini.agent.md +38 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/harnesses/kiro-ide.agent.md +38 -0
- package/agents/java/java-jdk-lifecycle-and-upgrade-agent/metadata.json +41 -0
- package/agents/java/java-jpa-hibernate-performance-agent/AGENT.md +57 -0
- package/agents/java/java-jpa-hibernate-performance-agent/harnesses/claude-code.agent.md +40 -0
- package/agents/java/java-jpa-hibernate-performance-agent/harnesses/codex.toml +38 -0
- package/agents/java/java-jpa-hibernate-performance-agent/harnesses/copilot.agent.md +40 -0
- package/agents/java/java-jpa-hibernate-performance-agent/harnesses/cursor.agent.md +40 -0
- package/agents/java/java-jpa-hibernate-performance-agent/harnesses/gemini.agent.md +40 -0
- package/agents/java/java-jpa-hibernate-performance-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-jpa-hibernate-performance-agent/harnesses/kiro-ide.agent.md +40 -0
- package/agents/java/java-jpa-hibernate-performance-agent/metadata.json +41 -0
- package/agents/java/java-jvm-performance-and-gc-agent/AGENT.md +60 -0
- package/agents/java/java-jvm-performance-and-gc-agent/harnesses/claude-code.agent.md +43 -0
- package/agents/java/java-jvm-performance-and-gc-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-jvm-performance-and-gc-agent/harnesses/copilot.agent.md +43 -0
- package/agents/java/java-jvm-performance-and-gc-agent/harnesses/cursor.agent.md +43 -0
- package/agents/java/java-jvm-performance-and-gc-agent/harnesses/gemini.agent.md +43 -0
- package/agents/java/java-jvm-performance-and-gc-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-jvm-performance-and-gc-agent/harnesses/kiro-ide.agent.md +43 -0
- package/agents/java/java-jvm-performance-and-gc-agent/metadata.json +41 -0
- package/agents/java/java-kafka-reliability-agent/AGENT.md +60 -0
- package/agents/java/java-kafka-reliability-agent/harnesses/claude-code.agent.md +43 -0
- package/agents/java/java-kafka-reliability-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-kafka-reliability-agent/harnesses/copilot.agent.md +43 -0
- package/agents/java/java-kafka-reliability-agent/harnesses/cursor.agent.md +43 -0
- package/agents/java/java-kafka-reliability-agent/harnesses/gemini.agent.md +43 -0
- package/agents/java/java-kafka-reliability-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-kafka-reliability-agent/harnesses/kiro-ide.agent.md +43 -0
- package/agents/java/java-kafka-reliability-agent/metadata.json +40 -0
- package/agents/java/java-maestro-agent/AGENT.md +51 -0
- package/agents/java/java-maestro-agent/harnesses/claude-code.agent.md +34 -0
- package/agents/java/java-maestro-agent/harnesses/codex.toml +37 -0
- package/agents/java/java-maestro-agent/harnesses/copilot.agent.md +34 -0
- package/agents/java/java-maestro-agent/harnesses/cursor.agent.md +34 -0
- package/agents/java/java-maestro-agent/harnesses/gemini.agent.md +34 -0
- package/agents/java/java-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-maestro-agent/harnesses/kiro-ide.agent.md +34 -0
- package/agents/java/java-maestro-agent/metadata.json +40 -0
- package/agents/java/java-resilience-pattern-agent/AGENT.md +59 -0
- package/agents/java/java-resilience-pattern-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/java/java-resilience-pattern-agent/harnesses/codex.toml +39 -0
- package/agents/java/java-resilience-pattern-agent/harnesses/copilot.agent.md +42 -0
- package/agents/java/java-resilience-pattern-agent/harnesses/cursor.agent.md +42 -0
- package/agents/java/java-resilience-pattern-agent/harnesses/gemini.agent.md +42 -0
- package/agents/java/java-resilience-pattern-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-resilience-pattern-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/java/java-resilience-pattern-agent/metadata.json +42 -0
- package/agents/java/java-spring-security-agent/AGENT.md +59 -0
- package/agents/java/java-spring-security-agent/harnesses/claude-code.agent.md +42 -0
- package/agents/java/java-spring-security-agent/harnesses/codex.toml +39 -0
- package/agents/java/java-spring-security-agent/harnesses/copilot.agent.md +42 -0
- package/agents/java/java-spring-security-agent/harnesses/cursor.agent.md +42 -0
- package/agents/java/java-spring-security-agent/harnesses/gemini.agent.md +42 -0
- package/agents/java/java-spring-security-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-spring-security-agent/harnesses/kiro-ide.agent.md +42 -0
- package/agents/java/java-spring-security-agent/metadata.json +40 -0
- package/agents/java/java-test-architecture-agent/AGENT.md +60 -0
- package/agents/java/java-test-architecture-agent/harnesses/claude-code.agent.md +43 -0
- package/agents/java/java-test-architecture-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-test-architecture-agent/harnesses/copilot.agent.md +43 -0
- package/agents/java/java-test-architecture-agent/harnesses/cursor.agent.md +43 -0
- package/agents/java/java-test-architecture-agent/harnesses/gemini.agent.md +43 -0
- package/agents/java/java-test-architecture-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-test-architecture-agent/harnesses/kiro-ide.agent.md +43 -0
- package/agents/java/java-test-architecture-agent/metadata.json +42 -0
- package/agents/java/java-transaction-and-consistency-agent/AGENT.md +58 -0
- package/agents/java/java-transaction-and-consistency-agent/harnesses/claude-code.agent.md +41 -0
- package/agents/java/java-transaction-and-consistency-agent/harnesses/codex.toml +40 -0
- package/agents/java/java-transaction-and-consistency-agent/harnesses/copilot.agent.md +41 -0
- package/agents/java/java-transaction-and-consistency-agent/harnesses/cursor.agent.md +41 -0
- package/agents/java/java-transaction-and-consistency-agent/harnesses/gemini.agent.md +41 -0
- package/agents/java/java-transaction-and-consistency-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/java/java-transaction-and-consistency-agent/harnesses/kiro-ide.agent.md +41 -0
- package/agents/java/java-transaction-and-consistency-agent/metadata.json +41 -0
- package/agents/php/composer-supply-chain-agent/AGENT.md +114 -0
- package/agents/php/composer-supply-chain-agent/harnesses/claude-code.agent.md +113 -0
- package/agents/php/composer-supply-chain-agent/harnesses/codex.toml +119 -0
- package/agents/php/composer-supply-chain-agent/harnesses/copilot.agent.md +122 -0
- package/agents/php/composer-supply-chain-agent/harnesses/cursor.agent.md +114 -0
- package/agents/php/composer-supply-chain-agent/harnesses/gemini.agent.md +114 -0
- package/agents/php/composer-supply-chain-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/php/composer-supply-chain-agent/harnesses/kiro-ide.agent.md +113 -0
- package/agents/php/composer-supply-chain-agent/metadata.json +31 -0
- package/agents/php/php-application-security-agent/AGENT.md +113 -0
- package/agents/php/php-application-security-agent/harnesses/claude-code.agent.md +112 -0
- package/agents/php/php-application-security-agent/harnesses/codex.toml +118 -0
- package/agents/php/php-application-security-agent/harnesses/copilot.agent.md +121 -0
- package/agents/php/php-application-security-agent/harnesses/cursor.agent.md +113 -0
- package/agents/php/php-application-security-agent/harnesses/gemini.agent.md +113 -0
- package/agents/php/php-application-security-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/php/php-application-security-agent/harnesses/kiro-ide.agent.md +112 -0
- package/agents/php/php-application-security-agent/metadata.json +31 -0
- package/agents/php/php-maestro-agent/AGENT.md +81 -0
- package/agents/php/php-maestro-agent/harnesses/claude-code.agent.md +80 -0
- package/agents/php/php-maestro-agent/harnesses/codex.toml +86 -0
- package/agents/php/php-maestro-agent/harnesses/copilot.agent.md +89 -0
- package/agents/php/php-maestro-agent/harnesses/cursor.agent.md +81 -0
- package/agents/php/php-maestro-agent/harnesses/gemini.agent.md +81 -0
- package/agents/php/php-maestro-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/php/php-maestro-agent/harnesses/kiro-ide.agent.md +80 -0
- package/agents/php/php-maestro-agent/metadata.json +31 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/AGENT.md +117 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/claude-code.agent.md +116 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/codex.toml +122 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/copilot.agent.md +125 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/cursor.agent.md +117 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/gemini.agent.md +117 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/harnesses/kiro-ide.agent.md +116 -0
- package/agents/php/php-runtime-upgrade-readiness-agent/metadata.json +30 -0
- package/agents/php/wordpress-security-agent/AGENT.md +107 -0
- package/agents/php/wordpress-security-agent/harnesses/claude-code.agent.md +106 -0
- package/agents/php/wordpress-security-agent/harnesses/codex.toml +112 -0
- package/agents/php/wordpress-security-agent/harnesses/copilot.agent.md +115 -0
- package/agents/php/wordpress-security-agent/harnesses/cursor.agent.md +107 -0
- package/agents/php/wordpress-security-agent/harnesses/gemini.agent.md +107 -0
- package/agents/php/wordpress-security-agent/harnesses/kiro-cli.agent.json +5 -0
- package/agents/php/wordpress-security-agent/harnesses/kiro-ide.agent.md +106 -0
- package/agents/php/wordpress-security-agent/metadata.json +31 -0
- package/catalog/agents.json +609 -0
- package/catalog/asset-integrity.json +1338 -48
- package/catalog/install-roles.json +64 -4
- package/catalog/model-assignments.json +777 -84
- package/catalog/model-policy.json +5 -0
- package/catalog/skill-manifest.json +657 -0
- package/catalog/skills.json +567 -0
- package/package.json +1 -1
- package/plugins/vanguard-frontier-agentic/.codex-plugin/plugin.json +1 -1
- package/powers/README.md +4 -2
- package/powers/vanguard-generic/POWER.md +1 -1
- package/powers/vanguard-java/POWER.md +40 -0
- package/powers/vanguard-php/POWER.md +40 -0
- package/schemas/agent.schema.json +18 -1
- package/schemas/skill.schema.json +27 -1
- package/scripts/generate-docs-data.mjs +1 -1
- package/skills/cross-functional/revenue-critical-journey-integrity-review/SKILL.md +108 -0
- package/skills/cross-functional/revenue-critical-journey-integrity-review/metadata.json +29 -0
- package/skills/cross-functional/revenue-critical-journey-integrity-review/references/idempotency-and-safe-retries.md +155 -0
- package/skills/cross-functional/revenue-critical-journey-integrity-review/references/official-sources.md +71 -0
- package/skills/cross-functional/revenue-critical-journey-integrity-review/references/pci-saq-scope-boundaries.md +118 -0
- package/skills/cross-functional/revenue-critical-journey-integrity-review/references/server-side-revalidation-trust-boundary.md +134 -0
- package/skills/cross-functional/revenue-critical-journey-integrity-review/references/webhook-delivery-dedup-ordering.md +146 -0
- package/skills/cross-functional/revenue-critical-journey-integrity-review/references/workflow-and-output.md +100 -0
- package/skills/java/java-application-server-exit/SKILL.md +59 -0
- package/skills/java/java-application-server-exit/metadata.json +27 -0
- package/skills/java/java-application-server-exit/references/decision-model-and-cost-inputs.md +60 -0
- package/skills/java/java-application-server-exit/references/vendor-lifecycle-sources.md +52 -0
- package/skills/java/java-application-server-exit/references/workflow-and-output.md +102 -0
- package/skills/java/java-concurrency-and-virtual-thread/SKILL.md +60 -0
- package/skills/java/java-concurrency-and-virtual-thread/metadata.json +27 -0
- package/skills/java/java-concurrency-and-virtual-thread/references/carrier-pinning-and-jdk-version-gating.md +42 -0
- package/skills/java/java-concurrency-and-virtual-thread/references/virtual-thread-lifecycle-and-resource-bounds.md +71 -0
- package/skills/java/java-concurrency-and-virtual-thread/references/workflow-and-output.md +102 -0
- package/skills/java/java-container-and-kubernetes-readiness/SKILL.md +58 -0
- package/skills/java/java-container-and-kubernetes-readiness/metadata.json +27 -0
- package/skills/java/java-container-and-kubernetes-readiness/references/cpu-and-gc-probe-interaction.md +46 -0
- package/skills/java/java-container-and-kubernetes-readiness/references/memory-headroom-and-heap-sizing.md +37 -0
- package/skills/java/java-container-and-kubernetes-readiness/references/workflow-and-output.md +103 -0
- package/skills/java/java-database-migration-safety/SKILL.md +58 -0
- package/skills/java/java-database-migration-safety/metadata.json +27 -0
- package/skills/java/java-database-migration-safety/references/expand-contract-and-destructive-ddl.md +57 -0
- package/skills/java/java-database-migration-safety/references/migration-integrity-and-ordering.md +51 -0
- package/skills/java/java-database-migration-safety/references/workflow-and-output.md +95 -0
- package/skills/java/java-deserialization-and-parser-security/SKILL.md +53 -0
- package/skills/java/java-deserialization-and-parser-security/metadata.json +27 -0
- package/skills/java/java-deserialization-and-parser-security/references/sink-hardening-catalog.md +56 -0
- package/skills/java/java-deserialization-and-parser-security/references/workflow-and-output.md +78 -0
- package/skills/java/java-framework-production-readiness/SKILL.md +59 -0
- package/skills/java/java-framework-production-readiness/metadata.json +27 -0
- package/skills/java/java-framework-production-readiness/references/framework-readiness-checklist.md +78 -0
- package/skills/java/java-framework-production-readiness/references/framework-support-and-eol-boundaries.md +47 -0
- package/skills/java/java-framework-production-readiness/references/workflow-and-output.md +108 -0
- package/skills/java/java-jdk-lifecycle-and-upgrade/SKILL.md +54 -0
- package/skills/java/java-jdk-lifecycle-and-upgrade/metadata.json +27 -0
- package/skills/java/java-jdk-lifecycle-and-upgrade/references/jdk-support-and-license-boundaries.md +61 -0
- package/skills/java/java-jdk-lifecycle-and-upgrade/references/lts-migration-and-language-features.md +159 -0
- package/skills/java/java-jdk-lifecycle-and-upgrade/references/workflow-and-output.md +101 -0
- package/skills/java/java-jpa-hibernate-performance/SKILL.md +53 -0
- package/skills/java/java-jpa-hibernate-performance/metadata.json +27 -0
- package/skills/java/java-jpa-hibernate-performance/references/fetch-strategy-and-pool-evidence.md +45 -0
- package/skills/java/java-jpa-hibernate-performance/references/workflow-and-output.md +94 -0
- package/skills/java/java-jvm-performance-and-gc/SKILL.md +59 -0
- package/skills/java/java-jvm-performance-and-gc/metadata.json +27 -0
- package/skills/java/java-jvm-performance-and-gc/references/allocation-pressure-and-oom-triage.md +58 -0
- package/skills/java/java-jvm-performance-and-gc/references/collector-selection-and-refusal-contract.md +44 -0
- package/skills/java/java-jvm-performance-and-gc/references/workflow-and-output.md +101 -0
- package/skills/java/java-kafka-reliability/SKILL.md +58 -0
- package/skills/java/java-kafka-reliability/metadata.json +26 -0
- package/skills/java/java-kafka-reliability/references/exactly-once-and-delivery-semantics.md +64 -0
- package/skills/java/java-kafka-reliability/references/ordering-lag-rebalance-and-durability.md +50 -0
- package/skills/java/java-kafka-reliability/references/workflow-and-output.md +107 -0
- package/skills/java/java-maestro/SKILL.md +111 -0
- package/skills/java/java-maestro/metadata.json +26 -0
- package/skills/java/java-resilience-pattern/SKILL.md +60 -0
- package/skills/java/java-resilience-pattern/metadata.json +28 -0
- package/skills/java/java-resilience-pattern/references/aspect-order-and-composition.md +59 -0
- package/skills/java/java-resilience-pattern/references/isolation-and-timeout-budgets.md +57 -0
- package/skills/java/java-resilience-pattern/references/workflow-and-output.md +103 -0
- package/skills/java/java-spring-security/SKILL.md +60 -0
- package/skills/java/java-spring-security/metadata.json +26 -0
- package/skills/java/java-spring-security/references/actuator-endpoint-exposure-catalog.md +45 -0
- package/skills/java/java-spring-security/references/filter-chain-and-authorization-catalog.md +69 -0
- package/skills/java/java-spring-security/references/workflow-and-output.md +79 -0
- package/skills/java/java-test-architecture/SKILL.md +64 -0
- package/skills/java/java-test-architecture/metadata.json +28 -0
- package/skills/java/java-test-architecture/references/junit5-isolation-and-parallelism.md +59 -0
- package/skills/java/java-test-architecture/references/testcontainers-and-archunit-discipline.md +71 -0
- package/skills/java/java-test-architecture/references/workflow-and-output.md +101 -0
- package/skills/java/java-transaction-and-consistency/SKILL.md +60 -0
- package/skills/java/java-transaction-and-consistency/metadata.json +27 -0
- package/skills/java/java-transaction-and-consistency/references/dual-write-outbox-and-saga-patterns.md +125 -0
- package/skills/java/java-transaction-and-consistency/references/propagation-isolation-and-proxy-pitfalls.md +112 -0
- package/skills/java/java-transaction-and-consistency/references/workflow-and-output.md +94 -0
- package/skills/php/composer-audit-supply-chain-review/SKILL.md +108 -0
- package/skills/php/composer-audit-supply-chain-review/metadata.json +20 -0
- package/skills/php/composer-audit-supply-chain-review/references/abandoned-and-advisory-governance.md +30 -0
- package/skills/php/composer-audit-supply-chain-review/references/composer-audit-policy.md +35 -0
- package/skills/php/composer-audit-supply-chain-review/references/lockfile-integrity.md +27 -0
- package/skills/php/php-maestro/SKILL.md +51 -0
- package/skills/php/php-maestro/metadata.json +20 -0
- package/skills/php/php-maestro/references/hard-gates-and-escalation.md +67 -0
- package/skills/php/php-maestro/references/routing-and-dispatch.md +91 -0
- package/skills/php/php-runtime-eol-opcache-fpm-review/SKILL.md +109 -0
- package/skills/php/php-runtime-eol-opcache-fpm-review/metadata.json +19 -0
- package/skills/php/php-runtime-eol-opcache-fpm-review/references/opcache-production-config.md +91 -0
- package/skills/php/php-runtime-eol-opcache-fpm-review/references/php-fpm-pool-tuning.md +87 -0
- package/skills/php/php-runtime-eol-opcache-fpm-review/references/php-version-lifecycle.md +102 -0
- package/skills/php/php-session-upload-deserialization-review/SKILL.md +111 -0
- package/skills/php/php-session-upload-deserialization-review/metadata.json +20 -0
- package/skills/php/php-session-upload-deserialization-review/references/file-upload-security.md +119 -0
- package/skills/php/php-session-upload-deserialization-review/references/session-security.md +126 -0
- package/skills/php/php-session-upload-deserialization-review/references/unserialize-object-injection.md +121 -0
- package/skills/php/wordpress-rest-block-security-review/SKILL.md +106 -0
- package/skills/php/wordpress-rest-block-security-review/metadata.json +20 -0
- package/skills/php/wordpress-rest-block-security-review/references/dynamic-block-output-escaping.md +42 -0
- package/skills/php/wordpress-rest-block-security-review/references/input-sanitize-output-escape.md +52 -0
- package/skills/php/wordpress-rest-block-security-review/references/rest-api-permission-callback.md +48 -0
- package/tests/fixtures/java-maestro-routing/expected/001-happy-application-server-exit.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/002-happy-concurrency-and-virtual-thread.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/003-happy-container-and-kubernetes-readiness.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/004-happy-database-migration-safety.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/005-happy-deserialization-and-parser-security.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/006-happy-framework-production-readiness.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/007-happy-jdk-lifecycle-and-upgrade.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/008-happy-jpa-hibernate-performance.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/009-happy-jvm-performance-and-gc.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/010-happy-kafka-reliability.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/011-happy-resilience-pattern.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/012-happy-spring-security.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/013-happy-test-architecture.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/014-happy-transaction-and-consistency.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/java-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/java-maestro-routing/expected/adv-secrets-bait.json +6 -0
- package/tests/fixtures/java-maestro-routing/inputs/001-happy-application-server-exit.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/002-happy-concurrency-and-virtual-thread.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/003-happy-container-and-kubernetes-readiness.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/004-happy-database-migration-safety.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/005-happy-deserialization-and-parser-security.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/006-happy-framework-production-readiness.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/007-happy-jdk-lifecycle-and-upgrade.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/008-happy-jpa-hibernate-performance.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/009-happy-jvm-performance-and-gc.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/010-happy-kafka-reliability.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/011-happy-resilience-pattern.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/012-happy-spring-security.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/013-happy-test-architecture.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/014-happy-transaction-and-consistency.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/java-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/java-maestro-routing/taxonomy.json +177 -0
- package/tests/fixtures/php-maestro-routing/expected/001-happy-application-security.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/002-happy-composer-supply-chain.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/003-happy-runtime-upgrade-readiness.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/004-happy-wordpress-security.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/005-happy-unserialize-session.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/006-happy-fpm-opcache.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/007-happy-composer-audit.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/008-happy-wp-permission-callback.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/adv-ambiguous.json +4 -0
- package/tests/fixtures/php-maestro-routing/expected/adv-instruction-injection.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/adv-liveguard-db-migration-prod.json +4 -0
- package/tests/fixtures/php-maestro-routing/expected/adv-liveguard-deploy-prod.json +4 -0
- package/tests/fixtures/php-maestro-routing/expected/adv-persona-replacement.json +6 -0
- package/tests/fixtures/php-maestro-routing/expected/adv-secrets-bait.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/001-happy-application-security.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/002-happy-composer-supply-chain.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/003-happy-runtime-upgrade-readiness.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/004-happy-wordpress-security.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/005-happy-unserialize-session.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/006-happy-fpm-opcache.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/007-happy-composer-audit.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/008-happy-wp-permission-callback.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/adv-ambiguous.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/adv-instruction-injection.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/adv-liveguard-db-migration-prod.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/adv-liveguard-deploy-prod.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/adv-persona-replacement.json +7 -0
- package/tests/fixtures/php-maestro-routing/inputs/adv-secrets-bait.json +7 -0
- package/tests/fixtures/php-maestro-routing/taxonomy.json +69 -0
- package/tests/validate-catalog.py +2 -0
package/catalog/skills.json
CHANGED
|
@@ -4294,6 +4294,33 @@
|
|
|
4294
4294
|
"version": "0.1.0",
|
|
4295
4295
|
"author": "github: Raishin"
|
|
4296
4296
|
},
|
|
4297
|
+
{
|
|
4298
|
+
"id": "composer-audit-supply-chain-review",
|
|
4299
|
+
"name": "Composer Audit & Supply-Chain Review",
|
|
4300
|
+
"type": "skill",
|
|
4301
|
+
"provider": "php",
|
|
4302
|
+
"harnesses": [
|
|
4303
|
+
"claude-code",
|
|
4304
|
+
"cursor",
|
|
4305
|
+
"codex",
|
|
4306
|
+
"gemini",
|
|
4307
|
+
"kiro",
|
|
4308
|
+
"other"
|
|
4309
|
+
],
|
|
4310
|
+
"summary": "Skill for reviewing Composer dependency supply-chain posture: composer audit advisory scanning and CI exit-code gating, config.policy advisory/abandoned settings, and composer.lock integrity and drift, so a vulnerable or abandoned Packagist dependency cannot reach production ungated.",
|
|
4311
|
+
"source_type": "original",
|
|
4312
|
+
"official_docs": [
|
|
4313
|
+
"https://getcomposer.org/doc/03-cli.md",
|
|
4314
|
+
"https://getcomposer.org/doc/06-config.md",
|
|
4315
|
+
"https://getcomposer.org/doc/01-basic-usage.md",
|
|
4316
|
+
"https://owasp.org/www-project-top-ten/"
|
|
4317
|
+
],
|
|
4318
|
+
"security_notes": "Static-review-only skill: Read/Grep/Glob, no execution and no network mutation. Never installs, updates, or requires packages. Reports composer audit posture from configuration and lockfile evidence, never fabricates advisory identifiers, and treats any credential in auth.json or configuration as a redact-and-flag finding.",
|
|
4319
|
+
"last_verified": "2026-07-16",
|
|
4320
|
+
"path": "skills/php/composer-audit-supply-chain-review",
|
|
4321
|
+
"version": "0.1.0",
|
|
4322
|
+
"author": "github: Raishin"
|
|
4323
|
+
},
|
|
4297
4324
|
{
|
|
4298
4325
|
"id": "consolidation-intercompany-advisor",
|
|
4299
4326
|
"name": "Consolidation & Intercompany Advisor",
|
|
@@ -9700,6 +9727,410 @@
|
|
|
9700
9727
|
"author": "github: Raishin",
|
|
9701
9728
|
"version": "0.1.0"
|
|
9702
9729
|
},
|
|
9730
|
+
{
|
|
9731
|
+
"id": "java-application-server-exit",
|
|
9732
|
+
"name": "java-application-server-exit",
|
|
9733
|
+
"type": "skill",
|
|
9734
|
+
"provider": "java",
|
|
9735
|
+
"harnesses": [
|
|
9736
|
+
"codex",
|
|
9737
|
+
"claude-code",
|
|
9738
|
+
"cursor",
|
|
9739
|
+
"gemini",
|
|
9740
|
+
"kiro",
|
|
9741
|
+
"other"
|
|
9742
|
+
],
|
|
9743
|
+
"summary": "Board-legible replatform-vs-renew exit call for a proprietary Java app-server and Oracle-JDK estate: synthesizes specialist findings (JDK lifecycle, jakarta debt, EJB/JAX-WS/SOAP, container-readiness) and user costs into per-component modernize/rehost/replatform/retire decisions plus a wave plan; refuses payback without supplied costs. Reads reports and sanitized costs only.",
|
|
9744
|
+
"source_type": "original",
|
|
9745
|
+
"official_docs": [
|
|
9746
|
+
"https://www.oracle.com/middleware/weblogic/",
|
|
9747
|
+
"https://www.ibm.com/support/pages/lifecycle",
|
|
9748
|
+
"https://access.redhat.com/support/policy/updates/jboss_notes",
|
|
9749
|
+
"https://jakarta.ee/about/faq/"
|
|
9750
|
+
],
|
|
9751
|
+
"security_notes": "Static review only — reads inventory exports, specialist agent reports, sanitized configuration, and user-supplied cost figures; never builds, runs, invokes a JDK, or contacts a live application server, license-management system, or vendor account. Never requests or embeds licence pricing, subscription tiers, contract terms, or customer/tenant headcount — those are user-supplied inputs only, never assumed or hardcoded.",
|
|
9752
|
+
"last_verified": "2026-07-17",
|
|
9753
|
+
"path": "skills/java/java-application-server-exit",
|
|
9754
|
+
"version": "0.1.0",
|
|
9755
|
+
"author": "github: Raishin"
|
|
9756
|
+
},
|
|
9757
|
+
{
|
|
9758
|
+
"id": "java-concurrency-and-virtual-thread",
|
|
9759
|
+
"name": "java-concurrency-and-virtual-thread",
|
|
9760
|
+
"type": "skill",
|
|
9761
|
+
"provider": "java",
|
|
9762
|
+
"harnesses": [
|
|
9763
|
+
"codex",
|
|
9764
|
+
"claude-code",
|
|
9765
|
+
"cursor",
|
|
9766
|
+
"gemini",
|
|
9767
|
+
"kiro",
|
|
9768
|
+
"other"
|
|
9769
|
+
],
|
|
9770
|
+
"summary": "Static review of virtual-thread adoption correctness at scale: pooling/capping anti-patterns, a VT migration that strips a downstream resource bound without re-imposing a Semaphore, JDK-version-gated carrier pinning (JEP 444 vs JEP 491), ThreadLocal cost at scale, StructuredTaskScope preview status, and classic executor/visibility hygiene. Reads source and sanitized configuration only.",
|
|
9771
|
+
"source_type": "original",
|
|
9772
|
+
"official_docs": [
|
|
9773
|
+
"https://openjdk.org/jeps/444",
|
|
9774
|
+
"https://openjdk.org/jeps/491",
|
|
9775
|
+
"https://openjdk.org/jeps/0",
|
|
9776
|
+
"https://docs.oracle.com/en/java/javase/"
|
|
9777
|
+
],
|
|
9778
|
+
"security_notes": "Static review only — reads Java source (Thread.ofVirtual/newVirtualThreadPerTaskExecutor call sites, ExecutorService construction, synchronized blocks, ThreadLocal usage) and sanitized configuration (pool-size properties, rate-limiter config, any JFR/trace text the user pastes as plain text); never runs a build, invokes a JDK, attaches a profiler or JFR recorder, or opens a live thread dump/DB/broker connection. Never requests connection strings, credentials, tenant identifiers, or customer data.",
|
|
9779
|
+
"last_verified": "2026-07-17",
|
|
9780
|
+
"path": "skills/java/java-concurrency-and-virtual-thread",
|
|
9781
|
+
"version": "0.1.0",
|
|
9782
|
+
"author": "github: Raishin"
|
|
9783
|
+
},
|
|
9784
|
+
{
|
|
9785
|
+
"id": "java-container-and-kubernetes-readiness",
|
|
9786
|
+
"name": "java-container-and-kubernetes-readiness",
|
|
9787
|
+
"type": "skill",
|
|
9788
|
+
"provider": "java",
|
|
9789
|
+
"harnesses": [
|
|
9790
|
+
"codex",
|
|
9791
|
+
"claude-code",
|
|
9792
|
+
"cursor",
|
|
9793
|
+
"gemini",
|
|
9794
|
+
"kiro",
|
|
9795
|
+
"other"
|
|
9796
|
+
],
|
|
9797
|
+
"summary": "Statically reviews JVM-in-container ergonomics for Kubernetes workloads — heap-to-limit sizing and off-heap headroom, ActiveProcessorCount vs CPU limits, and GC-pause-vs-probe-timeout interaction that a generic pod-spec review misses. Reads source and sanitized configuration only.",
|
|
9798
|
+
"source_type": "original",
|
|
9799
|
+
"official_docs": [
|
|
9800
|
+
"https://docs.oracle.com/en/java/javase/21/gctuning/index.html",
|
|
9801
|
+
"https://docs.oracle.com/en/java/javase/",
|
|
9802
|
+
"https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/",
|
|
9803
|
+
"https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/"
|
|
9804
|
+
],
|
|
9805
|
+
"security_notes": "Static review of source, Dockerfiles, JVM flags/env, GC logs, and sanitized Kubernetes manifests or Helm values only; never opens a JDK, runs or profiles the workload, or reads live /proc or cgroup filesystem state. Never requests or accepts connection strings, credentials, tenant identifiers, cluster kubeconfigs, or customer data — ask for sanitized excerpts with placeholders.",
|
|
9806
|
+
"last_verified": "2026-07-17",
|
|
9807
|
+
"path": "skills/java/java-container-and-kubernetes-readiness",
|
|
9808
|
+
"version": "0.1.0",
|
|
9809
|
+
"author": "github: Raishin"
|
|
9810
|
+
},
|
|
9811
|
+
{
|
|
9812
|
+
"id": "java-database-migration-safety",
|
|
9813
|
+
"name": "java-database-migration-safety",
|
|
9814
|
+
"type": "skill",
|
|
9815
|
+
"provider": "java",
|
|
9816
|
+
"harnesses": [
|
|
9817
|
+
"codex",
|
|
9818
|
+
"claude-code",
|
|
9819
|
+
"cursor",
|
|
9820
|
+
"gemini",
|
|
9821
|
+
"kiro",
|
|
9822
|
+
"other"
|
|
9823
|
+
],
|
|
9824
|
+
"summary": "Static review of Flyway/Liquibase migration PRs for rolling/blue-green deploy safety — immutable applied-migration discipline, expand-contract phasing for drops/renames, destructive DDL landing in the same release that stops using it, long-locking DDL on large tables, and out-of-order/non-idempotent migration hazards. Reads migration files and sanitized schema/config only.",
|
|
9825
|
+
"source_type": "original",
|
|
9826
|
+
"official_docs": [
|
|
9827
|
+
"https://flywaydb.org/documentation/",
|
|
9828
|
+
"https://flywaydb.org/documentation/concepts/migrations",
|
|
9829
|
+
"https://docs.liquibase.com/",
|
|
9830
|
+
"https://docs.liquibase.com/concepts/changelogs/home.html"
|
|
9831
|
+
],
|
|
9832
|
+
"security_notes": "Static review only — reads migration scripts (Flyway versioned/repeatable SQL or Java migrations) or Liquibase changelogs (XML/YAML/JSON/SQL), sanitized DDL/schema snapshots, and the application source that reads or writes the affected columns; never opens a database connection, runs a migration, or queries live schema state. Never requests connection strings, database credentials, tenant identifiers, or customer data — ask for migration files and schema snapshots with placeholders.",
|
|
9833
|
+
"last_verified": "2026-07-17",
|
|
9834
|
+
"path": "skills/java/java-database-migration-safety",
|
|
9835
|
+
"version": "0.1.0",
|
|
9836
|
+
"author": "github: Raishin"
|
|
9837
|
+
},
|
|
9838
|
+
{
|
|
9839
|
+
"id": "java-deserialization-and-parser-security",
|
|
9840
|
+
"name": "Java Deserialization and Parser Security Review",
|
|
9841
|
+
"type": "skill",
|
|
9842
|
+
"provider": "java",
|
|
9843
|
+
"harnesses": [
|
|
9844
|
+
"codex",
|
|
9845
|
+
"claude-code",
|
|
9846
|
+
"cursor",
|
|
9847
|
+
"gemini",
|
|
9848
|
+
"kiro",
|
|
9849
|
+
"other"
|
|
9850
|
+
],
|
|
9851
|
+
"summary": "Static review of untrusted-deserialization and parser RCE surface on the JVM — Java native ObjectInputStream gadget chains, SnakeYAML bare Constructor, Jackson polymorphic default typing without a validator, and XML external-entity (XXE) exposure. Reads source and sanitized configuration only.",
|
|
9852
|
+
"source_type": "original",
|
|
9853
|
+
"official_docs": [
|
|
9854
|
+
"https://owasp.org/www-community/vulnerabilities/Deserialization_of_untrusted_data",
|
|
9855
|
+
"https://cheatsheetseries.owasp.org/cheatsheets/Deserialization_Cheat_Sheet.html",
|
|
9856
|
+
"https://cheatsheetseries.owasp.org/cheatsheets/XML_External_Entity_Prevention_Cheat_Sheet.html",
|
|
9857
|
+
"https://github.com/FasterXML/jackson-databind/wiki/JacksonPolymorphicDeserialization"
|
|
9858
|
+
],
|
|
9859
|
+
"security_notes": "Static review only — reads source, deserialization/parsing call sites, and sanitized configuration; never executes code, deserializes a payload, or contacts a live system. Never requests secrets, tokens, or customer data.",
|
|
9860
|
+
"last_verified": "2026-07-17",
|
|
9861
|
+
"path": "skills/java/java-deserialization-and-parser-security",
|
|
9862
|
+
"version": "0.1.0",
|
|
9863
|
+
"author": "github: Raishin"
|
|
9864
|
+
},
|
|
9865
|
+
{
|
|
9866
|
+
"id": "java-framework-production-readiness",
|
|
9867
|
+
"name": "java-framework-production-readiness",
|
|
9868
|
+
"type": "skill",
|
|
9869
|
+
"provider": "java",
|
|
9870
|
+
"harnesses": [
|
|
9871
|
+
"codex",
|
|
9872
|
+
"claude-code",
|
|
9873
|
+
"cursor",
|
|
9874
|
+
"gemini",
|
|
9875
|
+
"kiro",
|
|
9876
|
+
"other"
|
|
9877
|
+
],
|
|
9878
|
+
"summary": "Static review issuing a single ship / do-not-ship production-readiness verdict for a Spring Boot, Quarkus, or Micronaut service against a framework-specific checklist (config, health/liveness/readiness, graceful shutdown, jakarta namespace + JDK floor, build-time DI/AOT safety, config validation, BOM alignment). Reads source and sanitized configuration only.",
|
|
9879
|
+
"source_type": "original",
|
|
9880
|
+
"official_docs": [
|
|
9881
|
+
"https://docs.spring.io/spring-boot/",
|
|
9882
|
+
"https://quarkus.io/guides/",
|
|
9883
|
+
"https://docs.micronaut.io/latest/guide/",
|
|
9884
|
+
"https://jakarta.ee/specifications/"
|
|
9885
|
+
],
|
|
9886
|
+
"security_notes": "Static review only — reads build files (pom.xml/build.gradle), application.properties/application.yml and profile variants, source annotations, and CI/Dockerfile config; never builds, runs, invokes a JDK, opens a database/broker connection, or contacts a live health endpoint. Never requests live secret values, connection strings, credentials, tenant identifiers, or customer data — ask for sanitized files with values redacted/placeholdered. Framework EOL/support-window facts are fail-closed: cited from the companion skill's verified reference or marked unknown, never asserted from memory.",
|
|
9887
|
+
"last_verified": "2026-07-17",
|
|
9888
|
+
"path": "skills/java/java-framework-production-readiness",
|
|
9889
|
+
"version": "0.1.0",
|
|
9890
|
+
"author": "github: Raishin"
|
|
9891
|
+
},
|
|
9892
|
+
{
|
|
9893
|
+
"id": "java-jdk-lifecycle-and-upgrade",
|
|
9894
|
+
"name": "Java JDK Lifecycle and Upgrade Review",
|
|
9895
|
+
"type": "skill",
|
|
9896
|
+
"provider": "java",
|
|
9897
|
+
"harnesses": [
|
|
9898
|
+
"codex",
|
|
9899
|
+
"claude-code",
|
|
9900
|
+
"cursor",
|
|
9901
|
+
"gemini",
|
|
9902
|
+
"kiro",
|
|
9903
|
+
"other"
|
|
9904
|
+
],
|
|
9905
|
+
"summary": "Static review of a Java estate's JDK lifecycle and upgrade posture — vendor/version identification, support and license-boundary exposure (cited from verified reference data, never memory), language/API upgrade blockers, and a phased, evidence-gated upgrade path. Reads build files and source only.",
|
|
9906
|
+
"source_type": "original",
|
|
9907
|
+
"official_docs": [
|
|
9908
|
+
"https://www.oracle.com/java/technologies/java-se-support-roadmap.html",
|
|
9909
|
+
"https://openjdk.org/projects/jdk/",
|
|
9910
|
+
"https://adoptium.net/support/",
|
|
9911
|
+
"https://docs.oracle.com/en/java/javase/"
|
|
9912
|
+
],
|
|
9913
|
+
"security_notes": "Static review only — reads build files, toolchain/CI config, Dockerfile base images, and source; never runs a build, invokes a JDK, or contacts a live system. Never requests license keys, account identifiers, or contract/pricing data. Vendor lifecycle dates are cited from the verified reference (primary source = the vendor roadmap), never asserted from memory.",
|
|
9914
|
+
"last_verified": "2026-07-17",
|
|
9915
|
+
"path": "skills/java/java-jdk-lifecycle-and-upgrade",
|
|
9916
|
+
"version": "0.2.0",
|
|
9917
|
+
"author": "github: Raishin"
|
|
9918
|
+
},
|
|
9919
|
+
{
|
|
9920
|
+
"id": "java-jpa-hibernate-performance",
|
|
9921
|
+
"name": "Java JPA/Hibernate Performance Review",
|
|
9922
|
+
"type": "skill",
|
|
9923
|
+
"provider": "java",
|
|
9924
|
+
"harnesses": [
|
|
9925
|
+
"codex",
|
|
9926
|
+
"claude-code",
|
|
9927
|
+
"cursor",
|
|
9928
|
+
"gemini",
|
|
9929
|
+
"kiro",
|
|
9930
|
+
"other"
|
|
9931
|
+
],
|
|
9932
|
+
"summary": "Static review of JPA/Hibernate data access for fetch-strategy correctness and reliability — N+1 exposure, JOIN FETCH vs @EntityGraph vs @BatchSize vs DTO projection, LazyInitializationException and open-in-view misuse, pagination-with-fetch cartesian products, and HikariCP pool sizing. Reads source and mapping only.",
|
|
9933
|
+
"source_type": "original",
|
|
9934
|
+
"official_docs": [
|
|
9935
|
+
"https://docs.jboss.org/hibernate/orm/current/userguide/html_single/Hibernate_User_Guide.html",
|
|
9936
|
+
"https://jakarta.ee/specifications/persistence/",
|
|
9937
|
+
"https://docs.spring.io/spring-data/jpa/reference/",
|
|
9938
|
+
"https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing"
|
|
9939
|
+
],
|
|
9940
|
+
"security_notes": "Static review only — reads entity classes, mappings, repository/query code, and sanitized configuration; never opens a database connection, runs a query, or executes migrations. Never requests connection strings, database credentials, tenant identifiers, or customer data.",
|
|
9941
|
+
"last_verified": "2026-07-17",
|
|
9942
|
+
"path": "skills/java/java-jpa-hibernate-performance",
|
|
9943
|
+
"version": "0.1.0",
|
|
9944
|
+
"author": "github: Raishin"
|
|
9945
|
+
},
|
|
9946
|
+
{
|
|
9947
|
+
"id": "java-jvm-performance-and-gc",
|
|
9948
|
+
"name": "java-jvm-performance-and-gc",
|
|
9949
|
+
"type": "skill",
|
|
9950
|
+
"provider": "java",
|
|
9951
|
+
"harnesses": [
|
|
9952
|
+
"codex",
|
|
9953
|
+
"claude-code",
|
|
9954
|
+
"cursor",
|
|
9955
|
+
"gemini",
|
|
9956
|
+
"kiro",
|
|
9957
|
+
"other"
|
|
9958
|
+
],
|
|
9959
|
+
"summary": "Static review of proposed JVM GC/performance changes for evidence — collector selection (G1/ZGC/Generational ZGC/Shenandoah/Parallel), allocation pressure, heap-sizing flags, and OOM/leak triage from user-supplied GC logs, JFR, and heap-dump analysis output. Refuses GC-switch recommendations without pause-time evidence. Reads source and sanitized configuration only.",
|
|
9960
|
+
"source_type": "original",
|
|
9961
|
+
"official_docs": [
|
|
9962
|
+
"https://docs.oracle.com/en/java/javase/",
|
|
9963
|
+
"https://openjdk.org/jeps/248",
|
|
9964
|
+
"https://openjdk.org/jeps/439",
|
|
9965
|
+
"https://openjdk.org/projects/shenandoah/"
|
|
9966
|
+
],
|
|
9967
|
+
"security_notes": "Static review only — reads Java/Kotlin source, JVM startup-flag configuration (launch scripts, Dockerfiles, systemd units, K8s manifests), and user-supplied GC logs, JFR recordings, and heap-dump analysis output (dominator-tree/leak-suspects text, not a raw .hprof binary). Never opens a live process, attaches a profiler or debugger, invokes a JDK tool against a running JVM, or requests/opens a live heap dump. Never requests credentials, connection strings, tenant identifiers, or customer data — ask for sanitized excerpts with placeholders.",
|
|
9968
|
+
"last_verified": "2026-07-17",
|
|
9969
|
+
"path": "skills/java/java-jvm-performance-and-gc",
|
|
9970
|
+
"version": "0.1.0",
|
|
9971
|
+
"author": "github: Raishin"
|
|
9972
|
+
},
|
|
9973
|
+
{
|
|
9974
|
+
"id": "java-kafka-reliability",
|
|
9975
|
+
"name": "Java Kafka Reliability Review",
|
|
9976
|
+
"type": "skill",
|
|
9977
|
+
"provider": "java",
|
|
9978
|
+
"harnesses": [
|
|
9979
|
+
"codex",
|
|
9980
|
+
"claude-code",
|
|
9981
|
+
"cursor",
|
|
9982
|
+
"gemini",
|
|
9983
|
+
"kiro",
|
|
9984
|
+
"other"
|
|
9985
|
+
],
|
|
9986
|
+
"summary": "Statically reviews whether a Kafka pipeline delivers the semantics it claims — idempotence-vs-exactly-once conflation, exactly-once wiring, at-least-once with(out) idempotent consumers, commit ordering, in-flight ordering, consumer lag as the SLA signal, rebalance stalls, DLQ/retry design, and acks/min.insync.replicas durability. Reads source and sanitized configuration only.",
|
|
9987
|
+
"source_type": "original",
|
|
9988
|
+
"official_docs": [
|
|
9989
|
+
"https://kafka.apache.org/documentation/",
|
|
9990
|
+
"https://kafka.apache.org/documentation/#semantics",
|
|
9991
|
+
"https://docs.spring.io/spring-kafka/reference/"
|
|
9992
|
+
],
|
|
9993
|
+
"security_notes": "Static review only — reads producer/consumer code, Kafka client configuration (acks, enable.idempotence, transactional.id, isolation.level, max.poll.* settings), topic durability settings, and sanitized application config; never opens a broker connection, produces/consumes a live message, creates/alters/deletes a topic, or runs a consumer group against a live cluster. Never requests broker bootstrap credentials, SASL/mTLS secrets, tenant identifiers, or customer data — ask for source and config with placeholders.",
|
|
9994
|
+
"last_verified": "2026-07-17",
|
|
9995
|
+
"path": "skills/java/java-kafka-reliability",
|
|
9996
|
+
"version": "0.1.0",
|
|
9997
|
+
"author": "github: Raishin"
|
|
9998
|
+
},
|
|
9999
|
+
{
|
|
10000
|
+
"id": "java-maestro",
|
|
10001
|
+
"name": "Java Maestro",
|
|
10002
|
+
"type": "skill",
|
|
10003
|
+
"provider": "java",
|
|
10004
|
+
"harnesses": [
|
|
10005
|
+
"codex",
|
|
10006
|
+
"claude-code",
|
|
10007
|
+
"cursor",
|
|
10008
|
+
"gemini",
|
|
10009
|
+
"kiro",
|
|
10010
|
+
"other"
|
|
10011
|
+
],
|
|
10012
|
+
"summary": "Java Maestro routing skill. Classifies a Java/JVM task and dispatches the narrowest static-review specialist from the Java board, or a parallel team of up to four for multi-domain tasks. Routes only — never answers Java questions, never runs code, never requests secrets.",
|
|
10013
|
+
"source_type": "original",
|
|
10014
|
+
"official_docs": [
|
|
10015
|
+
"https://docs.oracle.com/en/java/",
|
|
10016
|
+
"https://spring.io/projects/spring-boot",
|
|
10017
|
+
"https://jakarta.ee/specifications/"
|
|
10018
|
+
],
|
|
10019
|
+
"security_notes": "Routing only — performs no review, never runs code, never requests secrets, connection strings, tokens, keystores, tenant identifiers, or customer data. Every dispatched Java specialist is static-review.",
|
|
10020
|
+
"last_verified": "2026-07-17",
|
|
10021
|
+
"path": "skills/java/java-maestro",
|
|
10022
|
+
"version": "0.1.0",
|
|
10023
|
+
"author": "github: Raishin"
|
|
10024
|
+
},
|
|
10025
|
+
{
|
|
10026
|
+
"id": "java-resilience-pattern",
|
|
10027
|
+
"name": "java-resilience-pattern",
|
|
10028
|
+
"type": "skill",
|
|
10029
|
+
"provider": "java",
|
|
10030
|
+
"harnesses": [
|
|
10031
|
+
"codex",
|
|
10032
|
+
"claude-code",
|
|
10033
|
+
"cursor",
|
|
10034
|
+
"gemini",
|
|
10035
|
+
"kiro",
|
|
10036
|
+
"other"
|
|
10037
|
+
],
|
|
10038
|
+
"summary": "Static review of resilience4j + Spring composition correctness on a Java code path — decorator/aspect order, non-idempotent-write retry safety, TimeLimiter/timeout budgets, Bulkhead isolation, RateLimiter, and fallback correctness. Reads source and sanitized configuration only.",
|
|
10039
|
+
"source_type": "original",
|
|
10040
|
+
"official_docs": [
|
|
10041
|
+
"https://resilience4j.readme.io/docs/getting-started",
|
|
10042
|
+
"https://resilience4j.readme.io/docs/getting-started-3",
|
|
10043
|
+
"https://resilience4j.readme.io/docs/circuitbreaker",
|
|
10044
|
+
"https://resilience4j.readme.io/docs/retry",
|
|
10045
|
+
"https://github.com/resilience4j/resilience4j"
|
|
10046
|
+
],
|
|
10047
|
+
"security_notes": "Static review only — reads Java/Kotlin source, resilience4j annotations and Decorators functional-chaining code, and sanitized resilience4j.* application.yml/properties configuration; never builds, runs, invokes a JDK, opens a database/broker connection, or calls a live circuit-breaker, metrics, or actuator endpoint. Never requests credentials, connection strings, tenant identifiers, or customer data.",
|
|
10048
|
+
"last_verified": "2026-07-17",
|
|
10049
|
+
"path": "skills/java/java-resilience-pattern",
|
|
10050
|
+
"version": "0.1.0",
|
|
10051
|
+
"author": "github: Raishin"
|
|
10052
|
+
},
|
|
10053
|
+
{
|
|
10054
|
+
"id": "java-spring-security",
|
|
10055
|
+
"name": "java-spring-security",
|
|
10056
|
+
"type": "skill",
|
|
10057
|
+
"provider": "java",
|
|
10058
|
+
"harnesses": [
|
|
10059
|
+
"codex",
|
|
10060
|
+
"claude-code",
|
|
10061
|
+
"cursor",
|
|
10062
|
+
"gemini",
|
|
10063
|
+
"kiro",
|
|
10064
|
+
"other"
|
|
10065
|
+
],
|
|
10066
|
+
"summary": "Static review of Spring Security 6 filter-chain authorization posture and Spring Boot Actuator exposure — SecurityFilterChain matcher ordering, authorizeHttpRequests precedence, method-security (@PreAuthorize/@PostAuthorize) interaction, AuthorizationManager fail-closed behavior, CSRF on state-changing endpoints, and actuator endpoint exposure. Reads source and sanitized configuration only.",
|
|
10067
|
+
"source_type": "original",
|
|
10068
|
+
"official_docs": [
|
|
10069
|
+
"https://docs.spring.io/spring-security/reference/",
|
|
10070
|
+
"https://docs.spring.io/spring-boot/reference/actuator/",
|
|
10071
|
+
"https://spring.io/projects/spring-security"
|
|
10072
|
+
],
|
|
10073
|
+
"security_notes": "Static review only — reads Java/Kotlin source, SecurityFilterChain bean definitions, and sanitized application.yml/properties; never builds, runs, or invokes a JDK, never opens a live HTTP/DB/broker connection, and never authenticates against a running application or calls a live /actuator endpoint. Never requests secrets, credentials, tokens, or customer data. This agent owns the Spring Security filter-chain and endpoint-exposure verdict for the board; it references but does not own untrusted-deserialization/parser RCE findings.",
|
|
10074
|
+
"last_verified": "2026-07-17",
|
|
10075
|
+
"path": "skills/java/java-spring-security",
|
|
10076
|
+
"version": "0.1.0",
|
|
10077
|
+
"author": "github: Raishin"
|
|
10078
|
+
},
|
|
10079
|
+
{
|
|
10080
|
+
"id": "java-test-architecture",
|
|
10081
|
+
"name": "java-test-architecture",
|
|
10082
|
+
"type": "skill",
|
|
10083
|
+
"provider": "java",
|
|
10084
|
+
"harnesses": [
|
|
10085
|
+
"codex",
|
|
10086
|
+
"claude-code",
|
|
10087
|
+
"cursor",
|
|
10088
|
+
"gemini",
|
|
10089
|
+
"kiro",
|
|
10090
|
+
"other"
|
|
10091
|
+
],
|
|
10092
|
+
"summary": "Static review of JVM test suite architecture and non-flakiness — JUnit 5 lifecycle/isolation, Testcontainers discipline (singleton reuse vs per-test, Wait strategies vs sleep), ArchUnit rules with FreezingArchRule, and test-quality smells via AssertJ/Mockito. Absorbs JVM flaky-test triage. Reads source and sanitized config only.",
|
|
10093
|
+
"source_type": "original",
|
|
10094
|
+
"official_docs": [
|
|
10095
|
+
"https://junit.org/junit5/docs/current/user-guide/",
|
|
10096
|
+
"https://java.testcontainers.org/",
|
|
10097
|
+
"https://www.archunit.org/userguide/html/000_Index.html",
|
|
10098
|
+
"https://assertj.github.io/doc/",
|
|
10099
|
+
"https://site.mockito.org/"
|
|
10100
|
+
],
|
|
10101
|
+
"security_notes": "Static review only — reads JUnit 5 test source, Testcontainers module usage, ArchUnit rule definitions, and sanitized build/test configuration (pom.xml/build.gradle test blocks, junit-platform.properties, ~/.testcontainers.properties excerpts); never invokes a JDK, runs mvn/gradle test, starts a JUnit runner, opens a Docker/Testcontainers daemon connection, hits a database or broker, or contacts any live system. Never requests connection strings, database credentials, tenant identifiers, or customer data — ask for source with placeholders.",
|
|
10102
|
+
"last_verified": "2026-07-17",
|
|
10103
|
+
"path": "skills/java/java-test-architecture",
|
|
10104
|
+
"version": "0.1.0",
|
|
10105
|
+
"author": "github: Raishin"
|
|
10106
|
+
},
|
|
10107
|
+
{
|
|
10108
|
+
"id": "java-transaction-and-consistency",
|
|
10109
|
+
"name": "java-transaction-and-consistency",
|
|
10110
|
+
"type": "skill",
|
|
10111
|
+
"provider": "java",
|
|
10112
|
+
"harnesses": [
|
|
10113
|
+
"codex",
|
|
10114
|
+
"claude-code",
|
|
10115
|
+
"cursor",
|
|
10116
|
+
"gemini",
|
|
10117
|
+
"kiro",
|
|
10118
|
+
"other"
|
|
10119
|
+
],
|
|
10120
|
+
"summary": "Statically reviews Spring @Transactional boundary correctness — propagation, isolation, readOnly, rollbackFor, proxy self-invocation, and boundary width — plus cross-resource consistency, flagging the save()-then-send() dual-write anti-pattern, missing outbox/relay, and post-commit side effects that skip TransactionSynchronization or REQUIRES_NEW. Reads source and sanitized configuration only.",
|
|
10121
|
+
"source_type": "original",
|
|
10122
|
+
"official_docs": [
|
|
10123
|
+
"https://docs.spring.io/spring-framework/reference/data-access/transaction.html",
|
|
10124
|
+
"https://jakarta.ee/specifications/transactions/",
|
|
10125
|
+
"https://microservices.io/patterns/data/transactional-outbox.html",
|
|
10126
|
+
"https://microservices.io/patterns/data/saga.html"
|
|
10127
|
+
],
|
|
10128
|
+
"security_notes": "Static review only — reads Spring @Transactional-annotated classes, service/repository call graphs, and sanitized transaction-manager/datasource/broker configuration; never opens a database or broker connection, starts or commits a transaction, or executes code. Never requests connection strings, credentials, tenant identifiers, or customer data; ask for source with placeholders.",
|
|
10129
|
+
"last_verified": "2026-07-17",
|
|
10130
|
+
"path": "skills/java/java-transaction-and-consistency",
|
|
10131
|
+
"version": "0.1.0",
|
|
10132
|
+
"author": "github: Raishin"
|
|
10133
|
+
},
|
|
9703
10134
|
{
|
|
9704
10135
|
"id": "javascript-runtime-async-review",
|
|
9705
10136
|
"name": "JavaScript Runtime & Async Correctness Review",
|
|
@@ -13606,6 +14037,86 @@
|
|
|
13606
14037
|
"version": "0.1.0",
|
|
13607
14038
|
"author": "github: Raishin"
|
|
13608
14039
|
},
|
|
14040
|
+
{
|
|
14041
|
+
"id": "php-maestro",
|
|
14042
|
+
"name": "PHP Maestro",
|
|
14043
|
+
"type": "skill",
|
|
14044
|
+
"provider": "php",
|
|
14045
|
+
"harnesses": [
|
|
14046
|
+
"claude-code",
|
|
14047
|
+
"cursor",
|
|
14048
|
+
"codex",
|
|
14049
|
+
"gemini",
|
|
14050
|
+
"kiro",
|
|
14051
|
+
"other"
|
|
14052
|
+
],
|
|
14053
|
+
"summary": "Routing skill for the PHP board: classifies an incoming PHP task and dispatches to the narrowest specialist (application security, Composer supply-chain, runtime/EOL and OPcache/FPM, or WordPress security), caps parallel dispatch, enforces the blocking hard-gate taxonomy, and refuses live-mutation requests.",
|
|
14054
|
+
"source_type": "original",
|
|
14055
|
+
"official_docs": [
|
|
14056
|
+
"https://www.php.net/docs.php",
|
|
14057
|
+
"https://www.php.net/supported-versions.php",
|
|
14058
|
+
"https://getcomposer.org/doc/03-cli.md",
|
|
14059
|
+
"https://developer.wordpress.org/apis/security/"
|
|
14060
|
+
],
|
|
14061
|
+
"security_notes": "Routing only; performs no review and makes no code changes. Refuses destructive/live-mutation requests and requires human confirmation. Never fabricates a routing target outside the registered PHP board, preserves specialist evidence labels, and never requests or echoes secrets or customer data.",
|
|
14062
|
+
"last_verified": "2026-07-16",
|
|
14063
|
+
"path": "skills/php/php-maestro",
|
|
14064
|
+
"version": "0.1.0",
|
|
14065
|
+
"author": "github: Raishin"
|
|
14066
|
+
},
|
|
14067
|
+
{
|
|
14068
|
+
"id": "php-runtime-eol-opcache-fpm-review",
|
|
14069
|
+
"name": "PHP Runtime EOL, OPcache & PHP-FPM Review",
|
|
14070
|
+
"type": "skill",
|
|
14071
|
+
"provider": "php",
|
|
14072
|
+
"harnesses": [
|
|
14073
|
+
"claude-code",
|
|
14074
|
+
"cursor",
|
|
14075
|
+
"codex",
|
|
14076
|
+
"gemini",
|
|
14077
|
+
"kiro",
|
|
14078
|
+
"other"
|
|
14079
|
+
],
|
|
14080
|
+
"summary": "Skill for reviewing PHP runtime upgrade readiness and production hardening: EOL and security-only version exposure against php.net's four-year support lifecycle, OPcache production configuration (validate_timestamps, memory sizing), and PHP-FPM pool tuning (pm, max_children, max_requests), treating an EOL runtime as a blocking finding.",
|
|
14081
|
+
"source_type": "original",
|
|
14082
|
+
"official_docs": [
|
|
14083
|
+
"https://www.php.net/supported-versions.php",
|
|
14084
|
+
"https://www.php.net/manual/en/opcache.configuration.php",
|
|
14085
|
+
"https://www.php.net/manual/en/install.fpm.configuration.php"
|
|
14086
|
+
],
|
|
14087
|
+
"security_notes": "Static-review-only skill: Read/Grep/Glob, no execution and no configuration changes. PHP version lifecycle dates are encoded only from php.net's supported-versions page as fixed ground truth (never invented, rounded, or extrapolated); a version's current lifecycle phase is determined by comparing those published dates against the review date.",
|
|
14088
|
+
"last_verified": "2026-07-16",
|
|
14089
|
+
"path": "skills/php/php-runtime-eol-opcache-fpm-review",
|
|
14090
|
+
"version": "0.1.0",
|
|
14091
|
+
"author": "github: Raishin"
|
|
14092
|
+
},
|
|
14093
|
+
{
|
|
14094
|
+
"id": "php-session-upload-deserialization-review",
|
|
14095
|
+
"name": "PHP Session, Upload & Deserialization Security Review",
|
|
14096
|
+
"type": "skill",
|
|
14097
|
+
"provider": "php",
|
|
14098
|
+
"harnesses": [
|
|
14099
|
+
"claude-code",
|
|
14100
|
+
"cursor",
|
|
14101
|
+
"codex",
|
|
14102
|
+
"gemini",
|
|
14103
|
+
"kiro",
|
|
14104
|
+
"other"
|
|
14105
|
+
],
|
|
14106
|
+
"summary": "Skill for reviewing PHP application-security seams: user-reachable unserialize() object injection (allowed_classes is insufficient), session fixation/hijacking hardening (session_regenerate_id, use_strict_mode, cookie flags), and unsafe file-upload handling, each mapped to an OWASP category and the php.net-documented fix.",
|
|
14107
|
+
"source_type": "original",
|
|
14108
|
+
"official_docs": [
|
|
14109
|
+
"https://www.php.net/manual/en/function.unserialize.php",
|
|
14110
|
+
"https://www.php.net/manual/en/session.security.php",
|
|
14111
|
+
"https://www.php.net/manual/en/features.file-upload.common-pitfalls.php",
|
|
14112
|
+
"https://owasp.org/www-project-top-ten/"
|
|
14113
|
+
],
|
|
14114
|
+
"security_notes": "Static-review-only skill: Read/Grep/Glob, no execution and no network. Never runs deserialization payloads, uploads, or exploits against any live or staging system. Any credential- or PII-shaped string is a redact-and-flag finding, never echoed. Every unserialize()/session/upload claim is grounded in current php.net documentation, not memory.",
|
|
14115
|
+
"last_verified": "2026-07-16",
|
|
14116
|
+
"path": "skills/php/php-session-upload-deserialization-review",
|
|
14117
|
+
"version": "0.1.0",
|
|
14118
|
+
"author": "github: Raishin"
|
|
14119
|
+
},
|
|
13609
14120
|
{
|
|
13610
14121
|
"id": "playwright-e2e-execution-run",
|
|
13611
14122
|
"name": "Playwright E2E Execution Run",
|
|
@@ -14062,6 +14573,35 @@
|
|
|
14062
14573
|
"version": "0.1.0",
|
|
14063
14574
|
"author": "github: Raishin"
|
|
14064
14575
|
},
|
|
14576
|
+
{
|
|
14577
|
+
"id": "revenue-critical-journey-integrity-review",
|
|
14578
|
+
"name": "Revenue-Critical Journey Integrity Review",
|
|
14579
|
+
"type": "skill",
|
|
14580
|
+
"provider": "generic",
|
|
14581
|
+
"harnesses": [
|
|
14582
|
+
"claude-code",
|
|
14583
|
+
"cursor",
|
|
14584
|
+
"codex",
|
|
14585
|
+
"gemini",
|
|
14586
|
+
"kiro",
|
|
14587
|
+
"other"
|
|
14588
|
+
],
|
|
14589
|
+
"summary": "Skill for reviewing the cross-tier seams of revenue-critical journeys (checkout, payment, account creation, login): idempotency of money-moving and account-creating requests, server-side re-validation of client-enforced rules, webhook duplicate/out-of-order handling, retry-storm safeguards, and advisory PCI DSS SAQ-scope judgment for the integration model in use.",
|
|
14590
|
+
"source_type": "original",
|
|
14591
|
+
"official_docs": [
|
|
14592
|
+
"https://docs.stripe.com/api/idempotent_requests",
|
|
14593
|
+
"https://docs.stripe.com/webhooks/best-practices",
|
|
14594
|
+
"https://www.pcisecuritystandards.org/faqs/1443/",
|
|
14595
|
+
"https://blog.pcisecuritystandards.org/important-updates-announced-for-merchants-validating-to-self-assessment-questionnaire-a",
|
|
14596
|
+
"https://docs.aws.amazon.com/wellarchitected/latest/reliability-pillar/rel_mitigate_interaction_failure_limit_retries.html",
|
|
14597
|
+
"https://baymard.com/lists/cart-abandonment-rate"
|
|
14598
|
+
],
|
|
14599
|
+
"security_notes": "Static-review-only skill: Read/Grep/Glob, no execution and no network egress to any payment system. Never requests, transmits, stores, or reproduces cardholder data (PAN/CVV), API keys, session tokens, or webhook signing secrets — any such string is a redact-and-flag finding, never echoed. PCI DSS SAQ-scope output is an advisory scoping opinion to inform a Qualified Security Assessor or the merchant's own validation, never a compliance attestation or assessment of record. Never executes payment flows or replays webhooks against live, sandbox, or staging systems.",
|
|
14600
|
+
"last_verified": "2026-07-16",
|
|
14601
|
+
"path": "skills/cross-functional/revenue-critical-journey-integrity-review",
|
|
14602
|
+
"version": "0.1.0",
|
|
14603
|
+
"author": "github: Raishin"
|
|
14604
|
+
},
|
|
14065
14605
|
{
|
|
14066
14606
|
"id": "revenue-recognition-advisor",
|
|
14067
14607
|
"name": "Revenue Recognition Advisor",
|
|
@@ -17996,6 +18536,33 @@
|
|
|
17996
18536
|
"version": "0.1.0",
|
|
17997
18537
|
"author": "github: Raishin"
|
|
17998
18538
|
},
|
|
18539
|
+
{
|
|
18540
|
+
"id": "wordpress-rest-block-security-review",
|
|
18541
|
+
"name": "WordPress REST & Block Security Review",
|
|
18542
|
+
"type": "skill",
|
|
18543
|
+
"provider": "php",
|
|
18544
|
+
"harnesses": [
|
|
18545
|
+
"claude-code",
|
|
18546
|
+
"cursor",
|
|
18547
|
+
"codex",
|
|
18548
|
+
"gemini",
|
|
18549
|
+
"kiro",
|
|
18550
|
+
"other"
|
|
18551
|
+
],
|
|
18552
|
+
"summary": "Skill for reviewing WordPress plugin and theme security: REST register_rest_route permission_callback enforcement (required since WordPress 5.5) and nonce/capability checks, dynamic-block render_callback output escaping, and the validate-on-input, escape-on-output discipline behind the plugin-dominated WordPress CVE surface.",
|
|
18553
|
+
"source_type": "original",
|
|
18554
|
+
"official_docs": [
|
|
18555
|
+
"https://developer.wordpress.org/apis/security/",
|
|
18556
|
+
"https://developer.wordpress.org/rest-api/extending-the-rest-api/routes-and-endpoints/",
|
|
18557
|
+
"https://developer.wordpress.org/block-editor/getting-started/fundamentals/static-dynamic-rendering/",
|
|
18558
|
+
"https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/"
|
|
18559
|
+
],
|
|
18560
|
+
"security_notes": "Static-review-only skill: Read/Grep/Glob, no execution and no live WordPress access. Flags missing permission_callback, unescaped output, and missing nonce/capability checks from source only; treats any credential- or PII-shaped string as a redact-and-flag finding; grounds REST and block-editor API claims in current developer.wordpress.org documentation.",
|
|
18561
|
+
"last_verified": "2026-07-16",
|
|
18562
|
+
"path": "skills/php/wordpress-rest-block-security-review",
|
|
18563
|
+
"version": "0.1.0",
|
|
18564
|
+
"author": "github: Raishin"
|
|
18565
|
+
},
|
|
17999
18566
|
{
|
|
18000
18567
|
"id": "working-capital-advisor",
|
|
18001
18568
|
"name": "Finance Working Capital Advisor",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@raishin/vanguard-frontier-agentic",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Cloud and zero-trust agentic workflow marketplace for skills, agents, rules, MCP references, and compliance-aware architecture.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vanguard-frontier-agentic",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Curated marketplace for cloud and zero-trust AI workflows. 331 agents, 286 skills, and rules across AWS, Azure, OCI, GCP, Alibaba Cloud, Huawei Cloud, Kubernetes, and Terraform.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Raishin",
|
package/powers/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# `powers/` — Kiro Powers
|
|
2
2
|
|
|
3
|
-
This directory holds **
|
|
3
|
+
This directory holds **42 Kiro Powers** for `vanguard-frontier-agentic`, one
|
|
4
4
|
per cloud/platform/IaC provider. Each Power is a directory containing a
|
|
5
5
|
`POWER.md` file with strict-5 frontmatter and steering content.
|
|
6
6
|
|
|
@@ -30,6 +30,7 @@ powers/
|
|
|
30
30
|
├── vanguard-huawei/POWER.md
|
|
31
31
|
├── vanguard-ionos/POWER.md
|
|
32
32
|
├── vanguard-istio/POWER.md
|
|
33
|
+
├── vanguard-java/POWER.md
|
|
33
34
|
├── vanguard-kubernetes/POWER.md
|
|
34
35
|
├── vanguard-kyverno/POWER.md
|
|
35
36
|
├── vanguard-legal/POWER.md
|
|
@@ -41,6 +42,7 @@ powers/
|
|
|
41
42
|
├── vanguard-oci/POWER.md
|
|
42
43
|
├── vanguard-opentelemetry/POWER.md
|
|
43
44
|
├── vanguard-ovhcloud/POWER.md
|
|
45
|
+
├── vanguard-php/POWER.md
|
|
44
46
|
├── vanguard-prometheus/POWER.md
|
|
45
47
|
├── vanguard-salesforce/POWER.md
|
|
46
48
|
├── vanguard-sap/POWER.md
|
|
@@ -84,7 +86,7 @@ cd vanguard-frontier-agentic
|
|
|
84
86
|
## How to update
|
|
85
87
|
|
|
86
88
|
```bash
|
|
87
|
-
# Regenerate the
|
|
89
|
+
# Regenerate the 42 Powers from catalog/agents.json + per-provider config:
|
|
88
90
|
npm run kiro-powers:write
|
|
89
91
|
|
|
90
92
|
# Then verify everything is in sync:
|