deploy-taubyte-spore-drive
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Downloads the deployment boilerplate from the official Taubyte GitHub repository.
- Evidence:
git clone https://github.com/taubyte/spore-drive-boilerplate.gitinSKILL.md. - [COMMAND_EXECUTION]: Executes standard initialization and deployment commands through npm.
- Evidence:
npm installandnpm run displaceinSKILL.md. - [CREDENTIALS_UNSAFE]: Guides the user to configure an SSH private key path within a
.envfile for server access. - Evidence: Step 3 and 4 in
SKILL.mdrecommend settingSSH_KEYin a local.envfile, which is a standard practice for local secret management.
Audit Metadata