swarmhack-cli 0.1.1 → 0.2.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.
@@ -162,7 +162,7 @@ agents:
162
162
  enabled: true
163
163
  report_info_findings: false # Suppress API endpoint/tech fingerprint info findings
164
164
  max_depth: 3
165
- max_pages: 1000
165
+ max_pages: 100 # ✅ ADR-001: 1000 → 100 for pentest mode (depth over breadth)
166
166
  requests_per_second: 10.0
167
167
 
168
168
  memory:
@@ -203,7 +203,7 @@ neural:
203
203
  mutation_count: 10
204
204
 
205
205
  kill_chain:
206
- phases: [recon, discovery, exploitation]
206
+ phases: [recon, discovery]
207
207
 
208
208
  containers:
209
209
  image: swarmhack/unified-pentest:latest
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "swarmhack-cli",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "description": "SwarmHack - Neural swarm-based penetration testing framework",
5
5
  "author": "Prancer <support@prancer.io>",
6
6
  "license": "MIT",