import type { CommandRiskSpec } from "../../risk-types.js"; const spec: CommandRiskSpec = { baseRisk: "high", reason: "Schedules privileged command execution", }; export default spec;