pentesting 0.92.5 → 0.92.8

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/ARCHITECTURE.md CHANGED
File without changes
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > **Pentesting** is a local-first, zero-panic Rust coding agent CLI for authorized security assessments. The runtime—not the model—owns routing, tool sandboxing, verification, and completion adjudication.
4
4
 
5
5
  <div align="center">
6
- <img src="pentesting-logo.svg" alt="pentesting logo" width="120" />
6
+ <img src="https://api.iconify.design/hugeicons:bash.svg" alt="pentesting bash icon" width="120" />
7
7
  <h1>pentesting</h1>
8
8
  <p>Security-Focused Agent Runtime</p>
9
9
 
@@ -13,6 +13,25 @@
13
13
 
14
14
  ---
15
15
 
16
+ ## ✅ Capabilities
17
+
18
+ Agent-loop essentials at parity with leading coding agents, plus a security-focused layer on top.
19
+
20
+ | Area | What it does |
21
+ | --- | --- |
22
+ | Model-driven loop | Streaming tool-use loop; the model decides when it's done |
23
+ | Tool guardrails | Read-before-edit enforcement, repeat-call guard, policy-gated file/shell/network |
24
+ | Permissions | Allow / Deny / Confirm, with once/always decisions persisted |
25
+ | Context compaction | Automatic micro-pruning + model-triggered summarization, pre/post hooks |
26
+ | Interrupt & steering | ESC to interrupt mid-turn, queue follow-ups while it works |
27
+ | Subagents | Parallel delegated tasks, budget-capped, role-specific personas |
28
+ | MCP & skills | Dynamic MCP tool discovery, layered markdown skills |
29
+ | Memory | Ebbinghaus-style decaying notes + hybrid lexical/semantic/graph retrieval |
30
+
31
+ **Beyond the baseline:** evidence-gated completion adjudication (Complete / Replan / Blocked), full PTY session control, and CTF-grade verification tools (flag check, best-of-N verify, findings ledger).
32
+
33
+ ---
34
+
16
35
  ## 🚀 Quick Start
17
36
 
18
37
  ```bash
File without changes
package/lib/runtime.mjs CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.92.5",
4
- "builderReleaseTag": "v0.92.5",
3
+ "version": "0.92.8",
4
+ "builderReleaseTag": "v0.92.8",
5
5
  "description": "pentesting — security-focused agent runtime (internal engine: builder). Thin npm facade that downloads the managed Builder binary and forwards arguments.",
6
6
  "license": "MIT",
7
7
  "author": "agnusdei1207",
File without changes
File without changes