feat(cli): add manus-agent poc-freshness subcommand for PoC activity recency scoring - #134
Open
manus-use wants to merge 1 commit into
Open
feat(cli): add manus-agent poc-freshness subcommand for PoC activity recency scoring#134manus-use wants to merge 1 commit into
manus-use wants to merge 1 commit into
Conversation
This was referenced Aug 9, 2026
Open
Open
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the
manus-agent poc-freshnessCLI subcommand, which was documented in the README (usage examples, flag table) but had zero implementation — no tool module, no CLI wiring.What it does
poc-freshnessmeasures how recently proof-of-concept (PoC) activity occurred for a given CVE, producing a 0–100 freshness score. A high score means attacker interest is ongoing or very recent.manus-agent poc-freshness CVE-2024-3094 manus-agent poc-freshness CVE-2024-3094 --output json | jq .freshness_scoreSignals examined (all public, best-effort):
Scoring algorithm
Files changed
src/manus_agent/tools/poc_freshness.py— new tool module (~350 lines)src/manus_agent/cli.py— parser, runner,_SUBCOMMANDS, dispatch wiring (+100 lines)tests/test_cli_poc_freshness.py— 45 fully-mocked tests covering:Test results
(Baseline 1158 + 45 new = 1203, 0 failures)
Duplicate check
Confirmed NO overlap with existing open or merged PRs:
exploit-search) — different tool (searches exploit databases, not freshness scoring)poc-week) — different tool (weekly trending digest, not per-CVE freshness)poc-freshnessnot in title — wassearch_poc_sources/poc-search)poc-freshnesspoc-freshnessas a distinct subcommand separate frompoc-search