Skip to content

Add remediation priority summaries to reports#9

Merged
brandonwise merged 1 commit into
mainfrom
auto/pm-presence-20260718
Jul 18, 2026
Merged

Add remediation priority summaries to reports#9
brandonwise merged 1 commit into
mainfrom
auto/pm-presence-20260718

Conversation

@brandonwise

Copy link
Copy Markdown
Owner

Summary

  • Adds a shared remediation priority planner for scan findings.
  • Exposes remediation_plan in JSON reports for CI/dashboards.
  • Adds remediation priority sections to terminal, Markdown, and HTML reports.
  • Updates README usage/docs and test-count trust signal.

Rationale

PMs and AI builders are asking for workflows that preserve human judgment while turning scattered agent/security evidence into clear next actions. This keeps agentwise useful for both technical reviewers and PM/security owners who need a prioritized cleanup view.

Telemetry used:

Validation

  • PASS python3 skills/tiktok-trends/scripts/research.py saved projects/last-tiktok-trends.md with 43 signals.
  • PASS cargo fmt --check.
  • PASS cargo test report:: ran 19 report unit tests.
  • PASS cargo test remediation_priority ran 2 CLI integration tests for Markdown/HTML remediation output.
  • PASS cargo test test_json_output ran JSON renderer + CLI JSON tests.
  • PASS cargo test ran 225 unit tests + 42 integration tests.
  • PASS cargo clippy --all-targets -- -D warnings.
  • PASS cargo build --release.
  • PASS target/release/agentwise scan testdata/vulnerable-mcp.json | rg 'Remediation priority|fix now'.
  • PASS target/release/agentwise scan testdata/vulnerable-mcp.json --format json | jq -e '.remediation_plan.fix_now > 0 and (.remediation_plan.top_actions | length > 0)'.
  • PASS target/release/agentwise scan testdata/vulnerable-mcp.json --format markdown | rg '## Remediation priority|\| Fix now \|'.
  • PASS target/release/agentwise scan testdata/vulnerable-mcp.json --format html | rg 'Remediation priority|priority-lane|action-row'.
  • PASS node /Users/bwise/.openclaw/workspace/projects/humanizer/src/cli.js score README.md returned 41/100.
  • PASS git diff --check.

Rollback

Squash-revert this PR. The change is limited to report rendering/docs/tests and does not alter scanner rules, scoring, or finding generation.

@brandonwise
brandonwise merged commit 0111885 into main Jul 18, 2026
9 checks passed
@brandonwise
brandonwise deleted the auto/pm-presence-20260718 branch July 18, 2026 22:24
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