Skip to content

refactor: Functional API, Advanced Transforms, and Secure Sandbox Evaluation #52

refactor: Functional API, Advanced Transforms, and Secure Sandbox Evaluation

refactor: Functional API, Advanced Transforms, and Secure Sandbox Evaluation #52

Triggered via pull request February 1, 2026 12:36
Status Success
Total duration 1m 29s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: website/components/Console.vue#L7
Prop "size" should be optional
lint: website/components/Console.vue#L6
Prop "logs" should be optional
lint: packages/deob/src/transforms/find-decoder-by-call-count.ts#L9
Expected @param names to be "ast, count". Got "count"
lint: packages/deob/src/transforms/decode-strings.ts#L9
Expected @param names to be "sandbox, decoders". Got "decoder"
lint: packages/deob/src/index.ts#L58
'handleError' is defined but never used. Allowed unused vars must match /^_/u
lint: packages/deob/src/deobfuscate/vm.ts#L74
'error' is defined but never used
lint: packages/deob/src/deobfuscate/save-objects.ts#L136
'error' is defined but never used
lint: packages/deob/src/deobfuscate/save-objects.ts#L42
'state' is defined but never used. Allowed unused args must match /^_/u
lint: packages/deob/src/deobfuscate/my-inline-decoder-wrappers.ts#L59
'realFn_args' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: packages/deob/src/ast-utils/inline.ts#L16
Expected @param names to be "binding, value, unsafeAssignments". Got "unsafeAssignments"