MCPcopy Create free account
hub / github.com/FIND-Lab/AgentWard / createMisConfigurationWarning

Function createMisConfigurationWarning

layers/foundation-scan.ts:263–269  ·  view source on GitHub ↗
(details: string)

Source from the content-addressed store, hash-verified

261}
262
263function createMisConfigurationWarning(details: string): Warning {
264 return new Warning(
265 MISCONFIGURATION_DETECTED.type,
266 MISCONFIGURATION_DETECTED.description,
267 details,
268 );
269}
270
271function calculateContentHash(content: string): string {
272 return createHash("sha256").update(content, "utf8").digest("hex");

Callers 1

detectMisConfigurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected