Skip to content

feat: separate URL target and local host findings in scan output#20

Merged
jonathansantilli merged 5 commits into
mainfrom
codex/url-target-findings-separation
Mar 14, 2026
Merged

feat: separate URL target and local host findings in scan output#20
jonathansantilli merged 5 commits into
mainfrom
codex/url-target-findings-separation

Conversation

@jonathansantilli

Copy link
Copy Markdown
Owner

Summary

  • separate URL scan findings into two explicit groups in terminal output:
    • requested URL target findings
    • additional local host findings
  • always show requested URL target results first
  • reorder findings in scan and skills-wrapper flows so target-origin findings are prioritized for rendering/TUI display
  • improve URL result note wording to explicitly call out local host paths (~/* and absolute paths)
  • add unit tests for partition/reorder logic and terminal rendering order

Verification

  • npm run lint
  • npm test -- tests/report/requested-target-findings.test.ts tests/reporter/terminal.test.ts tests/commands/skills-wrapper.test.ts tests/cli/scan-command.test.ts
  • npm run typecheck
  • npm run build

@jonathansantilli jonathansantilli merged commit e3a2633 into main Mar 14, 2026
15 checks passed
@jonathansantilli jonathansantilli deleted the codex/url-target-findings-separation branch March 14, 2026 21:00
github-actions Bot pushed a commit that referenced this pull request Mar 14, 2026
# [0.4.0](v0.3.1...v0.4.0) (2026-03-14)

### Features

* separate URL target and local host findings in scan output ([#20](#20)) ([e3a2633](e3a2633))
jonathansantilli pushed a commit that referenced this pull request Mar 24, 2026
# [0.4.0](v0.3.1...v0.4.0) (2026-03-14)

### Features

* separate URL target and local host findings in scan output ([#20](#20)) ([73b0a6a](73b0a6a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant