Skip to content

Add daily AI & AI Security trending projects tracker#1

Draft
Copilot wants to merge 3 commits into
masterfrom
copilot/track-ai-projects-updates
Draft

Add daily AI & AI Security trending projects tracker#1
Copilot wants to merge 3 commits into
masterfrom
copilot/track-ai-projects-updates

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 14, 2026

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 with workflow_dispatch support. Creates issue via GITHUB_TOKEN and uploads report as artifact.
  • scripts/test_tracker.py — 13 unit tests covering formatting, value inference, deduplication, and API error handling.
  • .gitignore — Python artifacts and output/ directory.

Report format

Each tracked repo includes:

## 1. [owner/repo](https://github.com/owner/repo)**Stars**: 1500 | 🗓 **Last Updated**: 2026-03-10 | 💻 **Language**: Python

**Core Functionality**: A tool for LLM security testing and jailbreak detection

**AI / AI Security Application Value**: Model jailbreak detection and prevention; LLM security hardening

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
    • Triggering command: /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

“请每天帮我追踪 GitHub 上关于‘人工智能 (AI)’和‘AI安全 (AI Security / LLM Security)’的优质开源项目。
筛选标准:近期有更新、获得较高关注度(如趋势榜项目或 Star 数增长较快)。
推送格式需包含:

仓库名称与链接
项目核心功能简介

它在 AI 或 AI 安全领域的应用价值(例如:模型越狱检测、对抗性攻击防御、数据投毒分析等)。”


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 2 commits March 14, 2026 16:47
…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
Copilot AI requested a review from Ledraw March 14, 2026 16:49
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.

2 participants