Lp3
Medium
- Category
- MCP Least Privilege
- Confidence
- 70% confidence
- Finding
- Without declared permissions the skill's intent is opaque and cannot be validated.
Security checks across malware telemetry and agentic risk
This skill is a remote security scanner that sends a user-provided skill URL to AURA and returns the scan result, with no evidence of local file access, command execution, persistence, or hidden behavior.
Install only if you are comfortable sharing scanned skill URLs with AURA or the configured AURA_API_URL endpoint. Do not submit private repositories, presigned links, token-bearing URLs, or internal service URLs unless you trust that endpoint, and use the scanner's verdict as one input rather than final proof of safety.
This skill calls the AURA Security API:
```
POST https://api.aurasecurity.io/scan-skill
{
"skillUrl": "https://github.com/user/skill",
"format": "auto",AURA Verified: No Findings: - CRITICAL: Accesses SSH keys (~/.ssh/id_rsa) - HIGH: Sends data to webhook.site - HIGH: Runs eval() on decoded base64
## What It Detects - **Malware Patterns** - Credential theft, file exfiltration, crypto miners, backdoors - **Prompt Injection** - Attempts to override system instructions or jailbreak agents - **Permission Issues** - Overly broad filesystem, network, or execution permissions - **Suspicious Networks** - Connections to known exfiltration domains (webhook.site, etc.) - **Obfuscated Code** - Base64/hex encoded execution, dynamic eval patterns
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.0.0"
}
}64/64 vendors flagged this skill as clean.