wormclaude 1.0.157 → 1.0.158

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.158';
package/dist/tools.js CHANGED
@@ -737,6 +737,11 @@ 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). Run that deeper pass ONLY if the user accepts AND the'
744
+ + ' target is in authorized scope.';
740
745
  return { ok: true, output: txt, args };
741
746
  }
742
747
  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.158",
4
4
  "description": "WormClaude CLI - uncensored security+code assistant (ink TUI, Claude-style)",
5
5
  "type": "module",
6
6
  "bin": {