wormclaude 1.0.157 → 1.0.159

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/dist/theme.js CHANGED
@@ -16,4 +16,4 @@ export const theme = {
16
16
  synType: '#a78bfa', // tip/sınıf adları, sabitler
17
17
  synProp: '#e0e0e0', // özellik/anahtar adları
18
18
  };
19
- export const VERSION = '1.0.157';
19
+ export const VERSION = '1.0.159';
package/dist/tools.js CHANGED
@@ -737,6 +737,13 @@ async function execOne(call, hooks) {
737
737
  txt += 'Zafiyet bulunamadı (hedef temiz ya da yanıt vermedi).';
738
738
  else
739
739
  txt += `${rep.found_count} bulgu:\n` + f.slice(0, 50).map((x) => ' ' + JSON.stringify(x)).join('\n');
740
+ // HYBRID: bu gömülü ilk-geçiştir. Modele, kullanıcıya derin taramayı TEKLİF ettir.
741
+ txt += '\n\n[hybrid-note] This was WormClaude\'s fast embedded first-pass scan. After reporting these'
742
+ + ' findings, OFFER the user (in their language) a deeper full scan with real tools'
743
+ + ' (nmap, nuclei, sqlmap, dalfox, ffuf), paired with the authorization reminder: for'
744
+ + ' educational/authorized use only — run it only if the user owns the target or holds a written'
745
+ + ' authorization document. Escalate ONLY if the user accepts AND has confirmed ownership/written'
746
+ + ' authorization (ask once if unstated).';
740
747
  return { ok: true, output: txt, args };
741
748
  }
742
749
  catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wormclaude",
3
- "version": "1.0.157",
3
+ "version": "1.0.159",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {