Scan Report
0 /100
hiresolutionphotos-upscaler
AI Image Upscaling API via HiResolutionPhotos
A straightforward image upscaling API integration skill with no security concerns—well-documented, no scripts, no hidden functionality.
Safe to install
No action required. This skill is safe to use as documented.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | SKILL.md requires reading local image files for upload |
| Network | READ | READ | ✓ Aligned | SKILL.md documents POST/GET to hiresolutionphotos.com API |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md requires curl binary for API calls |
5 findings
Medium External URL 外部 URL
https://hiresolutionphotos.com SKILL.md:11 Medium External URL 外部 URL
https://hiresolutionphotos.com/api/upscale SKILL.md:36 Medium External URL 外部 URL
https://hiresolutionphotos.com/api/upscale/status?id= SKILL.md:69 Medium External URL 外部 URL
https://hiresolutionphotos.com/api/upscale/status?id=abc123xyz&agent=true SKILL.md:73 Medium External URL 外部 URL
https://hiresolutionphotos.com/result/abc123xyz SKILL.md:88 File Tree
1 files · 3.3 KB · 100 lines Markdown 1f · 100L
└─
SKILL.md
Markdown
Security Positives
✓ No code or scripts—purely a documentation skill with no executable attack surface
✓ All network operations are explicitly declared and documented
✓ API endpoint is a legitimate, documented service (hiresolutionphotos.com)
✓ No credential harvesting or sensitive file access
✓ No obfuscation, base64 encoding, or suspicious patterns
✓ The 'no curl on result_url' warning is sensible—it prevents crashes from attempting to download binary via HTML page
✓ No dependencies or external packages to audit