Low Risk — Risk Score 10/100
Last scan:23 hr ago Rescan
10 /100
st-ent-mcp
Search 699pic enterprise photo/video assets, check download records, and generate download links through the local 699pic OpenAPI integration
This is a legitimate 699pic enterprise stock media asset search skill with proper credential handling via environment variables and no malicious indicators.
Skill Namest-ent-mcp
Duration24.7s
Enginepi
Safe to install
This skill is safe to use. Ensure SERVICE_API_KEY is sourced from your own environment, not shared credentials.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE NONE No filesystem access in openapi.js
Network READ READ ✓ Aligned POST requests to SERVICE_API_BASE_URL for asset search
Shell WRITE WRITE ✓ Aligned Shell wrappers use mcporter, declared in SKILL.md
Environment READ READ ✓ Aligned Reads SERVICE_API_KEY and SERVICE_API_BASE_URL
1 findings
🔗
Medium External URL 外部 URL
https://pre-st-api.699pic.com
SKILL.md:18

File Tree

6 files · 11.4 KB · 336 lines
Markdown 2f · 210L JavaScript 1f · 88L Shell 2f · 34L YAML 1f · 4L
├─ 📁 agents
│ └─ 📋 openai.yaml YAML 4L · 275 B
├─ 📁 references
│ └─ 📝 api.md Markdown 42L · 1.4 KB
├─ 📁 scripts
│ ├─ 📜 openapi.js JavaScript 88L · 3.0 KB
│ ├─ 🔧 search_photos.sh Shell 17L · 353 B
│ └─ 🔧 search_videos.sh Shell 17L · 353 B
└─ 📝 SKILL.md Markdown 168L · 6.0 KB

Security Positives

✓ No hardcoded credentials - API key sourced from environment variable only
✓ SKILL.md documentation is comprehensive and matches implementation
✓ No obfuscation or encoded commands detected
✓ No suspicious network patterns (no direct IPs, no C2-style communication)
✓ Proper error handling with informative messages
✓ Uses native fetch API - no eval or dangerous execution patterns
✓ Configurable base URL prevents vendor lock-in concerns
✓ Download link generation requires explicit asset type and id (no guessing)