Add daily AI & AI Security trending projects tracker#1
Draft
Copilot wants to merge 3 commits into
Draft
Conversation
…ons workflow - Add scripts/github_trending_tracker.py: searches GitHub for trending AI/AI Security repos, generates Markdown report, optionally creates GitHub Issue - Add .github/workflows/ai_security_tracker.yml: daily scheduled workflow (08:00 UTC) - Add scripts/test_tracker.py: unit tests for tracker logic - Update .gitignore: add Python and output directory exclusions Co-authored-by: Ledraw <114574255+Ledraw@users.noreply.github.com>
Co-authored-by: Ledraw <114574255+Ledraw@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add daily tracking for AI and AI security projects
Add daily AI & AI Security trending projects tracker
Mar 14, 2026
Ledraw
approved these changes
Mar 14, 2026
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.
Automated daily GitHub tracking for trending open-source projects in AI and AI Security (LLM Security, adversarial attacks, jailbreak detection, prompt injection, etc.). Results are posted as GitHub Issues with repo links, descriptions, and inferred security application value.
Changes
scripts/github_trending_tracker.py— Searches GitHub API across 8 security-relevant queries, deduplicates, filters (stars ≥ 50, updated within 30d), and infers AI security application value from description/topics. Outputs Markdown report and optionally creates a GitHub Issue..github/workflows/ai_security_tracker.yml— Scheduled daily at 08:00 UTC withworkflow_dispatchsupport. Creates issue viaGITHUB_TOKENand uploads report as artifact.scripts/test_tracker.py— 13 unit tests covering formatting, value inference, deduplication, and API error handling..gitignore— Python artifacts andoutput/directory.Report format
Each tracked repo includes:
Value inference uses keyword matching against a curated map (jailbreak, adversarial, prompt injection, data poisoning, backdoor, red team, etc.) with fallback heuristics.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/search/repositories/usr/bin/python python scripts/github_trending_tracker.py(http block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.