MCPcopy Create free account

hub / github.com/antgroup/agent-aegis / functions

Functions667 in github.com/antgroup/agent-aegis

↓ 1 callersFunctionsafeDecodeBase32Token
(token)
src/encoding-guard.js:275
↓ 1 callersFunctionsafeDecodeBase64Token
(token: string)
src/encoding-guard.ts:342
↓ 1 callersFunctionsafeDecodeBase64Token
(token)
src/encoding-guard.js:261
↓ 1 callersFunctionsafeDecodeCandidate
(token: string, kind: EncodedCandidateKind)
src/encoding-guard.ts:386
↓ 1 callersFunctionsafeDecodeCandidate
(token, kind)
src/encoding-guard.js:304
↓ 1 callersFunctionsafeDecodeHexToken
(token: string)
src/encoding-guard.ts:324
↓ 1 callersFunctionsafeDecodeHexToken
(token)
src/encoding-guard.js:244
↓ 1 callersFunctionsafeDecodeUrlToken
(token: string)
src/encoding-guard.ts:314
↓ 1 callersFunctionsafeDecodeUrlToken
(token)
src/encoding-guard.js:234
↓ 1 callersFunctionsanitizeSensitiveOutputText
( text: string, options: SensitiveOutputSanitizeOptions = {}, )
src/rules.ts:793
↓ 1 callersFunctionsanitizeToolResultStrings
(value: unknown)
src/rules.ts:1006
↓ 1 callersFunctionsanitizeToolResultStrings
(value)
src/rules.js:705
↓ 1 callersMethodscanRoot
(root: string, deadline: number)
src/scan-service.ts:349
↓ 1 callersMethodscanRoot
(root, deadline)
src/scan-service.js:252
↓ 1 callersFunctionscanSkillText
(text: string)
src/scan-worker.ts:94
↓ 1 callersFunctionscriptArtifactShouldBlock
(record: ScriptArtifactRecord)
src/rules.ts:2549
↓ 1 callersFunctionscriptArtifactShouldBlock
(record)
src/rules.js:1885
↓ 1 callersFunctionshouldKeepCandidateChar
(char: string)
src/encoding-guard.ts:89
↓ 1 callersFunctionshouldKeepCandidateChar
(char)
src/encoding-guard.js:39
↓ 1 callersFunctionsplitSkillTextLines
(text: string)
src/scan-worker.ts:17
↓ 1 callersFunctionsplitSkillTextLines
(text)
src/scan-worker.js:5
↓ 1 callersMethodstart
()
web/api/src/services/file-watcher.ts:54
↓ 1 callersFunctionstoredToken
()
web/frontend/src/api/client.ts:12
↓ 1 callersFunctionstripInvisibleUnicode
(command)
src/command-obfuscation.js:49
↓ 1 callersFunctionstripInvisibleUnicode
(command: string)
src/command-obfuscation.ts:57
↓ 1 callersFunctionstripQuotes
(value: string)
src/rules.ts:1165
↓ 1 callersFunctionstripQuotes
(value)
src/rules.js:843
↓ 1 callersFunctiontoggle
(id: string)
web/frontend/src/pages/EventsPage.tsx:23
↓ 1 callersFunctiontokensMatch
(provided: string | undefined, expected: string)
web/api/src/server.ts:71
↓ 1 callersMethodupdateConfig
(update: ConfigUpdateRequest)
web/api/src/services/config-service.ts:131
↓ 1 callersFunctionuseConfig
()
web/frontend/src/api/hooks.ts:4
↓ 1 callersFunctionuseRemoveSkill
()
web/frontend/src/api/hooks.ts:50
↓ 1 callersFunctionuseResetConfig
()
web/frontend/src/api/hooks.ts:19
↓ 1 callersFunctionuseSkillScans
(params?: Record<string, string>)
web/frontend/src/api/hooks.ts:58
↓ 1 callersFunctionuseSkills
()
web/frontend/src/api/hooks.ts:43
↓ 1 callersFunctionuseStatus
()
web/frontend/src/api/hooks.ts:27
↓ 1 callersFunctionuseUpdateConfig
()
web/frontend/src/api/hooks.ts:11
↓ 1 callersFunctionwarnIfPromptHooksDisabled
(api)
src/handlers.js:189
↓ 1 callersFunctionwarnIfPromptHooksDisabled
(api: OpenClawPluginApi)
src/handlers.ts:293
FunctionApp
()
web/frontend/src/App.tsx:8
FunctionArrayEditor
({ label, help, placeholder, values, onChange, }: { label: string; help: string; placeholder?:
web/frontend/src/components/config/ArrayEditor.tsx:5
FunctionConfigPage
()
web/frontend/src/pages/ConfigPage.tsx:12
FunctionDashboardPage
()
web/frontend/src/pages/DashboardPage.tsx:9
FunctionDefenseGroup
({ group, config, onChange, }: { group: DefenseGroupMeta; config: AegisConfig; onChange: (patch: P
web/frontend/src/components/config/DefenseGroup.tsx:7
FunctionDefenseStatusGrid
({ defenses, }: { defenses: DefenseStatusEntry[]; })
web/frontend/src/components/dashboard/DefenseStatusGrid.tsx:5
FunctionEventsPage
()
web/frontend/src/pages/EventsPage.tsx:11
FunctionIntegrityBadge
({ integrity, }: { integrity: SelfIntegrityStatus; })
web/frontend/src/components/dashboard/IntegrityBadge.tsx:5
FunctionMasterControls
({ config, onChange, }: { config: AegisConfig; onChange: (patch: Partial<AegisConfig>) => void; })
web/frontend/src/components/config/MasterControls.tsx:6
FunctionModeSelector
({ value, onChange, disabled, }: { value: DefenseMode; onChange: (mode: DefenseMode) => void; disa
web/frontend/src/components/common/ModeSelector.tsx:11
FunctionShell
({ children }: { children: ReactNode })
web/frontend/src/components/layout/Shell.tsx:4
FunctionSidebar
()
web/frontend/src/components/layout/Sidebar.tsx:13
FunctionSkillsPage
()
web/frontend/src/pages/SkillsPage.tsx:9
FunctionStatsCards
({ defenses }: { defenses: DefenseStatusEntry[] })
web/frontend/src/components/dashboard/StatsCards.tsx:5
FunctionStatusBadge
({ value }: { value: string })
web/frontend/src/components/common/StatusBadge.tsx:15
FunctionToggleSwitch
({ checked, onChange, disabled, label, }: { checked: boolean; onChange: (checked: boolean) => void
web/frontend/src/components/common/ToggleSwitch.tsx:3
MethodaddEvent
(event: Omit<SkillScanEvent, "id">)
web/api/src/services/skill-scan-event-service.ts:9
FunctionanalyzeDecodedRuntimeText
(decoded: string)
src/rules.ts:512
FunctionanalyzeDecodedRuntimeText
(decoded)
src/rules.js:347
FunctionanalyzeDecodedSkillText
(decoded: string)
src/scan-worker.ts:90
FunctionanalyzeDecodedSkillText
(decoded)
src/scan-worker.js:57
FunctionanalyzeDecodedToolResultText
(decoded: string)
src/rules.ts:526
FunctionanalyzeDecodedToolResultText
(decoded)
src/rules.js:360
FunctionbuildDynamicPromptContext
( state: TurnSecurityState | undefined, )
src/rules.ts:2158
FunctionbuildLoopGuardStableArgsKey
( toolName: string, params: Record<string, unknown>, baseDir = process.cwd(), )
src/rules.ts:2615
FunctionbuildLoopGuardStableArgsKey
(toolName, params, baseDir = process.cwd())
src/rules.js:1935
FunctionbuildStaticSystemContext
(params?: { selfProtectionEnabled?: boolean; toolCallEnforcementEnabled?: boolean; protectedPaths?: stri
src/rules.ts:2127
MethodclearRunSecurityState
(runId: string)
src/state.ts:619
MethodclearRunToolCalls
(runId: string)
src/state.ts:615
MethodclearSessionRuntimeState
(sessionKey: string)
src/state.ts:623
FunctioncollectScriptArtifactRecords
( toolName: string, params: Record<string, unknown>, context: { runId: string; sessionKey?: stri
src/rules.ts:2451
FunctioncollectSensitiveOutputValues
(text: string)
src/rules.ts:690
FunctioncollectToolResultScanText
(message: AgentMessage)
src/rules.ts:2670
Methodconstructor
( private readonly params: { state: ClawAegisState; logger: AegisLogger; now?: () => num
src/scan-service.ts:84
Methodconstructor
(params)
src/state.js:108
Methodconstructor
(params)
src/scan-service.js:33
Methodconstructor
()
src/rules.ts:402
Methodconstructor
( private readonly params: { stateDir: string; logger: AegisLogger; now?: () => number;
src/state.ts:152
Methodconstructor
()
src/rules.js:277
Methodconstructor
(stateDir: string)
web/api/src/services/state-service.ts:27
Methodconstructor
(configDir: string)
web/api/src/services/config-service.ts:17
Methodconstructor
( private readonly configService: ConfigService, private readonly stateService: StateService, priv
web/api/src/services/file-watcher.ts:47
MethodconsumePromptState
(sessionKey: string)
src/state.ts:653
FunctioncreateClawAegisRuntime
(api, options)
src/handlers.js:283
FunctioncreateClawAegisRuntime
( api: OpenClawPluginApi, options?: { now?: () => number; scanRunner?: ( request: import("./
src/handlers.ts:452
FunctiondefinePluginEntry
({ id, name, description, kind, configSchema, register, }: DefinePluginEntryOptions)
runtime-api.ts:133
FunctiondetectCommandObfuscation
(command: string | undefined)
src/command-obfuscation.ts:63
FunctiondetectCommandObfuscationViolation
(command: string | undefined)
src/rules.ts:2354
FunctiondetectCommandObfuscationViolation
(command)
src/rules.js:1727
FunctiondetectDispatchGuardViolation
( text: string, protectedPaths?: string[], )
src/rules.ts:2884
FunctiondetectUserRiskFlags
(text: string)
src/rules.ts:2119
MethodgetEvents
(params?: { limit?: number; offset?: number; trusted?: string; })
web/api/src/services/skill-scan-event-service.ts:21
MethodgetProtectedRoots
()
src/state.ts:258
MethodgetSelfIntegrityRecord
()
src/state.js:185
MethodgetSelfIntegrityRecord
()
src/state.ts:246
MethodgetSkillAssessment
(pathValue: string, hash: string)
src/state.ts:270
MethodgetStateDir
()
src/state.js:182
MethodgetStateDir
()
src/state.ts:242
MethodgetStateDir
()
web/api/src/services/state-service.ts:31
MethodgetTrustedSkill
(pathValue, hash)
src/state.js:197
MethodgetTrustedSkill
(pathValue: string, hash: string)
src/state.ts:262
← previousnext →501–600 of 667, ranked by callers