pentesting 0.73.4 → 0.73.5
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.
- package/dist/{agent-tool-MP274HWD.js → agent-tool-6JOB2JB6.js} +2 -2
- package/dist/{chunk-7E2VUIFU.js → chunk-EIPVHHPI.js} +1 -1
- package/dist/{chunk-3KWJPPYB.js → chunk-ULP6TF2X.js} +2 -2
- package/dist/main.js +3 -3
- package/dist/{persistence-BNVN3WW6.js → persistence-EFKMGPYS.js} +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
createContextExtractor,
|
|
6
6
|
getLLMClient,
|
|
7
7
|
getShellSupervisorLifecycleSnapshot
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-ULP6TF2X.js";
|
|
9
9
|
import {
|
|
10
10
|
AGENT_ROLES,
|
|
11
11
|
EVENT_TYPES,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
TOOL_NAMES,
|
|
14
14
|
getProcessOutput,
|
|
15
15
|
listBackgroundProcesses
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-EIPVHHPI.js";
|
|
17
17
|
import {
|
|
18
18
|
DETECTION_PATTERNS,
|
|
19
19
|
PROCESS_EVENTS,
|
|
@@ -348,7 +348,7 @@ var INPUT_PROMPT_PATTERNS = [
|
|
|
348
348
|
|
|
349
349
|
// src/shared/constants/agent.ts
|
|
350
350
|
var APP_NAME = "Pentest AI";
|
|
351
|
-
var APP_VERSION = "0.73.
|
|
351
|
+
var APP_VERSION = "0.73.5";
|
|
352
352
|
var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
|
|
353
353
|
var LLM_ROLES = {
|
|
354
354
|
SYSTEM: "system",
|
|
@@ -64,7 +64,7 @@ import {
|
|
|
64
64
|
startBackgroundProcess,
|
|
65
65
|
stopBackgroundProcess,
|
|
66
66
|
writeFileContent
|
|
67
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-EIPVHHPI.js";
|
|
68
68
|
import {
|
|
69
69
|
DETECTION_PATTERNS,
|
|
70
70
|
HEALTH_CONFIG,
|
|
@@ -11897,7 +11897,7 @@ After completion: record key loot/findings from the sub-agent output to canonica
|
|
|
11897
11897
|
workerType: params["worker_type"],
|
|
11898
11898
|
resumeTaskId: params["resume_task_id"]
|
|
11899
11899
|
};
|
|
11900
|
-
const { AgentTool } = await import("./agent-tool-
|
|
11900
|
+
const { AgentTool } = await import("./agent-tool-6JOB2JB6.js");
|
|
11901
11901
|
const executor = new AgentTool(state, events, scopeGuard, approvalGate);
|
|
11902
11902
|
const result = await executor.execute(input);
|
|
11903
11903
|
state.recordDelegatedTask({
|
package/dist/main.js
CHANGED
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
rotateTurnRecords,
|
|
43
43
|
setCurrentTurn,
|
|
44
44
|
writePolicyDocument
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-ULP6TF2X.js";
|
|
46
46
|
import {
|
|
47
47
|
AGENT_ROLES,
|
|
48
48
|
APP_DESCRIPTION,
|
|
@@ -85,7 +85,7 @@ import {
|
|
|
85
85
|
setActiveSessionRuntime,
|
|
86
86
|
setTorEnabled,
|
|
87
87
|
snapshotToPrompt
|
|
88
|
-
} from "./chunk-
|
|
88
|
+
} from "./chunk-EIPVHHPI.js";
|
|
89
89
|
import {
|
|
90
90
|
EXIT_CODES,
|
|
91
91
|
getOptionalRuntimeSection,
|
|
@@ -1476,7 +1476,7 @@ var makeRotateTurns = (_llm, _opts) => async (_ctx) => {
|
|
|
1476
1476
|
};
|
|
1477
1477
|
var makeSaveSession = (_llm, _opts) => async (ctx) => {
|
|
1478
1478
|
try {
|
|
1479
|
-
const { saveState: saveState2 } = await import("./persistence-
|
|
1479
|
+
const { saveState: saveState2 } = await import("./persistence-EFKMGPYS.js");
|
|
1480
1480
|
saveState2(ctx.state);
|
|
1481
1481
|
} catch {
|
|
1482
1482
|
}
|