fix: Document SSRF protections for Adspirer asset upload tools#143
Open
amekala wants to merge 1 commit intoopenclaw:mainfrom
Open
fix: Document SSRF protections for Adspirer asset upload tools#143amekala wants to merge 1 commit intoopenclaw:mainfrom
amekala wants to merge 1 commit intoopenclaw:mainfrom
Conversation
…tools The help_user_upload and validate_and_prepare_* tools accept user-provided URLs for creative asset uploads. Document that all URL downloads are processed server-side by MediaDownloader with: HTTPS-only enforcement, private IP blocking, content-type validation, file size limits, timeouts, and redirect caps. No URLs are fetched client-side. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hsieh89t-cloud
approved these changes
Mar 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
adspirer-ads-agentandperformance-marketing-agentSKILL.md fileshelp_user_uploadandvalidate_and_prepare_*tools accept user-provided URLs for creative asset uploadsMediaDownloaderwith: HTTPS-only enforcement, private IP blocking (127.0.0.1, 10.x, 172.16-31.x, 192.168.x, 169.254.x, ::1), content-type validation, file size limits (100MB), 30s timeout, and max 5 redirectsWhy
VirusTotal Code Insight flagged the skill as "suspicious" because the SKILL.md describes accepting arbitrary public URLs without documenting the server-side security controls. This PR makes the existing protections visible to automated security scanners.
Files changed
skills/amekala/adspirer-ads-agent/SKILL.md— Added SSRF protection docs to Creative Assets sectionskills/amekala/performance-marketing-agent/SKILL.md— Added SSRF protection to Safety section🤖 Generated with Claude Code