tensorpm-agentic-pm
Fail
Audited by Gen Agent Trust Hub on Mar 17, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides 'agent-friendly' installation instructions that involve piping remote scripts directly to shell interpreters (bash and PowerShell). This allows for arbitrary code execution on the host machine without prior verification of the script content.
- Evidence: Found
curl -fsSL https://raw.githubusercontent.com/Neo552/TensorPM/main/scripts/install.sh | bashinREADME.mdandSKILL.md. - Evidence: Found
irm https://raw.githubusercontent.com/Neo552/TensorPM/main/scripts/install.ps1 | iexinREADME.mdandSKILL.md. - [COMMAND_EXECUTION]: The skill suggests several command-line operations for installation, including the use of package managers like Homebrew and Winget, which perform system-level modifications.
- Evidence:
brew install --cask neo552/tensorpm/tensorpminSKILL.md. - Evidence:
winget install --id Neo552.TensorPM --exact ...inSKILL.md. - [EXTERNAL_DOWNLOADS]: The skill directs the agent or user to download binary installers and AppImages from a third-party GitHub repository not included in the pre-defined trusted vendors list.
- Evidence: Links to
.exe,.dmg,.AppImage,.deb, and.rpmfiles ongithub.com/Neo552/TensorPM-Releases/releases/.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/Neo552/TensorPM/main/scripts/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata