cloudflare-r2
Pass
Audited by Gen Agent Trust Hub on Mar 1, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references several well-known and trusted industry tools and libraries for managing object storage.
- Recommends the installation of
wrangler, which is the official CLI tool for Cloudflare Workers and R2. - References standard libraries such as
@aws-sdk/client-s3(Node.js),boto3(Python), andrclone(CLI), all of which are widely used, reputable, and necessary for the stated purpose of the skill. - [COMMAND_EXECUTION]: Code snippets include standard commands for using the
awsCLI andwranglerCLI to interact with storage buckets. These are provided as educational examples for the user to execute manually and do not contain hidden or dangerous payloads. - [CREDENTIALS_UNSAFE]: The documentation explicitly instructs users on security best practices, such as never committing access keys to version control and using environment variables for sensitive credentials. It uses safe placeholders like
<your-key-id>and<account-id>in all examples. - [SAFE]: No instances of prompt injection, data exfiltration, obfuscation, or persistence mechanisms were detected. All external URLs point to official Cloudflare documentation or reputable technology resources.
Audit Metadata