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

Function createMaliciousWarning

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

Source from the content-addressed store, hash-verified

253}
254
255function createMaliciousWarning(details: string): Warning {
256 return new Warning(
257 MALICIOUS_SKILL_DETECTED.type,
258 MALICIOUS_SKILL_DETECTED.description,
259 details,
260 );
261}
262
263function createMisConfigurationWarning(details: string): Warning {
264 return new Warning(

Callers 2

scanSkillMetadataFunction · 0.85
scanSkillFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected