Commit Graph

9 Commits

Author SHA1 Message Date
posimai cf10f757a8 fix(pc-audit): 管理者判定を3段階に強化、viewer を3カラムレイアウトに変更
PS1: IsInRole -> SID string 比較 -> net localgroup の3段階で判定。
UAC トークンフィルタリング環境でも管理者ユーザーを正しく検出する。

viewer: 左寄せ3カラム(概要/差分 | チェック項目 | ポート一覧)。
スマホは1カラムに自動切替。一時ポート(49152-65535)に「正常」説明を追加。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 08:24:33 +09:00
posimai 2c0f4da03c fix(pc-audit): 管理者判定を Administrators グループ所属チェックに修正
IsInRole はプロセスの昇格トークンのみ検査するため、UAC 環境の通常起動では
管理者グループのメンバーでも false になっていた。
BUILTIN\Administrators SID のグループ所属を追加チェックし正しく検出する。

.gitattributes: working-tree-encoding=UTF-8-BOM を削除(git 2.51 で add 失敗するバグのため)
BOM 付与は run-pc-audit.js の自動処理に委ねる。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 08:17:58 +09:00
posimai a17084dfd8 feat(pc-audit): report-viewer を Posimai ダークテーマに全面改修
- 左ボーダーラインを廃止、badge + カード枠色でレベルを表現
- 非エンジニア向け説明・対処方法(actionJa)を各カードに追加
- ポート一覧に IP アドレス・ポート番号の日本語解説を追加
- プライバシー説明をヘッダーに常時表示

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 08:08:14 +09:00
posimai a2282fe33b fix(pc-audit): bat ファイルを CRLF に変換(どこからでも実行可能に)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-21 06:50:59 +09:00
posimai 0990385b89 feat(pc-audit): ダブルクリック実行バッチ追加、viewer のパス表示改善 2026-04-20 20:48:28 +09:00
posimai e7594370e7 feat(ext): integrate rule engine — scan works without API key
- runRuleEngine() now runs first on every scan (133 rules, instant)
- Gemini/Claude become optional enhancement layers (deeper semantic scan)
- Removed hard requirement for API key to run scanWorkspace/scanFile
- tsconfig: remove rootDir restriction to allow relative import from guard app
- Status bar tooltip updated to reflect API-key-free scanning
- Bundle: 120kb minified (ruleEngine + RULE_FIXES included via esbuild)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 23:05:19 +09:00
posimai dbc30494bd fix: emoji violation in shadow-logger, SW lifecycle fix in veil, doc analytics exception 2026-04-10 21:34:44 +09:00
posimai 3ecdb23a29 feat: diary VPS cloud sync — generate-post fetches from VPS, memory-push.sh HOME fix 2026-04-03 15:53:26 +09:00
posimai 0540e24e67 feat: diary offline reconnect button + start-diary-server.bat 2026-04-03 13:15:27 +09:00