pentesting 0.73.9 → 0.73.10

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/README.md CHANGED
@@ -76,13 +76,22 @@ email: agnusdei1207@gmail.com
76
76
 
77
77
  <br/>
78
78
 
79
- <img src="https://api.iconify.design/twemoji:flag-ireland.svg" width="48" height="48" alt="Ireland" />
80
-
81
- **In Ireland 🇮🇪**
82
-
83
- we don't stop until the flag is captured.
84
-
85
- [![in-ireland](https://img.shields.io/badge/Made%20in-Ireland%20🇮🇪-169B62?style=flat-square&labelColor=FF883E)](https://en.wikipedia.org/wiki/Republic_of_Ireland)
79
+ <img src="https://api.iconify.design/twemoji:flag-ireland.svg" width="36" height="36" alt="Ireland" />
80
+ <img src="https://api.iconify.design/twemoji:flag-south-korea.svg" width="36" height="36" alt="South Korea" />
81
+ <img src="https://api.iconify.design/twemoji:flag-germany.svg" width="36" height="36" alt="Germany" />
82
+ <img src="https://api.iconify.design/twemoji:flag-italy.svg" width="36" height="36" alt="Italy" />
83
+ <img src="https://api.iconify.design/twemoji:flag-netherlands.svg" width="36" height="36" alt="Netherlands" />
84
+ <img src="https://api.iconify.design/twemoji:flag-japan.svg" width="36" height="36" alt="Japan" />
85
+ <img src="https://api.iconify.design/twemoji:flag-belgium.svg" width="36" height="36" alt="Belgium" />
86
+ <img src="https://api.iconify.design/twemoji:flag-spain.svg" width="36" height="36" alt="Spain" />
87
+ <img src="https://api.iconify.design/twemoji:flag-portugal.svg" width="36" height="36" alt="Portugal" />
88
+ <img src="https://api.iconify.design/twemoji:flag-austria.svg" width="36" height="36" alt="Austria" />
89
+
90
+ **Quietly built across Ireland, Korea, Germany, Italy, the Netherlands, Japan, Belgium, Spain, Portugal, and Austria.**
91
+
92
+ from recon to flag capture, the work speaks for itself.
93
+
94
+ [![distributed-build](https://img.shields.io/badge/Built%20across-10%20countries-334155?style=flat-square&labelColor=0F172A)](#)
86
95
 
87
96
  <br/>
88
97
 
@@ -5,7 +5,7 @@ import {
5
5
  createContextExtractor,
6
6
  getLLMClient,
7
7
  getShellSupervisorLifecycleSnapshot
8
- } from "./chunk-DDLHDNOM.js";
8
+ } from "./chunk-OP3YVCKB.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-6M7LXEMY.js";
16
+ } from "./chunk-TFYJWIQF.js";
17
17
  import {
18
18
  DETECTION_PATTERNS,
19
19
  PROCESS_EVENTS,
@@ -69,7 +69,7 @@ import {
69
69
  startBackgroundProcess,
70
70
  stopBackgroundProcess,
71
71
  writeFileContent
72
- } from "./chunk-6M7LXEMY.js";
72
+ } from "./chunk-TFYJWIQF.js";
73
73
  import {
74
74
  DETECTION_PATTERNS,
75
75
  HEALTH_CONFIG,
@@ -11054,7 +11054,7 @@ After completion: record key loot/findings from the sub-agent output to canonica
11054
11054
  rootTaskId: activeExecution.rootTaskId
11055
11055
  }
11056
11056
  });
11057
- const { AgentTool } = await import("./agent-tool-S6IMN7AQ.js");
11057
+ const { AgentTool } = await import("./agent-tool-K3ETJX2V.js");
11058
11058
  const executor = new AgentTool(state, events, scopeGuard, approvalGate);
11059
11059
  try {
11060
11060
  const result = await executor.execute(input);
@@ -348,7 +348,7 @@ var INPUT_PROMPT_PATTERNS = [
348
348
  ];
349
349
 
350
350
  // src/shared/constants/agent.ts
351
- var APP_VERSION = "0.73.9";
351
+ var APP_VERSION = "0.73.10";
352
352
  var APP_DESCRIPTION = "Autonomous Penetration Testing AI Agent";
353
353
  var LLM_ROLES = {
354
354
  SYSTEM: "system",
package/dist/main.js CHANGED
@@ -38,7 +38,7 @@ import {
38
38
  rotateTurnRecords,
39
39
  setCurrentTurn,
40
40
  writePolicyDocument
41
- } from "./chunk-DDLHDNOM.js";
41
+ } from "./chunk-OP3YVCKB.js";
42
42
  import {
43
43
  AGENT_ROLES,
44
44
  APP_DESCRIPTION,
@@ -87,7 +87,7 @@ import {
87
87
  setActiveSessionRuntime,
88
88
  setTorEnabled,
89
89
  snapshotToPrompt
90
- } from "./chunk-6M7LXEMY.js";
90
+ } from "./chunk-TFYJWIQF.js";
91
91
  import {
92
92
  EXIT_CODES,
93
93
  getOptionalRuntimeSection,
@@ -3273,7 +3273,7 @@ var makeRotateTurns = (_llm, _opts) => async (_ctx) => {
3273
3273
  };
3274
3274
  var makeSaveSession = (_llm, _opts) => async (ctx) => {
3275
3275
  try {
3276
- const { saveState: saveState2 } = await import("./persistence-VW7NUTP4.js");
3276
+ const { saveState: saveState2 } = await import("./persistence-TSBV5F6R.js");
3277
3277
  saveState2(ctx.state);
3278
3278
  } catch {
3279
3279
  }
@@ -3,7 +3,7 @@ import {
3
3
  clearWorkspace,
4
4
  loadState,
5
5
  saveState
6
- } from "./chunk-6M7LXEMY.js";
6
+ } from "./chunk-TFYJWIQF.js";
7
7
  import "./chunk-S5ZMXFHR.js";
8
8
  export {
9
9
  StateSerializer,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.73.9",
3
+ "version": "0.73.10",
4
4
  "description": "Autonomous Penetration Testing AI Agent",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",