Skip to main content

cursor-agent

Provides a comprehensive guide for using the Cursor CLI agent for software engineering tasks, including automation and session management.

Install this skill

or
64/100

Security score

The cursor-agent skill was audited on Feb 27, 2026 and we found 6 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 17

Piping content to bash shell

SourceSKILL.md
17curl https://cursor.com/install -fsS | bash
medium line 225

Python subprocess execution

SourceSKILL.md
225subprocess.run(["agent", ...]) # No TTY
medium line 17

Curl to non-GitHub URL

SourceSKILL.md
17curl https://cursor.com/install -fsS | bash
medium line 29

Access to hidden dotfiles in home directory

SourceSKILL.md
29- Add to PATH in `~/.zshrc` (zsh) or `~/.bashrc` (bash):
medium line 33

Access to hidden dotfiles in home directory

SourceSKILL.md
33- Restart terminal or run `source ~/.zshrc` (or `~/.bashrc`)
low line 17

External URL reference

SourceSKILL.md
17curl https://cursor.com/install -fsS | bash
Scanned on Feb 27, 2026
View Security Dashboard
Installation guide →