惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
U
Unit 42
M
MIT News - Artificial intelligence
小众软件
小众软件
P
Proofpoint News Feed
雷峰网
雷峰网
L
LangChain Blog
S
SegmentFault 最新的问题
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
WordPress大学
WordPress大学
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
D
Docker
N
Netflix TechBlog - Medium
Apple Machine Learning Research
Apple Machine Learning Research
Recent Announcements
Recent Announcements
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Best practices for AI in open-source work - Help Net Secu...
Anamarija Pogorelec · 2026-06-25 · via Help Net Security

Free and open source software developers us AI coding assistants such as Claude Code, Copilot CLI, Antigravity, and OpenCode in their daily work. The Software Freedom Conservancy responded to that trend with a set of recommendations for contributors who use these tools, which it groups under the label LLM-gen-AI, meaning generative AI systems backed by LLMs.

AI in open source

Best practices, ordered by priority

The document contains 14 recommendations presented in the authors’ order of importance. The Conservancy describes the items as best practices that guide contributors who decide to use these systems.

The top items address how projects treat people. The FOSS community should actively support contributors who reject LLM-gen-AI systems. Every contributor deserves self-determination over whether to use them, and the Conservancy calls on the industry to keep such use optional and to adopt non-discrimination policies for those who opt out.

The recommendations point to reports of technology workers ordered by management, sometimes under penalty of termination, to use these systems for all of their work. Projects that hold a zero-tolerance policy should still welcome contributors who submit AI-assisted work and respond with the same courtesy given to an inadequate first patch.

Review, disclosure, and records

Contributors must spend substantial time reviewing AI-assisted and AI-generated contributions before submission. Disclosure of how and when an LLM-gen-AI system assisted a contribution stands as a moral imperative, and that information belongs in commit logs in a machine-readable format, with the system name, its version, and a description of its role.

Prompt-generated contributions that lack human vetting belong only in areas a project designates for them. Contributors should keep records of their prompts and interactions and archive these meta-artifacts as part of the Corresponding Source, regardless of license.

Licensing and strategic use

The Conservancy advises caution around the legal significance of generated contributions. Changes made to a codebase under a copyleft license must carry that project’s license, due to copyright and the contractual terms of the license. “Copyleft Everything” remains the safest approach, since widely used LLM-gen-AI systems were trained on well-known copylefted code.

The Conservancy will lend staff time to the copyleft-next project to develop a license suited to LLM-gen-AI outputs. Use of these tools, including proprietary ones, counts as an appropriate strategic compromise when they can accelerate FOSS improvements. The recommendations also caution against overuse and skill atrophy, and ask developers to weigh resource consumption, including the environmental impact of these systems.