ワンクリックで
scan
Start the FractionsOfACent CLI scanner in headless looped mode. Continuously scans for exposed credentials until the user stops it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Start the FractionsOfACent CLI scanner in headless looped mode. Continuously scans for exposed credentials until the user stops it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | scan |
| description | Start the FractionsOfACent CLI scanner in headless looped mode. Continuously scans for exposed credentials until the user stops it. |
When invoked:
From the project root (D:\Projects\MindAttic\FractionsOfACent), launch the CLI in the background with a log file:
dotnet run --project v2/Cli -- --headless --loop 60
Use the Bash tool with run_in_background: true and redirect output to scan-run.log (e.g. dotnet run --project v2/Cli -- --headless --loop 60 > scan-run.log 2>&1).
Report back:
scan-run.log) and the fractions invocation used.ScannerControl row (Blazor Settings tab) or by killing the background shell.Flags the user may ask for — pass them after the -- in the dotnet command:
--loop 30s|5m|1h — change cadence (default here is 60s).--provider <name> (repeatable) — restrict to specific providers.--include-passwords — opt into PlainTextPassword patterns (high FP rate).--max-per-provider N, --max-rechecks N, --max-notices N — tune per-pass caps.-v / --verbose — extra config logging.Notes:
ScannerControl.RequestedState, so the Blazor UI's pause button works without restarting.FractionsOfACent database) — the Blazor app can run concurrently against the same DB.