@aria-cli/tools 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. package/package.json +9 -5
  2. package/src/__tests__/web-fetch-download.test.ts +0 -433
  3. package/src/__tests__/web-tools.test.ts +0 -619
  4. package/src/ask-user-interaction.ts +0 -33
  5. package/src/cache/web-cache.ts +0 -110
  6. package/src/definitions/arion.ts +0 -118
  7. package/src/definitions/browser/browser.ts +0 -502
  8. package/src/definitions/browser/index.ts +0 -5
  9. package/src/definitions/browser/pw-downloads.ts +0 -142
  10. package/src/definitions/browser/pw-interactions.ts +0 -282
  11. package/src/definitions/browser/pw-responses.ts +0 -98
  12. package/src/definitions/browser/pw-session.ts +0 -405
  13. package/src/definitions/browser/pw-shared.ts +0 -85
  14. package/src/definitions/browser/pw-snapshot.ts +0 -383
  15. package/src/definitions/browser/pw-state.ts +0 -101
  16. package/src/definitions/browser/types.ts +0 -203
  17. package/src/definitions/code-intelligence.ts +0 -526
  18. package/src/definitions/core.ts +0 -118
  19. package/src/definitions/delegation.ts +0 -567
  20. package/src/definitions/deploy.ts +0 -73
  21. package/src/definitions/filesystem.ts +0 -217
  22. package/src/definitions/frg.ts +0 -67
  23. package/src/definitions/index.ts +0 -28
  24. package/src/definitions/memory.ts +0 -150
  25. package/src/definitions/messaging.ts +0 -734
  26. package/src/definitions/meta.ts +0 -392
  27. package/src/definitions/network.ts +0 -179
  28. package/src/definitions/outlook.ts +0 -318
  29. package/src/definitions/patch/apply-patch.ts +0 -235
  30. package/src/definitions/patch/fuzzy-match.ts +0 -217
  31. package/src/definitions/patch/index.ts +0 -1
  32. package/src/definitions/patch/patch-parser.ts +0 -297
  33. package/src/definitions/patch/sandbox-paths.ts +0 -129
  34. package/src/definitions/process/index.ts +0 -5
  35. package/src/definitions/process/process-registry.ts +0 -303
  36. package/src/definitions/process/process.ts +0 -456
  37. package/src/definitions/process/pty-keys.ts +0 -298
  38. package/src/definitions/process/session-slug.ts +0 -147
  39. package/src/definitions/quip.ts +0 -225
  40. package/src/definitions/search.ts +0 -67
  41. package/src/definitions/session-history.ts +0 -79
  42. package/src/definitions/shell.ts +0 -202
  43. package/src/definitions/slack.ts +0 -211
  44. package/src/definitions/web.ts +0 -119
  45. package/src/executors/apply-patch.ts +0 -1035
  46. package/src/executors/arion.ts +0 -199
  47. package/src/executors/code-intelligence.ts +0 -1179
  48. package/src/executors/deploy.ts +0 -1066
  49. package/src/executors/filesystem.ts +0 -1428
  50. package/src/executors/frg-freshness.ts +0 -743
  51. package/src/executors/frg.ts +0 -394
  52. package/src/executors/index.ts +0 -280
  53. package/src/executors/learning-meta.ts +0 -1367
  54. package/src/executors/lsp-client.ts +0 -355
  55. package/src/executors/memory.ts +0 -978
  56. package/src/executors/meta.ts +0 -293
  57. package/src/executors/process-registry.ts +0 -570
  58. package/src/executors/pty-session-store.ts +0 -43
  59. package/src/executors/pty.ts +0 -342
  60. package/src/executors/restart.ts +0 -133
  61. package/src/executors/search-freshness.ts +0 -249
  62. package/src/executors/search-types.ts +0 -98
  63. package/src/executors/search.ts +0 -89
  64. package/src/executors/self-diagnose.ts +0 -552
  65. package/src/executors/session-history.ts +0 -435
  66. package/src/executors/shell-safety.ts +0 -519
  67. package/src/executors/shell.ts +0 -1243
  68. package/src/executors/utils.ts +0 -40
  69. package/src/executors/web.ts +0 -786
  70. package/src/extraction/content-extraction.ts +0 -281
  71. package/src/extraction/index.ts +0 -5
  72. package/src/headless-control-contract.ts +0 -1149
  73. package/src/index.ts +0 -788
  74. package/src/local-control-http-auth.ts +0 -2
  75. package/src/mcp/client.ts +0 -218
  76. package/src/mcp/connection.ts +0 -568
  77. package/src/mcp/index.ts +0 -11
  78. package/src/mcp/jsonrpc.ts +0 -195
  79. package/src/mcp/types.ts +0 -199
  80. package/src/network-control-adapter.ts +0 -88
  81. package/src/network-runtime/address-types.ts +0 -218
  82. package/src/network-runtime/db-owner-fencing.ts +0 -91
  83. package/src/network-runtime/delivery-receipts.ts +0 -372
  84. package/src/network-runtime/direct-endpoint-authority.ts +0 -35
  85. package/src/network-runtime/index.ts +0 -316
  86. package/src/network-runtime/local-control-contract.ts +0 -784
  87. package/src/network-runtime/node-store-contract.ts +0 -46
  88. package/src/network-runtime/pair-route-contract.ts +0 -97
  89. package/src/network-runtime/peer-capabilities.ts +0 -48
  90. package/src/network-runtime/peer-principal-ref.ts +0 -20
  91. package/src/network-runtime/peer-state-machine.ts +0 -160
  92. package/src/network-runtime/protocol-schemas.ts +0 -265
  93. package/src/network-runtime/runtime-bootstrap-contract.ts +0 -83
  94. package/src/outlook/desktop-session.ts +0 -409
  95. package/src/policy.ts +0 -171
  96. package/src/providers/brave.ts +0 -80
  97. package/src/providers/duckduckgo.ts +0 -199
  98. package/src/providers/exa.ts +0 -85
  99. package/src/providers/firecrawl.ts +0 -77
  100. package/src/providers/index.ts +0 -8
  101. package/src/providers/jina.ts +0 -70
  102. package/src/providers/router.ts +0 -121
  103. package/src/providers/search-provider.ts +0 -74
  104. package/src/providers/tavily.ts +0 -74
  105. package/src/quip/desktop-session.ts +0 -435
  106. package/src/registry/index.ts +0 -1
  107. package/src/registry/registry.ts +0 -905
  108. package/src/runtime-socket-local-control-client.ts +0 -632
  109. package/src/security/dns-normalization.ts +0 -34
  110. package/src/security/dns-pinning.ts +0 -138
  111. package/src/security/external-content.ts +0 -129
  112. package/src/security/ssrf.ts +0 -207
  113. package/src/slack/desktop-session.ts +0 -493
  114. package/src/tool-factory.ts +0 -91
  115. package/src/types.ts +0 -1341
  116. package/src/utils/retry.ts +0 -163
  117. package/src/utils/safe-parse-json.ts +0 -176
  118. package/src/utils/url.ts +0 -20
  119. package/tests/benchmarks/registry.bench.ts +0 -57
  120. package/tests/cache/web-cache.test.ts +0 -147
  121. package/tests/critical-integration.test.ts +0 -1465
  122. package/tests/definitions/apply-patch.test.ts +0 -586
  123. package/tests/definitions/browser.test.ts +0 -495
  124. package/tests/definitions/delegation-pause-resume.test.ts +0 -758
  125. package/tests/definitions/execution.test.ts +0 -671
  126. package/tests/definitions/messaging-inbox-scope.test.ts +0 -229
  127. package/tests/definitions/messaging.test.ts +0 -1468
  128. package/tests/definitions/outlook.test.ts +0 -30
  129. package/tests/definitions/process.test.ts +0 -469
  130. package/tests/definitions/slack.test.ts +0 -28
  131. package/tests/definitions/tool-inventory.test.ts +0 -218
  132. package/tests/e2e/delegation-quest-orchestration.e2e.test.ts +0 -433
  133. package/tests/e2e/memory-tool-discovery-contract.e2e.test.ts +0 -81
  134. package/tests/executors/apply-patch.test.ts +0 -538
  135. package/tests/executors/arion.test.ts +0 -309
  136. package/tests/executors/conversation-primitives.test.ts +0 -250
  137. package/tests/executors/deploy.test.ts +0 -746
  138. package/tests/executors/filesystem-tools.test.ts +0 -357
  139. package/tests/executors/filesystem.test.ts +0 -959
  140. package/tests/executors/frg-freshness.test.ts +0 -136
  141. package/tests/executors/frg-merge.test.ts +0 -70
  142. package/tests/executors/frg-session-content.test.ts +0 -40
  143. package/tests/executors/frg.test.ts +0 -56
  144. package/tests/executors/memory-bugfixes.test.ts +0 -257
  145. package/tests/executors/memory-real-memoria.integration.test.ts +0 -316
  146. package/tests/executors/memory.test.ts +0 -853
  147. package/tests/executors/meta-tools.test.ts +0 -411
  148. package/tests/executors/meta.test.ts +0 -683
  149. package/tests/executors/path-containment.test.ts +0 -51
  150. package/tests/executors/process-registry.test.ts +0 -505
  151. package/tests/executors/pty.test.ts +0 -664
  152. package/tests/executors/quest-security.test.ts +0 -249
  153. package/tests/executors/read-file-media.test.ts +0 -230
  154. package/tests/executors/recall-knowledge-schema.test.ts +0 -209
  155. package/tests/executors/recall-tags.test.ts +0 -278
  156. package/tests/executors/remember-null-safety.contract.test.ts +0 -41
  157. package/tests/executors/restart.test.ts +0 -67
  158. package/tests/executors/search-unified.test.ts +0 -381
  159. package/tests/executors/session-history.test.ts +0 -340
  160. package/tests/executors/session-transcript.test.ts +0 -561
  161. package/tests/executors/shell-abort.test.ts +0 -416
  162. package/tests/executors/shell-env-blocklist.test.ts +0 -648
  163. package/tests/executors/shell-env-process.test.ts +0 -245
  164. package/tests/executors/shell-process-registry.test.ts +0 -334
  165. package/tests/executors/shell-tools.test.ts +0 -393
  166. package/tests/executors/shell.test.ts +0 -690
  167. package/tests/executors/web-abort-vs-timeout.test.ts +0 -213
  168. package/tests/executors/web-integration.test.ts +0 -633
  169. package/tests/executors/web-symlink.test.ts +0 -18
  170. package/tests/executors/web.test.ts +0 -1400
  171. package/tests/executors/write-stdin.test.ts +0 -145
  172. package/tests/extraction/content-extraction.test.ts +0 -153
  173. package/tests/guards/tools-default-test-lane.integration.test.ts +0 -21
  174. package/tests/guards/tools-package-test-commands.e2e.test.ts +0 -43
  175. package/tests/guards/tools-test-lane-manifest.contract.test.ts +0 -76
  176. package/tests/guards/tools-vitest-workspace-alias.contract.test.ts +0 -63
  177. package/tests/helpers/async-waits.ts +0 -53
  178. package/tests/integration/headless-control-contract.integration.test.ts +0 -153
  179. package/tests/integration/memory-tool-schema-parity.integration.test.ts +0 -67
  180. package/tests/integration/meta-tools-round-trip.integration.test.ts +0 -506
  181. package/tests/integration/quest-round-trip.test.ts +0 -303
  182. package/tests/integration/registry-executor-flow.test.ts +0 -85
  183. package/tests/integration.test.ts +0 -177
  184. package/tests/loading-tier.test.ts +0 -126
  185. package/tests/mcp/client-reconnect.test.ts +0 -267
  186. package/tests/mcp/connection.test.ts +0 -846
  187. package/tests/mcp/injectable-logger.test.ts +0 -83
  188. package/tests/mcp/jsonrpc.test.ts +0 -109
  189. package/tests/mcp/lifecycle.test.ts +0 -879
  190. package/tests/network-runtime/address-types.contract.test.ts +0 -143
  191. package/tests/network-runtime/continuity-bind-schema.contract.test.ts +0 -203
  192. package/tests/network-runtime/local-control-contract.test.ts +0 -869
  193. package/tests/network-runtime/local-control-invite-token.contract.test.ts +0 -146
  194. package/tests/network-runtime/node-store-contract.test.ts +0 -11
  195. package/tests/network-runtime/pair-protocol-nodeid.contract.test.ts +0 -15
  196. package/tests/network-runtime/peer-state-machine.contract.test.ts +0 -148
  197. package/tests/network-runtime/protocol-schemas.contract.test.ts +0 -512
  198. package/tests/network-runtime/relay-pending-nodeid.contract.test.ts +0 -62
  199. package/tests/network-runtime/runtime-bootstrap-contract.test.ts +0 -227
  200. package/tests/network-runtime/runtime-socket-local-control-client.test.ts +0 -621
  201. package/tests/network-runtime/wait-for-message-script.test.ts +0 -288
  202. package/tests/parallel.test.ts +0 -71
  203. package/tests/policy.test.ts +0 -184
  204. package/tests/print-default-test-lane.ts +0 -14
  205. package/tests/print-test-lane-manifest.ts +0 -22
  206. package/tests/providers/brave.test.ts +0 -159
  207. package/tests/providers/duckduckgo.test.ts +0 -207
  208. package/tests/providers/exa.test.ts +0 -175
  209. package/tests/providers/firecrawl.test.ts +0 -168
  210. package/tests/providers/jina.test.ts +0 -144
  211. package/tests/providers/router.test.ts +0 -328
  212. package/tests/providers/tavily.test.ts +0 -165
  213. package/tests/registry/discovery.test.ts +0 -154
  214. package/tests/registry/injectable-logger.test.ts +0 -230
  215. package/tests/registry/input-validation.test.ts +0 -361
  216. package/tests/registry/interface-completeness.test.ts +0 -85
  217. package/tests/registry/mcp-integration.test.ts +0 -103
  218. package/tests/registry/mcp-read-only-hint.test.ts +0 -60
  219. package/tests/registry/memoria-discovery.test.ts +0 -390
  220. package/tests/registry/nested-validation.test.ts +0 -283
  221. package/tests/registry/pseudo-tool-filtering.test.ts +0 -258
  222. package/tests/registry/registration-lifecycle.test.ts +0 -133
  223. package/tests/registry-validation.test.ts +0 -424
  224. package/tests/registry.test.ts +0 -460
  225. package/tests/security/dns-pinning.test.ts +0 -162
  226. package/tests/security/external-content.test.ts +0 -144
  227. package/tests/security/ssrf.test.ts +0 -118
  228. package/tests/shell-safety-integration.test.ts +0 -32
  229. package/tests/shell-safety.test.ts +0 -365
  230. package/tests/slack/desktop-session.test.ts +0 -50
  231. package/tests/test-lane-manifest.ts +0 -440
  232. package/tests/test-utils.ts +0 -27
  233. package/tests/tool-factory.test.ts +0 -188
  234. package/tests/utils/retry.test.ts +0 -231
  235. package/tests/utils/url.test.ts +0 -63
  236. package/tsconfig.cjs.json +0 -24
  237. package/tsconfig.json +0 -12
  238. package/vitest.config.ts +0 -55
  239. package/vitest.e2e.config.ts +0 -24
  240. package/vitest.integration.config.ts +0 -24
  241. package/vitest.native.config.ts +0 -24
