auto-improvement: daily paper-review loop from Awesome-LLM4Cybersecurity#66
Merged
Merged
Conversation
Adds a half-automated loop that, every day at 00:15 UTC: 1. Fetches the upstream LITERATURES.md (639 entries today, growing). 2. Picks ~10 unseen newest entries and asks Claude Haiku 4.5 whether each one yields a concrete regex/substring-scoped Aigis detector. 3. Drafts a pending/ stub per relevant candidate (humans promote to real rule PRs; ROTATION-loop conventions preserved). 4. Files one summary issue + opens a bot PR with the new pending files and updated state.json. No detector code is touched by the workflow itself — this is the semi-automatic mode the user picked: candidates + draft patches in, human review out. Cost target: <$1/day (10 papers x Haiku ~500 out tokens). Requires repo secret ANTHROPIC_API_KEY. Dry-run via workflow_dispatch input dry_run=true exercises the parser without burning API credits. Parser verified locally against the live source: 639 entries parsed, newest-first ordering produces the expected top picks (SecLens 2026.04, CyberThreat-Eval 2026.03, Minerva 2026.01). Signed-off-by: killertcell428 <killertcell428@gmail.com>
a0d5e81 to
5d5d962
Compare
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
aigis/stays a human-driven PR — same convention as the existing 6-hour rotation loop.Files
How it picks 10 papers
Newest-first by upstream date string. At 10/day, the current 639-entry list takes ~64 days to clear, after which the loop catches each new commit to upstream as the maintainers add it.
Required setup (before the first cron fires)
Cost guard
10 papers × Haiku 4.5 (≈500 output tokens) ≈ a few cents/day → <$1/month at the chosen budget.
Test plan
🤖 Generated with Claude Code