Turkey News
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.
If enabled, the skill may keep running on a schedule and send news alerts without a new manual prompt each time.
This describes scheduled autonomous runs with outbound notifications. It is disclosed and purpose-aligned, but it is still persistent behavior the user should explicitly approve.
Günde 2-3 kez cron job ile çalıştır. Agent haberleri çeker, filtreler ve önemli olanları Telegram'dan bildirir.
Only configure the cron job if you want recurring alerts, and keep clear instructions for disabling or changing the schedule.
A misconfigured Telegram integration could send notifications to the wrong chat or use broader messaging access than intended.
Sending a Telegram message may require access to a Telegram bot, account, or contact. The instruction is purpose-aligned, but the artifacts do not define the credential or recipient scope.
Telegram'dan Usta'ya bildir
Before enabling notifications, verify the Telegram bot/account, chat recipient, and permissions are limited to the intended news-alert use.
The skill may fail or require manual setup on systems without Node installed.
The skill documents a Node command, while the provided requirements list no required binaries. This is a runtime declaration gap, though the referenced script is included and uses only built-in Node modules.
node scripts/fetch-news.js
Confirm Node is available before use, and treat the included script as the only code that should be run for this skill.