@@ -1,81 +0,0 @@
1
- import { afterEach, describe, expect, it } from "vitest";
2
- import { Memoria } from "@aria-cli/memoria";
3
- import { createToolRegistry } from "../../src/index.js";
4
- import type { ToolContext } from "../../src/types.js";
5
-
6
- async function createRealMemoria(): Promise<Memoria> {
7
- const memoria = new Memoria({
8
- path: ":memory:",
9
- embeddings: {
10
- provider: "custom" as const,
11
- model: "mock-embedding",
12
- dimensions: 384,
13
- },
14
- });
15
- await memoria.initialize();
16
- return memoria;
17
- }
18
-
19
- function createContext(memoria: Memoria): ToolContext {
20
- return {
21
- workingDir: "/test",
22
- env: {},
23
- memoria: memoria as any,
24
- confirm: async () => true,
25
- };
26
- }
27
-
28
- describe("Memory tool discovery contract (E2E)", () => {
29
- let memoria: Memoria;
30
-
31
- afterEach(async () => {
32
- if (memoria) {
33
- await memoria.close();
34
- }
35
- });
36
-
37
- it("[CRITICAL] recall schema should NOT expose tags (intentionally removed)", () => {
38
- const registry = createToolRegistry();
39
- const recallInfo = registry.getToolInfos().find((t) => t.name === "recall");
40
- expect(recallInfo).toBeDefined();
41
- expect(recallInfo!.parameters.map((p) => p.name)).not.toContain("tags");
42
- });
43
-
44
- it("🔴 discovery metadata should not expose forget.query", () => {
45
- const registry = createToolRegistry();
46
- const forgetInfo = registry.getToolInfos().find((t) => t.name === "forget");
47
- expect(forgetInfo).toBeDefined();
48
- expect(forgetInfo!.parameters.map((p) => p.name)).not.toContain("query");
49
- });
50
-
51
- it("recall through real Memoria should work without tags", async () => {
52
- memoria = await createRealMemoria();
53
- const registry = createToolRegistry();
54
-
55
- await memoria.remember("Blue team deployment runbook", {
56
- network: "world",
57
- });
58
-
59
- const recall = registry.get("recall");
60
- expect(recall).toBeDefined();
61
-
62
- const result = await recall!.execute({ query: "runbook" }, createContext(memoria));
63
- expect(result.success).toBe(true);
64
-
65
- const memories = ((result.data as any)?.memories ?? []) as Array<{
66
- content: string;
67
- }>;
68
- expect(
69
- memories.some((memory) => memory.content.toLowerCase().includes("deployment runbook")),
70
- ).toBe(true);
71
- });
72
-
73
- it("recall_knowledge schema should expose kind and limit instead of depth", () => {
74
- const registry = createToolRegistry();
75
- const rkInfo = registry.getToolInfos().find((t) => t.name === "recall_knowledge");
76
- expect(rkInfo).toBeDefined();
77
- expect(rkInfo!.parameters.map((p) => p.name)).not.toContain("depth");
78
- expect(rkInfo!.parameters.map((p) => p.name)).toContain("kind");
79
- expect(rkInfo!.parameters.map((p) => p.name)).toContain("limit");
80
- });
81
- });
@@ -1,538 +0,0 @@
1
- /**
2
- * @aria/tools - Apply Patch executor tests
3
- *
4
- * Tests for unified diff patch application including:
5
- * - Happy path: single/multi-file, create, delete
6
- * - Security: path traversal, absolute paths, system paths
7
- * - Error handling: context mismatch, binary diff, empty patch
8
- */
9
-
10
- import { describe, it, expect, beforeEach, afterEach } from "vitest";
11
- import * as fs from "node:fs/promises";
12
- import * as path from "node:path";
13
- import * as os from "node:os";
14
- import type { ToolContext } from "../../src/types.js";
15
- import { executeApplyPatch } from "../../src/executors/apply-patch.js";
16
-
17
- // Helper to create a unique temp directory
18
- const createTempDir = async (): Promise<string> => {
19
- const tempDir = await fs.mkdtemp(path.join(os.tmpdir(), "aria-patch-test-"));
20
- return tempDir;
21
- };
22
-
23
- // Helper to clean up temp directory
24
- const cleanupTempDir = async (dir: string): Promise<void> => {
25
- await fs.rm(dir, { recursive: true, force: true });
26
- };
27
-
28
- // Helper to create a context
29
- const createContext = (workingDir: string): ToolContext => ({
30
- workingDir,
31
- env: {},
32
- confirm: async () => true,
33
- });
34
-
35
- describe("Apply Patch Executor", () => {
36
- let tempDir: string;
37
- let ctx: ToolContext;
38
-
39
- beforeEach(async () => {
40
- tempDir = await createTempDir();
41
- ctx = createContext(tempDir);
42
- });
43
-
44
- afterEach(async () => {
45
- await cleanupTempDir(tempDir);
46
- });
47
-
48
- describe("happy path", () => {
49
- it("applies a single-file patch correctly", async () => {
50
- // Create source file
51
- const filePath = path.join(tempDir, "hello.txt");
52
- await fs.writeFile(filePath, "Hello\nWorld\nFoo\n");
53
-
54
- const patch = [
55
- "--- a/hello.txt",
56
- "+++ b/hello.txt",
57
- "@@ -1,3 +1,3 @@",
58
- " Hello",
59
- "-World",
60
- "+Universe",
61
- " Foo",
62
- ].join("\n");
63
-
64
- const result = await executeApplyPatch({ patch }, ctx);
65
-
66
- expect(result.success).toBe(true);
67
- expect(result.message).toContain("Patch applied");
68
-
69
- const content = await fs.readFile(filePath, "utf-8");
70
- expect(content).toContain("Universe");
71
- expect(content).not.toContain("World");
72
- });
73
-
74
- it("applies a multi-file patch correctly", async () => {
75
- // Create source files
76
- const file1 = path.join(tempDir, "a.txt");
77
- const file2 = path.join(tempDir, "b.txt");
78
- await fs.writeFile(file1, "line1\nline2\n");
79
- await fs.writeFile(file2, "alpha\nbeta\n");
80
-
81
- const patch = [
82
- "diff --git a/a.txt b/a.txt",
83
- "--- a/a.txt",
84
- "+++ b/a.txt",
85
- "@@ -1,2 +1,2 @@",
86
- " line1",
87
- "-line2",
88
- "+line2_modified",
89
- "diff --git a/b.txt b/b.txt",
90
- "--- a/b.txt",
91
- "+++ b/b.txt",
92
- "@@ -1,2 +1,2 @@",
93
- " alpha",
94
- "-beta",
95
- "+gamma",
96
- ].join("\n");
97
-
98
- const result = await executeApplyPatch({ patch }, ctx);
99
-
100
- expect(result.success).toBe(true);
101
- const data = result.data as { filesChanged: number; modified: number };
102
- expect(data.filesChanged).toBe(2);
103
- expect(data.modified).toBe(2);
104
-
105
- const content1 = await fs.readFile(file1, "utf-8");
106
- expect(content1).toContain("line2_modified");
107
- const content2 = await fs.readFile(file2, "utf-8");
108
- expect(content2).toContain("gamma");
109
- });
110
-
111
- it("applies consecutive unified-diff file blocks without diff --git separators", async () => {
112
- const file1 = path.join(tempDir, "a.txt");
113
- const file2 = path.join(tempDir, "b.txt");
114
- await fs.writeFile(file1, "old-a\n");
115
- await fs.writeFile(file2, "old-b\n");
116
-
117
- const patch = [
118
- "--- a/a.txt",
119
- "+++ b/a.txt",
120
- "@@ -1 +1 @@",
121
- "-old-a",
122
- "+new-a",
123
- "--- a/b.txt",
124
- "+++ b/b.txt",
125
- "@@ -1 +1 @@",
126
- "-old-b",
127
- "+new-b",
128
- ].join("\n");
129
-
130
- const result = await executeApplyPatch({ patch }, ctx);
131
-
132
- expect(result.success).toBe(true);
133
- expect(await fs.readFile(file1, "utf-8")).toContain("new-a");
134
- expect(await fs.readFile(file2, "utf-8")).toContain("new-b");
135
- });
136
-
137
- it("handles unified diffs with no-newline markers", async () => {
138
- const filePath = path.join(tempDir, "noeol.txt");
139
- await fs.writeFile(filePath, "old", "utf-8");
140
-
141
- const patch = [
142
- "--- a/noeol.txt",
143
- "+++ b/noeol.txt",
144
- "@@ -1 +1 @@",
145
- "-old",
146
- "\",
147
- "+new",
148
- "\",
149
- ].join("\n");
150
-
151
- const result = await executeApplyPatch({ patch }, ctx);
152
-
153
- expect(result.success).toBe(true);
154
- expect(await fs.readFile(filePath, "utf-8")).toBe("new");
155
- });
156
-
157
- it("creates a new file (--- /dev/null)", async () => {
158
- const patch = [
159
- "--- /dev/null",
160
- "+++ b/newfile.txt",
161
- "@@ -0,0 +1,2 @@",
162
- "+Hello new file",
163
- "+Second line",
164
- ].join("\n");
165
-
166
- const result = await executeApplyPatch({ patch }, ctx);
167
-
168
- expect(result.success).toBe(true);
169
- const data = result.data as { created: number };
170
- expect(data.created).toBe(1);
171
-
172
- const content = await fs.readFile(path.join(tempDir, "newfile.txt"), "utf-8");
173
- expect(content).toContain("Hello new file");
174
- expect(content).toContain("Second line");
175
- });
176
-
177
- it("deletes a file (+++ /dev/null)", async () => {
178
- const filePath = path.join(tempDir, "doomed.txt");
179
- await fs.writeFile(filePath, "goodbye\n");
180
-
181
- const patch = ["--- a/doomed.txt", "+++ /dev/null", "@@ -1,1 +0,0 @@", "-goodbye"].join("\n");
182
-
183
- const result = await executeApplyPatch({ patch }, ctx);
184
-
185
- expect(result.success).toBe(true);
186
- const data = result.data as { deleted: number };
187
- expect(data.deleted).toBe(1);
188
-
189
- await expect(fs.stat(filePath)).rejects.toThrow();
190
- });
191
-
192
- it("applies Claude-style *** Begin Patch format", async () => {
193
- const filePath = path.join(tempDir, "begin-format.txt");
194
- await fs.writeFile(filePath, "alpha\nbeta\ngamma\n");
195
-
196
- const patch = [
197
- "*** Begin Patch",
198
- "*** Update File: begin-format.txt",
199
- "@@",
200
- " alpha",
201
- "-beta",
202
- "+BETA",
203
- " gamma",
204
- "*** End Patch",
205
- ].join("\n");
206
-
207
- const result = await executeApplyPatch({ patch }, ctx);
208
- expect(result.success).toBe(true);
209
-
210
- const content = await fs.readFile(filePath, "utf-8");
211
- expect(content).toContain("BETA");
212
- expect(content).not.toContain("beta");
213
- });
214
-
215
- it("supports move/rename in *** Begin Patch format", async () => {
216
- const source = path.join(tempDir, "src.txt");
217
- const target = path.join(tempDir, "dst.txt");
218
- await fs.writeFile(source, "one\ntwo\n");
219
-
220
- const patch = [
221
- "*** Begin Patch",
222
- "*** Update File: src.txt",
223
- "*** Move to: dst.txt",
224
- "@@",
225
- " one",
226
- "-two",
227
- "+TWO",
228
- "*** End Patch",
229
- ].join("\n");
230
-
231
- const result = await executeApplyPatch({ patch }, ctx);
232
- expect(result.success).toBe(true);
233
-
234
- await expect(fs.stat(source)).rejects.toThrow();
235
- const moved = await fs.readFile(target, "utf-8");
236
- expect(moved).toContain("TWO");
237
- });
238
- });
239
-
240
- describe("security (path traversal)", () => {
241
- it("rejects path traversal with ../", async () => {
242
- const patch = [
243
- "--- a/../escape/bad.txt",
244
- "+++ b/../escape/bad.txt",
245
- "@@ -1 +1 @@",
246
- "-old",
247
- "+new",
248
- ].join("\n");
249
-
250
- const result = await executeApplyPatch({ patch }, ctx);
251
-
252
- expect(result.success).toBe(false);
253
- expect(result.message).toContain("traversal");
254
- });
255
-
256
- it("rejects absolute path /etc/passwd", async () => {
257
- const patch = [
258
- "--- a//etc/passwd",
259
- "+++ b//etc/passwd",
260
- "@@ -1 +1 @@",
261
- "-root:x:0:0",
262
- "+hacked",
263
- ].join("\n");
264
-
265
- const result = await executeApplyPatch({ patch }, ctx);
266
-
267
- expect(result.success).toBe(false);
268
- // Will be caught either as absolute path or system path
269
- expect(result.message).toMatch(/Absolute path|System path|traversal/i);
270
- });
271
-
272
- it("rejects system path /dev/shm/test", async () => {
273
- const patch = ["--- /dev/null", "+++ b//dev/shm/test", "@@ -0,0 +1 @@", "+bad"].join("\n");
274
-
275
- const result = await executeApplyPatch({ patch }, ctx);
276
-
277
- expect(result.success).toBe(false);
278
- // Either absolute or system path rejection
279
- expect(result.message).toMatch(/Absolute path|System path/i);
280
- });
281
-
282
- it("rejects paths with .. after resolution", async () => {
283
- const patch = [
284
- "--- a/subdir/../../escape.txt",
285
- "+++ b/subdir/../../escape.txt",
286
- "@@ -1 +1 @@",
287
- "-old",
288
- "+new",
289
- ].join("\n");
290
-
291
- const result = await executeApplyPatch({ patch }, ctx);
292
-
293
- expect(result.success).toBe(false);
294
- expect(result.message).toContain("..");
295
- });
296
- });
297
-
298
- describe("error handling", () => {
299
- it("returns error for context mismatch (wrong context lines)", async () => {
300
- const filePath = path.join(tempDir, "mismatch.txt");
301
- await fs.writeFile(filePath, "actual line 1\nactual line 2\n");
302
-
303
- const patch = [
304
- "--- a/mismatch.txt",
305
- "+++ b/mismatch.txt",
306
- "@@ -1,2 +1,2 @@",
307
- " wrong context line",
308
- "-actual line 2",
309
- "+replaced line",
310
- ].join("\n");
311
-
312
- const result = await executeApplyPatch({ patch }, ctx);
313
-
314
- expect(result.success).toBe(false);
315
- expect(result.message).toContain("Hunk");
316
- expect(result.message).toContain("failed");
317
- });
318
-
319
- it("rejects binary diffs", async () => {
320
- const patch = ["Binary files a/image.png and b/image.png differ"].join("\n");
321
-
322
- const result = await executeApplyPatch({ patch }, ctx);
323
-
324
- expect(result.success).toBe(false);
325
- expect(result.message).toContain("Binary");
326
- });
327
-
328
- it("returns error for empty patch", async () => {
329
- const result = await executeApplyPatch({ patch: "" }, ctx);
330
-
331
- expect(result.success).toBe(false);
332
- expect(result.message).toContain("empty");
333
- });
334
-
335
- it("returns error for whitespace-only patch", async () => {
336
- const result = await executeApplyPatch({ patch: " \n \n " }, ctx);
337
-
338
- expect(result.success).toBe(false);
339
- expect(result.message).toContain("empty");
340
- });
341
-
342
- it("returns error for patch with no valid diffs", async () => {
343
- const patch = ["This is not a valid patch", "Just some random text"].join("\n");
344
-
345
- const result = await executeApplyPatch({ patch }, ctx);
346
-
347
- expect(result.success).toBe(false);
348
- expect(result.message).toContain("No file diffs");
349
- });
350
-
351
- it("returns error for malformed hunk line counts", async () => {
352
- const filePath = path.join(tempDir, "bad-counts.txt");
353
- await fs.writeFile(filePath, "a\nb\n");
354
-
355
- const patch = [
356
- "--- a/bad-counts.txt",
357
- "+++ b/bad-counts.txt",
358
- "@@ -1,2 +1,2 @@",
359
- " a",
360
- "-b",
361
- "+B",
362
- "+C",
363
- ].join("\n");
364
-
365
- const result = await executeApplyPatch({ patch }, ctx);
366
-
367
- expect(result.success).toBe(false);
368
- expect(result.message).toContain("Malformed hunk");
369
- });
370
-
371
- it("does not leave partial writes when delete source is missing", async () => {
372
- const targetPath = path.join(tempDir, "keep.txt");
373
- await fs.writeFile(targetPath, "hello\n");
374
-
375
- const patch = [
376
- "diff --git a/keep.txt b/keep.txt",
377
- "--- a/keep.txt",
378
- "+++ b/keep.txt",
379
- "@@ -1 +1 @@",
380
- "-hello",
381
- "+HELLO",
382
- "diff --git a/missing.txt b/missing.txt",
383
- "--- a/missing.txt",
384
- "+++ /dev/null",
385
- "@@ -1 +0,0 @@",
386
- "-gone",
387
- ].join("\n");
388
-
389
- const result = await executeApplyPatch({ patch }, ctx);
390
-
391
- expect(result.success).toBe(false);
392
- expect(result.message).toContain("Cannot delete missing path");
393
- expect(await fs.readFile(targetPath, "utf-8")).toBe("hello\n");
394
- });
395
- });
396
-
397
- describe("security — review fixes (aria-8kp.4)", () => {
398
- it("rejects patch targeting symlink that escapes working directory", async () => {
399
- // Create a directory outside tempDir
400
- const outsideDir = await fs.mkdtemp(path.join(os.tmpdir(), "aria-patch-outside-"));
401
- const outsideFile = path.join(outsideDir, "secret.txt");
402
- await fs.writeFile(outsideFile, "secret content\n");
403
-
404
- // Create a symlink inside tempDir pointing to outsideDir
405
- const symlinkPath = path.join(tempDir, "sneaky");
406
- await fs.symlink(outsideDir, symlinkPath);
407
-
408
- const patch = [
409
- "--- a/sneaky/secret.txt",
410
- "+++ b/sneaky/secret.txt",
411
- "@@ -1 +1 @@",
412
- "-secret content",
413
- "+pwned",
414
- ].join("\n");
415
-
416
- const result = await executeApplyPatch({ patch }, ctx);
417
-
418
- expect(result.success).toBe(false);
419
- expect(result.message).toContain("escapes working directory");
420
-
421
- // Verify original file is untouched
422
- const content = await fs.readFile(outsideFile, "utf-8");
423
- expect(content).toBe("secret content\n");
424
-
425
- // Cleanup
426
- await fs.rm(outsideDir, { recursive: true, force: true });
427
- });
428
-
429
- it("rejects patch with nested .. path components", async () => {
430
- const patch = [
431
- "--- a/../../etc/passwd",
432
- "+++ b/../../etc/passwd",
433
- "@@ -1 +1 @@",
434
- "-root:x:0:0",
435
- "+pwned:x:0:0",
436
- ].join("\n");
437
-
438
- const result = await executeApplyPatch({ patch }, ctx);
439
-
440
- expect(result.success).toBe(false);
441
- expect(result.message).toContain("traversal");
442
- });
443
-
444
- it("rejects Windows-style absolute paths", async () => {
445
- const patch = [
446
- "--- a/C:\\Windows\\System32\\config",
447
- "+++ b/C:\\Windows\\System32\\config",
448
- "@@ -1 +1 @@",
449
- "-original",
450
- "+pwned",
451
- ].join("\n");
452
-
453
- const result = await executeApplyPatch({ patch }, ctx);
454
-
455
- expect(result.success).toBe(false);
456
- expect(result.message).toContain("Absolute path not allowed");
457
- });
458
-
459
- it("handles CRLF line endings correctly", async () => {
460
- // Create file with CRLF endings
461
- const filePath = path.join(tempDir, "crlf.txt");
462
- await fs.writeFile(filePath, "Line1\r\nLine2\r\nLine3\r\n");
463
-
464
- const patch = [
465
- "--- a/crlf.txt",
466
- "+++ b/crlf.txt",
467
- "@@ -1,3 +1,3 @@",
468
- " Line1",
469
- "-Line2",
470
- "+Modified",
471
- " Line3",
472
- ].join("\n");
473
-
474
- const result = await executeApplyPatch({ patch }, ctx);
475
-
476
- expect(result.success).toBe(true);
477
- const content = await fs.readFile(filePath, "utf-8");
478
- expect(content).toContain("Modified");
479
- expect(content).not.toContain("Line2");
480
- });
481
-
482
- it("rejects cwd that escapes the working directory", async () => {
483
- const patch = ["--- a/hello.txt", "+++ b/hello.txt", "@@ -1 +1 @@", "-old", "+new"].join(
484
- "\n",
485
- );
486
-
487
- const result = await executeApplyPatch({ patch, cwd: "/tmp" }, ctx);
488
-
489
- expect(result.success).toBe(false);
490
- expect(result.message).toContain("cwd must be within the working directory");
491
- });
492
-
493
- it("rejects cwd with .. that escapes working directory", async () => {
494
- const patch = ["--- a/hello.txt", "+++ b/hello.txt", "@@ -1 +1 @@", "-old", "+new"].join(
495
- "\n",
496
- );
497
-
498
- const result = await executeApplyPatch({ patch, cwd: "../../../tmp" }, ctx);
499
-
500
- expect(result.success).toBe(false);
501
- // The resolved path may not exist (triggering "does not exist") or may resolve
502
- // outside the working directory (triggering "cwd must be within"). Both correctly
503
- // reject the traversal attempt.
504
- expect(result.message).toMatch(/cwd must be within the working directory|does not exist/);
505
- });
506
-
507
- it("accepts cwd that is a subdirectory of working directory", async () => {
508
- const subDir = path.join(tempDir, "subdir");
509
- await fs.mkdir(subDir, { recursive: true });
510
- const filePath = path.join(subDir, "test.txt");
511
- await fs.writeFile(filePath, "original\n");
512
-
513
- const patch = [
514
- "--- a/test.txt",
515
- "+++ b/test.txt",
516
- "@@ -1 +1 @@",
517
- "-original",
518
- "+modified",
519
- ].join("\n");
520
-
521
- const result = await executeApplyPatch({ patch, cwd: "subdir" }, ctx);
522
-
523
- expect(result.success).toBe(true);
524
- const content = await fs.readFile(filePath, "utf-8");
525
- expect(content).toContain("modified");
526
- });
527
-
528
- it("rejects patch exceeding 1MB size limit", async () => {
529
- const largePatch =
530
- "--- a/file.txt\n+++ b/file.txt\n@@ -1 +1 @@\n-old\n+" + "x".repeat(1_100_000);
531
-
532
- const result = await executeApplyPatch({ patch: largePatch }, ctx);
533
-
534
- expect(result.success).toBe(false);
535
- expect(result.message).toContain("Patch too large");
536
- });
537
- });
538
- });