travel-visa
Analysis
This is a coherent travel-visa advice skill, but it relies on an external FlyAI CLI/service and may send travel details to FlyAI/Fliggy when used.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
安装 CLI:`npm i -g @fly-ai/flyai-cli`
The instruction-only skill depends on a globally installed external CLI that is not represented in the registry install specification. The setup is explicit and user-directed, but users should verify the package source before installing.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
flyai config set FLYAI_API_KEY "your-key"
The skill documents an optional provider API key for enhanced service access. This is expected for the FlyAI integration and no artifact shows logging, hardcoding, or unrelated use of the key.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
最小输入:`departure country/region`、`destination country/region`、`passport nationality`、`planned departure date` ... 访问 FlyAI/Fliggy 数据端点
The workflow collects travel details and uses FlyAI/Fliggy network endpoints. This is aligned with visa/travel search, but the artifacts do not describe provider-side privacy, retention, or data boundary handling.
