Travel Income Idea

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If copied into a connected admin project, the agent could add records to that database.

Why it was flagged

This asks a platform agent to perform a bulk database write. It is scoped to a demo table and requires the user to paste the prompt, but it is still a privileged tool action.

Skill content
请帮我批量插入 100 条旅行机会数据到 travel_opportunities 表...使用 Supabase 的 insert 方法批量插入这些数据。
Recommendation

Only run this in the intended demo or staging project, back up existing data, and review the JSON and table target before approving.

What this means

Actions would run with whatever permissions the signed-in user or project has.

Why it was flagged

The setup flow depends on the user's logged-in 1D/Supabase authority to perform app and database operations. The artifacts do not show credential capture or token storage.

Skill content
打开 1D 后台...访问:https://1d.alibaba-inc.com?id=01pcCxwL...1D Agent 会自动读取 JSON 文件并批量插入
Recommendation

Use a least-privilege or test workspace, verify the target app ID, and avoid running these prompts from an account with unrelated production access.

What this means

A mistaken update could propagate bad data or broken UI to the demo or application users.

Why it was flagged

The guide asks an agent to modify both persistent data and frontend source files. This is demo-aligned, but such changes can affect the whole app if applied to a live project.

Skill content
请更新:1. 数据库中的技能配置(如果有)2. DiscoverPage.tsx 中的技能筛选下拉框 3. ProfilePage.tsx 中的用户技能选择框
Recommendation

Apply these changes on a branch or staging environment, review diffs, and test before deploying.

What this means

If implemented, destinations, dates, budgets, or similar travel preferences could be shared with an external provider.

Why it was flagged

An optional feature would send travel-search details to an external API/provider. No implementation code, API key, or secret handling is shown in the provided artifacts.

Skill content
请使用 Tavily API 搜索航班/火车/酒店信息,生成预订链接。
Recommendation

Disclose provider use, get user consent for travel searches, and manage any API keys outside the skill files.