init
Facilitates seamless setup and verification of the origin daemon, ensuring efficient plugin operation with minimal user intervention.
Install this skill
or
72/100
Security score
The init skill was audited on May 29, 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 43
Piping content to bash shell
SourceSKILL.md
| 43 | Bash: curl -fsSL https://raw.githubusercontent.com/7xuanlu/origin/v0.6.1/install.sh | bash |
medium line 26
Curl to non-GitHub URL
SourceSKILL.md
| 26 | Bash: curl -fsS -m 1 http://127.0.0.1:7878/api/health |
medium line 65
Curl to non-GitHub URL
SourceSKILL.md
| 65 | Bash: for i in 1 2 3 4 5; do curl -fsS -m 1 http://127.0.0.1:7878/api/health && break; sleep 1; done |
low line 103
Access to hidden dotfiles in home directory
SourceSKILL.md
| 103 | Data: ~/.origin/ (pages, sessions, db symlink) |
low line 26
External URL reference
SourceSKILL.md
| 26 | Bash: curl -fsS -m 1 http://127.0.0.1:7878/api/health |
low line 65
External URL reference
SourceSKILL.md
| 65 | Bash: for i in 1 2 3 4 5; do curl -fsS -m 1 http://127.0.0.1:7878/api/health && break; sleep 1; done |
Scanned on May 29, 2026
View Security Dashboard