# CLI Articoli collegati

Il Centro Notizie HTX fornisce gli articoli più recenti e le analisi più approfondite su "CLI", coprendo tendenze di mercato, aggiornamenti sui progetti, sviluppi tecnologici e politiche normative nel settore crypto.

OpenAI, Open-Sourced

OpenAI has open-sourced its code security tool, Codex Security CLI. The tool, which originated from the private beta project Aardvark in October 2025, is designed to automatically discover, verify, and fix vulnerabilities in codebases. It functions as an application security agent, first analyzing a repository to build a threat model, then identifying and ranking vulnerabilities based on real-world impact, and finally testing them in a sandbox for validation. According to OpenAI, in its first 30 days, the tool scanned over 1.2 million commits, uncovering 792 critical and 10,561 high-severity vulnerabilities, with a reported reduction of over 50% in false positives upon repeated scans of the same repositories. However, initial user experiences on platforms like Hacker News highlighted significant issues, particularly concerning cost and reliability. Developers reported failed scans that consumed substantial portions of API rate limits and incurred high expenses, with one user noting a cost of approximately $13 for an aborted run. The high cost is attributed to the tool's default configuration, which uses the premium GPT-5.6-sol model with inference intensity set to "extra-high." The release follows public statements by NVIDIA's Jensen Huang advocating for open-source AI. While OpenAI has open-sourced the application-layer CLI and SDK, the core AI models remain proprietary. The move opens the door for community development and potential adaptations of the tool.

marsbit07/30 07:43

OpenAI, Open-Sourced

marsbit07/30 07:43

Racking Up 24,000 Stars: With One Command, AI Can Now Find Its Own Skills

Vercel, known for its developer tools like Next.js, has launched 'skills', a package manager for AI coding agents, garnering 24,000 GitHub stars. It allows developers to add specialized capabilities, such as React best practices, to AI assistants like Claude Code or Cursor with a single command: `npx skills add <package>`. Skills are shareable, reusable modules that define an AI agent's behavior for specific tasks, moving beyond one-off prompt engineering towards standardized 'capability engineering'. A key innovation is the 'find-skills' skill, which acts as an internal search engine, allowing an agent to autonomously find and install the right skill for a user's request. This lowers the barrier for non-developers to leverage advanced AI coding assistance. However, this 'npm moment' for AI brings significant security risks. Security audits of thousands of skills on platforms like skills.sh and ClawHub found over 30% contained security flaws, with about 13% classified as severe. Threats include malicious scripts that can access local files and credentials, and prompt injection hidden within skill documentation. Unlike traditional code packages, skills blend instructions, code, and system access, posing a direct risk to user machines and data. Experts advise treating skills like code—reviewing them carefully before installation, especially their scripts, and being wary of excessive permissions. Ultimately, Vercel's initiative represents a major shift towards modular, reusable AI capabilities, but its rapid adoption requires developers to bring the same caution used in managing traditional software dependencies.

marsbit07/06 00:19

Racking Up 24,000 Stars: With One Command, AI Can Now Find Its Own Skills

marsbit07/06 00:19

10 Claude Code Usage Tips: The Sooner You Know, The Sooner You Benefit

Here is an English summary of the article "10 Must-Know Claude Code Tips: The Sooner You Know, The Sooner You Benefit": This article shares essential tips for using Claude Code, an AI coding assistant, to significantly boost productivity. It is divided into three main sections. First, it covers three ways to launch Claude: 1) A simple GUI desktop app for non-programmers, 2) A command-line method with a key tip (`claude -c`) to resume from a specific point in the chat history, avoiding restarting context, and 3) A headless mode (`-p` flag) for automation tasks using a subscription token. Second, it details three crucial in-session techniques: 1) Using `Esc` to gracefully interrupt a response and `Esc+Esc` to revert to a previous checkpoint, 2) Using the `!` syntax (e.g., `!ls`) to run shell commands without leaving the chat, and 3) Managing context with `/clear` to remove history or `/compact` to optimize it when performance slows down. Finally, the article recommends companion software to solve human-AI collaboration bottlenecks: 1) **Superpowers**, a structured workflow methodology for higher-quality code output. 2) Voice input tools like **Typeless** and **Douban Input法** to overcome typing speed limit. 3) Tools like **Cmux** (a terminal for managing multiple AI agent instances) and **Vibe Island** (for seamless context switching between tasks) to solve the problem of lost focus when multitasking. The overall goal is to help users focus more deeply on their programming work by streamlining their interaction with Claude Code.

marsbit04/08 07:05

10 Claude Code Usage Tips: The Sooner You Know, The Sooner You Benefit

marsbit04/08 07:05

活动图片