Agora Sentinel

skill-vetter

vivi-skill-vetter · v · by

60.6
Trust Score
0
Trust Tier
danger
Badge

Score Breakdown

FactorScoreWeight
Static
0.0
15%
Permission
95.0
15%
Poison
80.0
15%
Clickfix
100.0
15%
Credential
60.0
15%
Twostage
0.0
10%
Infrastructure
100.0
5%
Typosquat
100.0
5%
Age
10.6
3%
Popularity
0.0
2%

Scan Results

STATIC — Score: 0

[CRITICAL] Base64 decoding of potentially obfuscated payloads (line 95)
base64.b64decode("...") # Decoding hidden code
[CRITICAL] Base64 decoding of potentially obfuscated payloads (line 96)
exec(base64.b64decode(...)) # Executing hidden code
[CRITICAL] Remote code download and execution via curl pipe (line 32)
curl ... | bash # Remote code execution
[CRITICAL] Remote code download and execution via curl pipe (line 33)
curl ... | sh # Remote code execution
[HIGH] Shell command execution (line 96)
exec(base64.b64decode(...)) # Executing hidden code
[CRITICAL] Reverse shell via netcat (line 51)
nc -e /bin/sh ... # Reverse shell
[CRITICAL] Remote script download piped to shell execution (line 32)
curl ... | bash # Remote code execution
[CRITICAL] Remote script download piped to shell execution (line 33)
curl ... | sh # Remote code execution
[CRITICAL] Remote script download piped to shell execution (line 34)
wget ... -O - | sh # Remote code execution

PERMISSION — Score: 95

[LOW] Skill appears to use network but declares no permissions

POISON — Score: 80

[HIGH] Content contains alarming words not in description: backdoor

CLICKFIX — Score: 100

No findings.

INFRASTRUCTURE — Score: 100

No findings.

TWOSTAGE — Score: 0

[CRITICAL] Download piped directly to interpreter (two-stage loader) (line 32)
curl ... | bash # Remote code execution
[CRITICAL] Download piped directly to interpreter (two-stage loader) (line 33)
curl ... | sh # Remote code execution
[CRITICAL] Download piped directly to interpreter (two-stage loader) (line 34)
wget ... -O - | sh # Remote code execution

CREDENTIAL — Score: 60

[CRITICAL] SSH key file access or exfiltration (line 69)
cat ~/.ssh/id_rsa # SSH key access

TYPOSQUAT — Score: 100

No findings.

← Back to list