tene-cli
tene-cli · v1.0.0 · by
62.1
Trust Score
0
Trust Tier
danger
Badge
Score Breakdown
| Factor | Score | Weight |
|---|---|---|
| Static | 0.0 | 15% |
| Permission | 95.0 | 15% |
| Poison | 80.0 | 15% |
| Clickfix | 65.0 | 15% |
| Credential | 100.0 | 15% |
| Twostage | 5.0 | 10% |
| Infrastructure | 100.0 | 5% |
| Typosquat | 100.0 | 5% |
| Age | 19.4 | 3% |
| Popularity | 0.0 | 2% |
Scan Results
STATIC — Score: 0
[CRITICAL] Remote code download and execution via curl pipe
(line 78)
curl -sSfL https://tene.sh/install.sh | sh
[CRITICAL] Remote code download and execution via curl pipe
(line 334)
- run: curl -sSfL https://tene.sh/install.sh | sh
[CRITICAL] Remote script download piped to shell execution
(line 78)
curl -sSfL https://tene.sh/install.sh | sh
[CRITICAL] Remote script download piped to shell execution
(line 334)
- run: curl -sSfL https://tene.sh/install.sh | sh
[MEDIUM] References to cryptocurrency seed/recovery phrases
(line 114)
After `init` the user will see a **12-word recovery phrase**. Remind them to
[MEDIUM] References to cryptocurrency seed/recovery phrases
(line 253)
# → prompts for the 12-word BIP-39 mnemonic from tene init
[MEDIUM] References to cryptocurrency seed/recovery phrases
(line 257)
Without the mnemonic, recovery is impossible by design (zero-knowledge).
[MEDIUM] References to cryptocurrency seed/recovery phrases
(line 301)
| `tene recover` | Restore via BIP-39 mnemonic | — | ✅ (prompts) |
[MEDIUM] References to cryptocurrency seed/recovery phrases
(line 353)
| `INVALID_PASSWORD` | Wrong master password | Try again, or use `tene recover` with the BIP-39 mnemonic |
[MEDIUM] References to cryptocurrency seed/recovery phrases
(line 368)
- **Recovery**: 12-word BIP-39 mnemonic → Argon2id → recovery key that can decrypt the stored master key
PERMISSION — Score: 95
[LOW] Skill appears to use network but declares no permissions
POISON — Score: 80
[HIGH] Content contains alarming words not in description: override
CLICKFIX — Score: 65
[CRITICAL] Instructs user to pipe downloaded content to shell
(line 334)
- run: curl -sSfL https://tene.sh/install.sh | sh
INFRASTRUCTURE — Score: 100
No findings.
TWOSTAGE — Score: 5
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 78)
curl -sSfL https://tene.sh/install.sh | sh
[CRITICAL] Download piped directly to interpreter (two-stage loader)
(line 334)
- run: curl -sSfL https://tene.sh/install.sh | sh
CREDENTIAL — Score: 100
No findings.
TYPOSQUAT — Score: 100
No findings.