import type { CommandRiskSpec } from "../../risk-types.js"; const spec: CommandRiskSpec = { baseRisk: "high", reason: "Adds private keys to authentication agent", }; export default spec;