pentesting 0.100.1 → 0.100.2

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 (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Pentesting 🔓
2
2
 
3
- > **Pentesting** is a local-first Rust coding agent CLI for authorized security work, with an audited reverse-shell control plane: catch callbacks, verify PTY upgrades, pivot across sessions, and reclaim them cleanly.
3
+ > **Pentesting** is a local-first Rust coding agent CLI for authorized security work, with audited reverse-shell and PTY session control: catch callbacks, verify upgrades, pivot across sessions, and reclaim them cleanly.
4
4
 
5
- The runtime—not the model—owns routing, tool sandboxing, verification, completion adjudication, and PTY/session lifecycle management.
5
+ The runtime—not the model—owns routing, tool sandboxing, verification, completion adjudication, and PTY/session lifecycle management. PTYs are first-class runtime objects: upgrade state, resize authority, transcript capture, file-descriptor ownership, and close/revoke/gc reclamation are all tracked explicitly.
6
6
 
7
7
  <div align="center">
8
8
  <img src="https://api.iconify.design/hugeicons:bash.svg" alt="pentesting bash icon" width="120" />
@@ -27,6 +27,7 @@ Agent-loop essentials at parity with leading coding agents, plus a security-focu
27
27
  | Context compaction | Automatic micro-pruning + model-triggered summarization, pre/post hooks |
28
28
  | Interrupt & steering | ESC to interrupt mid-turn, queue follow-ups while it works |
29
29
  | Reverse-shell control plane | Accept and track multiple authorized callbacks, tag/probe sessions, send/observe/run commands, verify PTY upgrades, and keep transcript/ledger/evidence records |
30
+ | PTY session control | Treat upgraded shells as managed PTY sessions with resize gating, transcript capture, FD accounting, and deterministic close/revoke/gc reclamation |
30
31
  | Subagents | Parallel delegated tasks, budget-capped, role-specific personas |
31
32
  | MCP & skills | Dynamic MCP tool discovery, layered markdown skills |
32
33
  | Memory | Ebbinghaus-style decaying notes + hybrid lexical/semantic/graph retrieval |
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.100.1",
3
+ "version": "0.100.2",
4
4
  "builderReleaseTag": "v0.100.0",
5
- "description": "pentesting — coding agent runtime with audited reverse-shell session control, verified PTY upgrades, pivot workflows, and managed Builder delivery.",
5
+ "description": "pentesting — coding agent runtime with audited reverse-shell capture, verified PTY session upgrades, pivot control, evidence transcripts, and safe session reclamation.",
6
6
  "license": "MIT",
7
7
  "author": "agnusdei1207",
8
8
  "type": "module",