pentesting 0.100.0 → 0.100.1

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # Pentesting 🔓
2
2
 
3
- > **Pentesting** is a local-first, zero-panic Rust coding agent CLI for authorized security assessments and educational security research. The runtime—not the model—owns routing, tool sandboxing, verification, and completion adjudication.
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.
4
+
5
+ The runtime—not the model—owns routing, tool sandboxing, verification, completion adjudication, and PTY/session lifecycle management.
4
6
 
5
7
  <div align="center">
6
8
  <img src="https://api.iconify.design/hugeicons:bash.svg" alt="pentesting bash icon" width="120" />
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "pentesting",
3
- "version": "0.100.0",
3
+ "version": "0.100.1",
4
4
  "builderReleaseTag": "v0.100.0",
5
- "description": "pentesting — security-focused agent runtime (internal engine: builder). Thin npm facade that downloads the managed Builder binary and forwards arguments.",
5
+ "description": "pentesting — coding agent runtime with audited reverse-shell session control, verified PTY upgrades, pivot workflows, and managed Builder delivery.",
6
6
  "license": "MIT",
7
7
  "author": "agnusdei1207",
8
8
  "type": "module",