import type { CommandRiskSpec } from "../../risk-types.js"; const spec: CommandRiskSpec = { baseRisk: "high", reason: "Executes Maven plugins and build scripts", }; export default spec;