agentsclimarketplace

Ai security papers guide

Skill brycewang-stanford/Auto-Empirical-Research-Skills/skills/43-wentorai-research-plugins/skills/domains/cs/ai-security-papers-guide

๐Ÿ”ฌ A curated collection of 23,000+ agent skills for empirical research across 8 social science disciplines. | ็ฒพ้€‰ 23,000+ AI Agent ๆŠ€่ƒฝๅบ“๏ผŒ่ฆ†็›–8ๅคง็คพไผš็ง‘ๅญฆๅญฆ็ง‘็š„ๅฎž่ฏ็ ”็ฉถใ€‚CoPaper.AI 20ๅˆ†้’ŸๅฎŒๆˆไธ€็ฏ‡ๅฏๅค็Žฐ็š„่ง„่Œƒๅฎž่ฏ่ฎบๆ–‡๏ผŒๅนถๆ”ฏๆŒ็”จๆˆทไธŠไผ  Skillsใ€‚-- Maintained by CoPaper.AI from Stanford REAP.

Install
npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill ai-security-papers-guide

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

What its author says it does

Copied from the file, not written here

AI security papers from top-4 security conferences

SKILL.md

3.6 KB, as published. Nobody here has run it

AI Security Papers Guide (BIG4 Venues)

Overview

A curated collection of AI security papers from the top-4 security conferences: IEEE S&P, ACM CCS, USENIX Security, and NDSS. Covers adversarial attacks, model stealing, data poisoning, privacy attacks, deepfake detection, and LLM security. Organized by year and venue, focusing exclusively on peer-reviewed work from these prestigious venues.

Venues

VenueFull NameFocus
S&PIEEE Symposium on Security and PrivacyBroad security + privacy
CCSACM Conference on Computer and Communications SecuritySystems security
USENIXUSENIX Security SymposiumSystems + network security
NDSSNetwork and Distributed System SecurityNetwork security

Topic Categories

AI Security (BIG4)
โ”œโ”€โ”€ Adversarial ML
โ”‚   โ”œโ”€โ”€ Evasion attacks (adversarial examples)
โ”‚   โ”œโ”€โ”€ Poisoning attacks (backdoors, trojans)
โ”‚   โ”œโ”€โ”€ Model stealing (extraction, distillation)
โ”‚   โ””โ”€โ”€ Defenses (certified robustness, detection)
โ”œโ”€โ”€ Privacy Attacks
โ”‚   โ”œโ”€โ”€ Membership inference
โ”‚   โ”œโ”€โ”€ Model inversion
โ”‚   โ”œโ”€โ”€ Attribute inference
โ”‚   โ””โ”€โ”€ Training data extraction
โ”œโ”€โ”€ LLM Security
โ”‚   โ”œโ”€โ”€ Prompt injection
โ”‚   โ”œโ”€โ”€ Jailbreaking
โ”‚   โ”œโ”€โ”€ Data leakage
โ”‚   โ””โ”€โ”€ Alignment attacks
โ”œโ”€โ”€ Deepfakes
โ”‚   โ”œโ”€โ”€ Generation methods
โ”‚   โ”œโ”€โ”€ Detection techniques
โ”‚   โ””โ”€โ”€ Watermarking
โ””โ”€โ”€ Federated Learning Security
    โ”œโ”€โ”€ Byzantine attacks
    โ”œโ”€โ”€ Gradient leakage
    โ””โ”€โ”€ Secure aggregation

Key Papers by Year

# Recent highlights
papers_2024_2025 = [
    {"title": "Not What You've Signed Up For: "
              "Compromising Real-World LLM-Integrated Applications",
     "venue": "S&P 2024", "topic": "LLM security"},
    {"title": "Prompt Stealing Attacks Against "
              "Text-to-Image Generation Models",
     "venue": "S&P 2024", "topic": "Prompt extraction"},
    {"title": "Backdoor Attacks on Language Models",
     "venue": "CCS 2024", "topic": "NLP backdoors"},
    {"title": "Membership Inference in LLMs",
     "venue": "USENIX 2024", "topic": "Privacy"},
]

for p in papers_2024_2025:
    print(f"[{p['venue']}] {p['title']}")
    print(f"  Topic: {p['topic']}")

Research Trends

### Emerging Areas (2024-2025)
1. **LLM security** โ€” Jailbreaking, prompt injection, agent attacks
2. **Supply chain attacks** โ€” Poisoned models, malicious packages
3. **Multi-modal attacks** โ€” Cross-modal adversarial examples
4. **Agent security** โ€” Attacks on LLM-based autonomous systems
5. **Watermarking** โ€” LLM output detection, IP protection
6. **Unlearning** โ€” Machine unlearning verification and attacks

Use Cases

  1. Security research: Find state-of-the-art attack/defense methods
  2. Threat modeling: Understand AI system vulnerabilities
  3. Literature review: Systematic coverage of BIG4 AI security
  4. Course material: Graduate-level AI security curriculum
  5. Red teaming: Learn evaluation techniques for AI systems

References

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.