awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
anthropics avatar

anthropics/defending-code-reference-harness

0
View on GitHub↗
6,224 स्टार्स·486 फोर्क्स·Python·11 व्यूज़claude.com/blog/using-llms-to-secure-source-code↗

Defending Code Reference Harness

यह प्रोजेक्ट बड़े भाषा मॉडल (LLM) एजेंटों का उपयोग करके सुरक्षा कमजोरियों की स्वायत्त खोज और सुधार के लिए एक फ्रेमवर्क है। यह एक सुरक्षा अनुसंधान पाइपलाइन के रूप में कार्य करता है जो पुनरुत्पादक सॉफ्टवेयर बग्स की पहचान करने के लिए टोही, क्रैश डिस्कवरी और एक्सप्लॉइटेबिलिटी विश्लेषण की प्रक्रिया को स्वचालित करती है।

यह सिस्टम एक कंटेनरीकृत एजेंट सैंडबॉक्स का उपयोग करके खुद को अलग करता है जो होस्ट कॉम्प्रोमाइज़ को रोकने के लिए नेटवर्क एग्रेस और फाइल सिस्टम एक्सेस को प्रतिबंधित करता है। यह एक विशेष पैच जनरेशन और वैलिडेशन लूप को नियोजित करता है, जिसमें एडवरसैरियल री-अटैक टेस्टिंग शामिल है जहाँ एक नया एजेंट सुधार की प्रभावशीलता सुनिश्चित करने के लिए नए इनपुट के साथ प्रस्तावित फिक्स को बायपास करने का प्रयास करता है।

यह फ्रेमवर्क स्टेटिक भेद्यता विश्लेषण, अटैक सरफेस पार्टिशनिंग और थ्रेट मॉडल निर्माण सहित सुरक्षा क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह क्रैश सिग्नेचर क्लस्टरिंग और डिडुप्लीकेशन के माध्यम से भेद्यता ट्राइएज के लिए टूल्स प्रदान करता है, साथ ही कोडबेस में व्यवस्थित सुधार लागू करने के लिए बड़े पैमाने पर कोड माइग्रेशन निष्पादित करने की क्षमता भी प्रदान करता है।

Features

  • Security Research Pipelines - Provides an end-to-end autonomous pipeline for security reconnaissance, crash discovery, and vulnerability verification.
  • Vulnerability Discovery Pipelines - Sequences reconnaissance, crash discovery, and verification into a multi-phase pipeline to identify reproducible software bugs.
  • Agent Sandboxes - Provides isolated environments for secure execution of autonomous LLM agents and their associated tool calls.
  • Containerized Sandbox Runtimes - Provides isolated execution environments using container technologies to prevent agents and target binaries from accessing the host filesystem.
  • AI-Driven Vulnerability Patches - Produces AI-driven source code fixes for verified security vulnerabilities to remediate identified flaws.
  • Patch-Grader Loops - Uses an iterative feedback loop where a patch agent proposes fixes and a grader agent validates them.
  • Patch Validation Workflows - Verifies that patches resolve the original crash and block new attack vectors through execution-based validation.
  • Vulnerability Auto-Remediation - Automatically generates and validates code patches for verified software vulnerabilities to ensure effective remediation.
  • Adversarial Patch Validation - Validates security patches by deploying a fresh agent to attempt to bypass the fix with new inputs.
  • Autonomous Discovery Loops - Executes an autonomous agentic workflow that iteratively performs reconnaissance, bug hunting, and verification.
  • Crash Signature Clustering - Groups multiple software crashes by unique execution signatures to deduplicate distinct vulnerabilities.
  • LLM-Powered Vulnerability Discovery Frameworks - Framework that utilizes LLM agents to autonomously find and remediate security flaws in source code.
  • Automated Triage - Implements an automated system for filtering security findings and suppressing noise using a defined threat model.
  • Agent Runtime Sandboxing - Ships a containerized sandbox that isolates AI agent execution from the host and restricts network egress.
  • Container-Based Sandboxes - Isolates agent and binary execution within ephemeral container environments to prevent host system compromise.
  • Agent-Driven Vulnerability Discovery - Uses AI agents to analyze code, craft inputs, and execute binaries to autonomously discover security flaws.
  • Vulnerability Analysis Tools - Runs a loop of reconnaissance and execution in a sandbox to verify if findings are reproducible crashes.
  • Exploitability Analysis - Generates structured reports detailing primitive classes, reachability, and escalation paths to analyze crash exploitability.
  • AI-Driven Patch Generation - Generates candidate code fixes for verified vulnerabilities and validates them via adversarial re-attack loops.
  • Crash Deduplication and Triaging - Provides a system for deduplicating and triaging crashes by unique signatures to summarize distinct vulnerability classes.
  • Egress Traffic Firewalls - Restricts outbound container communication exclusively to the model API via a proxy to prevent unauthorized internet access.
  • Attack Surface Partitioning - Divides a codebase into distinct high-risk target areas to ensure broad coverage during autonomous discovery.
  • Automated Target Reconnaissance - Analyzes source code to identify and propose high-interest focus areas for automated security testing.
  • Discovery Agent Contexts - Provides discovery agents with historical bug data and crash signatures to provide operational context for research.
  • Threat Modeling - Analyzes target code to define potential attack vectors and scope the focus of automated security scans.
  • Vulnerability Report Generation - Produces detailed documentation of findings and verification results after the discovery and grading phases.
  • Static Analysis Security Testing - Scans source code without execution to identify potential security flaws and construct a threat model.
  • Instrumented Analysis Environments - Provisions containers pre-configured with the debugging tools and instrumented binaries necessary for memory corruption analysis.
  • Large-Scale Code Migrations - Coordinates parallel workers to apply systemic security fixes across a large codebase using a structured migration plan.
  • AI Application Security - Framework for autonomous threat modeling and vulnerability remediation.

