tao-run-on-brev
Fail
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONMETADATA_POISONING
Full Analysis
- [REMOTE_CODE_EXECUTION]: The
SKILL.mdfile contains instructions to install a secondary agent skill using the commandcurl -fsSL https://raw.githubusercontent.com/brevdev/brev-cli/main/scripts/install-agent-skill.sh | bash. This pattern downloads and executes a remote shell script directly in the local environment without prior verification. - [EXTERNAL_DOWNLOADS]: The skill fetches resources and installation scripts from
raw.githubusercontent.com/brevdev/. Although this domain is associated with the service described in the skill, it is an external source that is not recognized as a trusted organization within the established security framework. - [COMMAND_EXECUTION]: The skill provides templates for executing arbitrary shell commands and Docker operations on remote instances via the
brev execcommand. This tool acts as a wrapper for remote shell execution, allowing the agent to perform complex operations on external GPU hardware. - [METADATA_POISONING]: There is an inconsistency in versioning between the skill's YAML frontmatter (
0.2.0) and theskill-card.mddocumentation (0.1.0), which could mislead users or automated systems regarding the skill's deployment state.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/brevdev/brev-cli/main/scripts/install-agent-skill.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata