
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
@google/jules
Advanced tools
Jules, the asynchronous coding agent from Google, in the terminal.
jules # Launch the TUI
# Create a session (defaults to current working directory's repository)
jules new "write unit tests"
# Create a session for a specific repository
jules new --repo torvalds/linux "write unit tests"
# Create 3 parallel sessions for the same task
jules new --repo torvalds/linux --parallel 3 "write unit tests"
# List all sessions
jules remote list --session
# List all repos
jules remote list --repo
# Pull the result of a session
jules remote pull --session 123456
# Create multiple sessions for each task in TODO.md
cat TODO.md | while IFS= read -r line; do\
jules new "$line";\
done
# Create a session based on the first issue assigned to @me
gh issue list --assignee @me --limit 1 --json title | jq -r '.[0].title' | jules new
# Use Gemini CLI to analyze GitHub issues and send the hardest one to Jules
gemini -p "find the most tedious issue, print it verbatim\n$(gh issue list --assignee @me)" | jules new
A CLI for Jules, the asynchronous coding agent from Google.
Usage:
jules [flags]
jules [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
login Login your Google account to use Jules
logout Logout your Google account
remote Interact with remote sessions, e.g. new/list/pull
version Show the version
Flags:
-h, --help help for jules
--theme string Which theme to use, dark/light (default "dark")
Use "jules [command] --help" for more information about a command.
FAQs
Jules, the asynchronous coding agent from Google, in the terminal.
The npm package @google/jules receives a total of 1,470 weekly downloads. As such, @google/jules popularity was classified as popular.
We found that @google/jules demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.