valet-publish
Pass
Audited by Gen Agent Trust Hub on Sep 10, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides installation commands for the Valet CLI tool which involve downloading and executing shell and PowerShell scripts from the vendor's domain (
https://valet.dev/install.shandhttps://valet.dev/install.ps1). These are official distribution channels for the vendor's software. - [COMMAND_EXECUTION]: The agent is instructed to use the
valetcommand-line utility for operations such as site creation, file deployment, and downloading site assets. This is the primary intended functionality of the skill. - [EXTERNAL_DOWNLOADS]: The skill fetches the Valet CLI installer from the developer's infrastructure and recommends updating the skill via
npxfrom the officialvaletdotdevGitHub repository. - [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and publish local project files which could contain untrusted data.
- Ingestion points: Project files, directories, and generated artifacts provided for publication (SKILL.md).
- Boundary markers: The skill provides explicit instructions to use dedicated scratch directories and to list/verify directory contents before deployment to prevent the accidental upload of sensitive files.
- Capability inventory: The skill utilizes shell execution for the
valetCLI and performs network operations to upload files to the hosting service. - Sanitization: Files are published as-is to provide static hosting; the skill guides users to manually remove sensitive files like
.envand.gitprior to deployment.
Audit Metadata