34 links
tagged with all of: open-source + automation
Click any tag below to further narrow down your results
Links
BrowserOS is an open-source chromium fork designed to run AI agents natively, prioritizing user privacy by allowing the use of personal API keys or local models. It offers a familiar browsing experience akin to Google Chrome while focusing on automation and data security, distinguishing itself from other browsers like Chrome and Brave. The project encourages community involvement for continuous improvement and development.
Deptective is a tool that automatically identifies and installs native dependencies required to run any executable or command by observing file access attempts. It operates within Docker containers to avoid contaminating the host system and can generate logs for debugging failed dependency resolutions. Users can also specify package managers and operating systems through command line options.
QA Wolf automates testing to ensure that over 80% of user flows are covered before deployment, reducing bugs and rework. In just four months, it can set up hundreds or thousands of tests using Playwright for web and Appium for mobile, with the code being open source to avoid vendor lock-in.
The guide provides insights into the OWASP Top 10 CI/CD security risks, emphasizing how automation and Infrastructure as Code (IaC) practices have expanded attack surfaces. It outlines the dangers of Dependency-Poisoned Pipeline Execution (D-PPE) attacks and stresses the importance of securing CI/CD pipelines against both direct and indirect threats.
Google has launched OSS Rebuild to enhance trust in open source software by automating the reproduction of package builds and generating SLSA Provenance. This initiative aims to improve security against supply chain attacks while minimizing the burden on package maintainers. By providing tools for build verification and observability, OSS Rebuild seeks to empower security teams and improve the integrity of open source software ecosystems.
The Amazing Hand project aims to create an affordable, open-source robotic hand with 8 degrees of freedom, designed for use with the Reachy2 robot. It features 3D printable components, internal actuators, and two control options, making it accessible for experimentation and development in humanoid robotics. The project includes detailed assembly guides, calibration scripts, and a community for support and collaboration.
MLE-STAR is an advanced machine learning engineering agent that automates various ML tasks by utilizing web search for effective model retrieval and enhancing code through targeted refinement. It significantly outperforms previous agents, winning medals in 63% of Kaggle competitions, thanks to its innovative ensemble strategies and additional modules for debugging and data management. The framework aims to lower barriers to machine learning adoption and continuously improve as new models emerge.
Bytebot is an AI-powered desktop agent that operates within a complete virtual environment, allowing it to perform tasks across various applications, manage files, and automate workflows. It can handle complex tasks like downloading invoices, processing documents, and coordinating multi-system data synchronization. Bytebot supports natural language commands and integrates with various AI providers, offering a flexible solution for automating business processes.
Index is an advanced open-source browser agent that simplifies complex web tasks by transforming any website into an accessible API. It supports multiple reasoning models, structured output for data extraction, and offers both a command-line interface and serverless API for seamless integration into projects. Users can also trace agent actions and utilize a personal browser for enhanced functionality.
SuperClaude is a meta-programming framework that enhances Claude Code by integrating plugins for workflow automation and intelligent agents, allowing for systematic development and efficient task management. Version 2.0 introduces TypeScript plugins with features such as hot reload, auto-activation, and improved performance through optional MCP servers, transforming how developers interact with the framework. Contributions are encouraged to support ongoing development and maintenance of the project.
Goose is an AI agent designed to automate complex development tasks and streamline workflows for developers. It is participating in Hacktoberfest 2025, inviting contributions from both seasoned developers and newcomers, with a variety of tasks available to engage the community. Additionally, Goose supports multiple configurations and integrates seamlessly with existing systems, enhancing productivity and innovation in coding projects.
Inkeep offers a platform for building AI agents using either a no-code visual builder or a TypeScript SDK, enabling collaboration between technical and non-technical teams. The framework supports real-time AI chat assistants and workflow automation, providing tools for agent management, deployment, and observability. It is open-source and designed for extensibility with various LLM providers.
FutureHouse has announced a significant breakthrough with its multi-agent system, Robin, which has successfully automated the scientific discovery process, leading to the identification of ripasudil as a novel treatment for dry age-related macular degeneration (dAMD). The system integrates various AI agents to autonomously generate hypotheses, design experiments, and analyze data, demonstrating a new paradigm for AI-driven research across multiple scientific fields. The code and data for Robin will be released for public use to encourage further advancements in automated discovery.
QA Wolf helps prevent bugs by automating hundreds of tests within four months, ensuring that at least 80% of user flows are tested before deployment. Utilizing Playwright for web and Appium for mobile, the service provides open-source code that eliminates vendor lock-in.
Tracecat is an open source automation platform designed for security and IT engineers, featuring YAML-based templates and a no-code UI for streamlined workflows. It offers community support, deployment options via Docker and AWS, and an Enterprise Edition with additional features. Users can access a registry of integration templates and contribute to the ongoing development of the platform.
Software development has evolved to focus on self-trivialisation, where complexity is abstracted away into reusable libraries and tools, allowing developers to solve problems once and benefit the entire community. This trend has roots in the history of coding practices and is evident today through open-source contributions, dependency-first development, automation in DevOps, low-code platforms, and the use of AI coding assistants. While this simplifies many tasks, it raises questions about the long-term implications for the role of developers.
FuzzForge is an open-source platform designed to automate application security and offensive security workflows using AI and fuzzing frameworks. It enables security teams to orchestrate various analyses, automate vulnerability research, and share workflows, while also providing specialized AI agents and integration with fuzzers. The project is under active development, with plans for new features and enhancements in the future.
OSS Rebuild is a new initiative aimed at enhancing trust in open source package ecosystems by enabling the reproduction of upstream artifacts. This project automates the creation of build definitions for popular package registries, providing security teams with valuable data to mitigate supply chain attacks while minimizing the burden on package maintainers. It seeks to improve transparency and security across various open source ecosystems, starting with support for PyPI, npm, and Crates.io.
ComplianceAsCode is a project aimed at creating security policy content for various platforms and products, facilitating the development and maintenance of security content in multiple formats like SCAP, Ansible, and Bash. It encourages collaboration and aims to provide a format-agnostic approach to security compliance, with a focus on community contributions and ease of use. The project also includes tools for evaluating and applying security configurations across different environments.
BrowserBee is an open-source Chrome extension that enables users to control their browser using natural language, leveraging LLMs for instruction parsing and Playwright for automation. The project has been halted due to the current limitations of LLM technology in effectively interacting with web pages, despite a growing competition in AI browser tools. Users are advised to proceed with caution as the development ceases and future improvements in web page representation and LLM capabilities are anticipated.
Steel.dev is an open-source browser API designed for building AI applications and agents that automate web interactions. It simplifies complex automation tasks by managing browser sessions, state, and various functionalities like proxy support and debugging tools, allowing developers to focus on their AI projects. The platform is currently in public beta and offers easy deployment options through Docker and cloud providers.
The Claude Composer repository has been graduated, indicating the author will no longer maintain it but encourages others to use or fork it as they wish. It introduces enhancements to Claude Code, including automatic prompt acceptance, tool management, and system notifications, while providing installation instructions and configuration options for users.
OSS-Fuzz-Gen aims to simplify the integration of open-source projects into OSS-Fuzz by automating the generation of build scripts and fuzzing harnesses. The new agent-based approach utilizes a large language model (LLM) to create build scripts tailored for diverse projects, making the OSS-Fuzz integration process more efficient. The blog post highlights improvements over previous methods and presents empirical results from testing the new approach on various GitHub repositories.
Linux Integration Services Automation (LISA) is a comprehensive system for validating Linux quality, featuring a test framework and customizable test suites. Originally designed for Microsoft Azure and Windows HyperV, LISA now supports various Linux platforms and enables automated environment management for testing. Contributions are welcome as LISA continues to evolve with new features.
StarGuard is a CLI tool designed to identify risks in open-source projects by detecting fake-star campaigns, dependency hijacks, and license issues. It automates the due diligence process by providing a trust score based on various public signals, making it faster and more efficient than manual reviews. The tool offers detailed analyses of stars, dependencies, licenses, maintainers, and code signals, with outputs available in multiple formats.
BrowserOS is an AI-powered browser that allows users to perform tasks by simply describing them in plain language, automating actions like clicking and navigating. It prioritizes user privacy and serves as an alternative to Chrome, designed for the AI era. The platform is open-source and supports various functionalities and operating systems.
The article outlines five essential GitHub Actions that every maintainer should be familiar with to streamline their workflows and enhance project management. It emphasizes the importance of automating tasks such as testing, deployment, and code quality checks to improve efficiency and collaboration in open source projects.
Notte is a web agent framework designed to enhance the efficiency and reliability of building and deploying AI agents that interact with websites. It allows for a hybrid approach that combines traditional scripting with AI, resulting in significant cost savings and improved performance, as well as offering features like stealth browser sessions, credential management, and digital personas. Developers can utilize a single API to create custom web automations and agents while leveraging tools for structured output and secure data handling.
Gemini CLI GitHub Actions is an AI-powered tool designed to enhance team collaboration in software development by automating routine coding tasks and facilitating issue triage and pull request reviews. Available in beta, it allows developers to delegate tasks easily using the @gemini-cli tag and offers robust security features to ensure safe operation in repositories. The tool is open-source, customizable, and encourages community contributions to enhance its workflows.
IntelOwl is an open-source threat intelligence management solution that integrates various analyzers and malware analysis tools, allowing users to retrieve threat data through a single API request. It features REST APIs, a GUI, and modular components like plugins and playbooks to enhance automated security operations and collaboration among analysts. The project is supported by the community and maintained by Certego, with ongoing updates and improvements.
Cybersecurity AI (CAI) is an open-source framework designed to assist security professionals in developing AI-driven tools for offensive and defensive cybersecurity tasks. It features over 300 AI models, built-in security tools, and a modular architecture, making it suitable for both individual researchers and organizations aiming to enhance their security measures. CAI promotes democratization and transparency in cybersecurity AI, enabling more efficient vulnerability discovery and assessment.
PWN is an open security automation framework designed to foster trust and innovation in cybersecurity through collaborative development. Users can create custom automation drivers by leveraging pre-built modules, with installation instructions provided for Debian-based Linux distros and OSX. The framework encourages community contributions and interoperability with commercial security tools while emphasizing the importance of obtaining permission before conducting security activities.
Faraday is a vulnerability management tool designed to streamline the process of discovering and organizing security findings. It supports multiuser collaboration by aggregating data from various tools, providing visualizations, and enabling easy integration into CI/CD pipelines. Installation can be done via Docker or directly from the source, and it includes features like a command line client and support for over 80 tools.
ScreenCoder is an advanced UI-to-code generation system that converts screenshots or design mockups into production-ready HTML/CSS code using a modular multi-agent architecture. It facilitates easy customization and rapid prototyping, bridging the gap between design and development. The project includes a demo, benchmark dataset, and detailed instructions for setup and usage.