tigris-sdk-guide
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill recommends the installation of official Tigris Data packages and tools, including the
@tigrisdata/cli,@tigrisdata/storage(npm),github.com/tigrisdata/storage-go(Go), andtigris-boto3-ext(Python). It also references well-known S3-compatible libraries likeaws-sdk-s3for Ruby andaws-sdk-phpfor PHP. These resources are standard for the intended use-case of integrating with Tigris object storage. - [COMMAND_EXECUTION]: The skill instructions include commands for the Tigris CLI (
tigrisandt3) to manage buckets, forks, and snapshots. It also provides a setup command (npm install -g @tigrisdata/cli) to ensure the necessary tooling is available for the agent to perform storage operations. - [CREDENTIALS_UNSAFE]: Examples within the documentation use non-functional placeholders for sensitive credentials, such as
tid_xxxfor access keys andtsec_yyyfor secret keys. The guide encourages the use of environment variables for credential management, which aligns with security best practices.
Audit Metadata