स्टार हिस्ट्री

anthropics/defending-code-reference-harness के लिए स्टार हिस्ट्री चार्टanthropics/defending-code-reference-harness के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Defending Code Reference Harness के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Defending Code Reference Harness के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • snyk/snyksnyk का अवतार

    snyk/snyk

    5,586GitHub पर देखें↗

    Snyk is an application security testing platform designed to identify and remediate vulnerabilities across source code, open-source dependencies, container images, and infrastructure-as-code configurations. It functions as a comprehensive security workflow automation tool, utilizing a static analysis engine and dependency graph mapping to detect security flaws and license compliance issues throughout the software development lifecycle. The platform distinguishes itself through agentic workflow orchestration and an automated remediation pipeline that generates and submits pull requests to patc

    TypeScript
    GitHub पर देखें↗5,586
  • qwibitai/nanoclawqwibitai का अवतार

    qwibitai/nanoclaw

    29,956GitHub पर देखें↗

    Nanoclaw is an LLM agent orchestrator and multi-platform chat gateway designed to deploy and manage isolated AI agents. It provides a containerized runtime that executes agents within sandboxed Linux containers, ensuring filesystem and state isolation through dedicated workspaces and host bind-mounts. The project distinguishes itself through a unified routing pipeline that connects agents to diverse messaging platforms, including WhatsApp, Discord, Slack, Telegram, Signal, and iMessage. It integrates the Model Context Protocol to extend agent capabilities via managed external data and functio

    TypeScriptai-agentsai-assistantclaude-code
    GitHub पर देखें↗29,956
  • swe-agent/mini-swe-agentSWE-agent का अवतार

    SWE-agent/mini-swe-agent

    2,947GitHub पर देखें↗

    mini-swe-agent is an autonomous software engineering system designed to develop features and fix bugs by combining large language models with a bash interface. It operates as an agentic framework that executes coding tasks and documentation updates through a continuous cycle of model reasoning and tool execution. The project differentiates itself with a strong focus on safety and evaluation, utilizing container-based sandbox execution via Docker or Singularity to isolate command execution. It includes a batch-parallel evaluation harness to measure code-fixing accuracy against standardized sof

    Pythonagentagentic-aiagentic-ai-cli
    GitHub पर देखें↗2,947
  • vndee/llm-sandboxvndee का अवतार

    vndee/llm-sandbox

    1,082GitHub पर देखें↗

    This project provides a secure, containerized execution engine designed to run untrusted code within isolated environments. It functions as a library for integrating code interpretation into autonomous agents and intelligent assistant workflows, ensuring that host systems remain protected while enabling dynamic data processing and file manipulation. The platform distinguishes itself through a multi-backend architecture that abstracts diverse container runtimes, allowing for flexible deployment and automated backend failover. It supports interactive, multi-turn workflows by maintaining persist

    Pythoncode-generationcode-interpreterlarge-language-models
    GitHub पर देखें↗1,082
Defending Code Reference Harness के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

anthropics/defending-code-reference-harness क्या करता है?

यह प्रोजेक्ट बड़े भाषा मॉडल (LLM) एजेंटों का उपयोग करके सुरक्षा कमजोरियों की स्वायत्त खोज और सुधार के लिए एक फ्रेमवर्क है। यह एक सुरक्षा अनुसंधान पाइपलाइन के रूप में कार्य करता है जो पुनरुत्पादक सॉफ्टवेयर बग्स की पहचान करने के लिए टोही, क्रैश डिस्कवरी और एक्सप्लॉइटेबिलिटी विश्लेषण की प्रक्रिया को स्वचालित करती है।

anthropics/defending-code-reference-harness की मुख्य विशेषताएं क्या हैं?

anthropics/defending-code-reference-harness की मुख्य विशेषताएं हैं: Security Research Pipelines, Vulnerability Discovery Pipelines, Agent Sandboxes, Containerized Sandbox Runtimes, AI-Driven Vulnerability Patches, Patch-Grader Loops, Patch Validation Workflows, Vulnerability Auto-Remediation।

anthropics/defending-code-reference-harness के कुछ ओपन-सोर्स विकल्प क्या हैं?

anthropics/defending-code-reference-harness के ओपन-सोर्स विकल्पों में शामिल हैं: snyk/snyk — Snyk is an application security testing platform designed to identify and remediate vulnerabilities across source… qwibitai/nanoclaw — Nanoclaw is an LLM agent orchestrator and multi-platform chat gateway designed to deploy and manage isolated AI… swe-agent/mini-swe-agent — mini-swe-agent is an autonomous software engineering system designed to develop features and fix bugs by combining… vndee/llm-sandbox — This project provides a secure, containerized execution engine designed to run untrusted code within isolated… google/osv-scanner — osv-scanner is a software composition analysis tool and vulnerability scanner that checks project dependencies and… andresriancho/w3af — w3af is a web penetration testing suite and security audit framework designed to identify and exploit vulnerabilities…