fix(security): trust resolved skill-bin paths in allowlist auto-allow
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import type { SkillBinTrustEntry } from "../infra/exec-approvals.js";
|
||||
|
||||
export type SystemRunParams = {
|
||||
command: string[];
|
||||
rawCommand?: string | null;
|
||||
@@ -35,5 +37,5 @@ export type ExecEventPayload = {
|
||||
};
|
||||
|
||||
export type SkillBinsProvider = {
|
||||
current(force?: boolean): Promise<Set<string>>;
|
||||
current(force?: boolean): Promise<SkillBinTrustEntry[]>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user