Trusted — Risk Score 5/100
Last scan:23 hr ago Rescan
5 /100
PriceTide
Shopping timing decision skill for Chinese e-commerce platforms that tells users whether to buy now, wait, watch for events, or stop chasing a price
PriceTide is a legitimate shopping timing decision skill with no security concerns - all capabilities are properly documented, no malicious patterns detected, and the only shell usage is a standard publishing script.
Skill NamePriceTide
Duration28.3s
Enginepi
Safe to install
This skill is safe to use. The publish.sh script requires the clawhub CLI tool and is only used for publishing workflow.
ResourceDeclaredInferredStatusEvidence
Filesystem NONE READ ✓ Aligned publish.sh reads package.json and CHANGELOG.md for metadata
Network READ READ ✓ Aligned SKILL.md declares browser workflow for public pages
Shell WRITE WRITE ✓ Aligned publish.sh executes clawhub CLI
Environment NONE NONE No environment variable access
Skill Invoke NONE NONE Skill does not invoke other skills
Clipboard NONE NONE No clipboard access
Browser READ READ ✓ Aligned SKILL.md declares reading public product/campaign pages only
Database NONE NONE No database access

File Tree

8 files · 20.8 KB · 671 lines
Markdown 4f · 592L JSON 2f · 38L Shell 1f · 37L YAML 1f · 4L
├─ 📁 agents
│ └─ 📋 openai.yaml YAML 4L · 438 B
├─ 📁 scripts
│ └─ 🔧 publish.sh Shell 37L · 1.2 KB
├─ 📝 CHANGELOG.md Markdown 16L · 865 B
├─ 📋 clawhub.json JSON 10L · 522 B
├─ 📋 package.json JSON 28L · 647 B
├─ 📝 README.md Markdown 115L · 3.2 KB
├─ 📝 RELEASE.md Markdown 92L · 2.1 KB
└─ 📝 SKILL.md Markdown 369L · 11.9 KB

Security Positives

✓ Comprehensive SKILL.md with clear capability declarations
✓ Safety boundary table explicitly lists what the agent can and cannot do
✓ Browser workflow limited to public pages with explicit stop points (no login, payment)
✓ No credential harvesting, data exfiltration, or obfuscation patterns
✓ Shell usage only in documented publishing script requiring CLI tool
✓ Clean codebase with no suspicious patterns (no base64, eval, direct IPs)
✓ MIT license with public GitHub repository reference