External Transmission
Medium
- Category
- Data Exfiltration
- Content
rg -q '^description:\s*.+' "${SKILL_FILE}" || fail 'missing description' rg -q 'command -v coingecko-openapi-cli' "${SKILL_FILE}" || fail 'missing link-first command check' rg -q 'uxc link coingecko-openapi-cli https://api.coingecko.com/api/v3 --schema-url ' "${SKILL_FILE}" || fail 'missing fixed link create command with schema-url' rg -q 'coingecko-openapi-cli -h' "${SKILL_FILE}" || fail 'missing help-first host discovery example' rg -q 'coingecko-openapi-cli get:/simple/price -h' "${SKILL_FILE}" || fail 'missing operation-level help example' rg -q -- '--api-key-header x-cg-demo-api-key' "${SKILL_FILE}" || fail 'missing demo api key setup'- Confidence
- 60% confidence
- Finding
- Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.
