The skill accesses sensitive environment variables and
Claims to do
Tech News Digest: Automated tech news digest system with unified data source model, quality scoring pipeline, and template-based output generation.
Actually does
This skill executes Python scripts to fetch tech news from RSS feeds, Twitter/X APIs, Brave/Tavily web search APIs, GitHub APIs (releases and trending), and Reddit's public JSON API. It processes this data by merging, deduplicating, and scoring articles, then generates output in various formats (Discord, email, PDF) using templates. It uses `openssl` for GitHub App JWT signing and `gh` CLI for token fallback, and can send emails via `mail` or `gog` and generate PDFs via `weasyprint`.
openclaw skills install dinstein/tech-news-digestAccess to sensitive environment variables detected
$GITHUB_TOKEN
The skill executes Python scripts and external binaries (`openssl`, `gh`) via subprocess calls. While the skill claims strict control over arguments, this capability could be abused if the argument sanitization or the agent's adherence to instructions were compromised.
python3 scripts/run-pipeline.py openssl dgst -sha256 -sign gh auth token
The skill requires a path to a GitHub App private key file via an environment variable, which is used by `openssl` for JWT signing. Handling private keys, even with declared secure usage, is a sensitive operation.
GH_APP_KEY_FILE="/path/to/key.pem" Path to GitHub App private key PEM file
The skill declares and uses several optional external binaries (`mail`, `msmtp`, `gog`, `weasyprint`) for specific functionalities like email delivery and PDF generation. A compromise in how the skill invokes these binaries could potentially lead to unintended actions or resource abuse.
optionalBins: ["mail", "msmtp", "gog", "gh", "openssl", "weasyprint"]
[](https://mondoo.com/ai-agent-security/skills/clawhub/dinstein/tech-news-digest)<a href="https://mondoo.com/ai-agent-security/skills/clawhub/dinstein/tech-news-digest"><img src="https://mondoo.com/ai-agent-security/api/badge/clawhub/dinstein/tech-news-digest.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/clawhub/dinstein/tech-news-digest.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.