Caveat verdict
security-news-feed
Accesses credentials AND makes external network calls
Aggregates Korean security news from official government sources (KRCERT, NCSC, KISA), summarizes via Gemini API, and publishes to Notion/Tistory; all capabilities (network, package install, credential access for API keys) are used transparently for their stated purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
credential_access
package_install
Findings (9)
Possible hardcoded credential
check_notion.py · prose · downgraded · API_KEY='):
notion_token = line.split(
subprocess execution — runs system commands from Python
modules/crawlers/skshieldus.py · prose · downgraded · subprocess.run(
References sudo — requests elevated privileges
modules/prompts/blog_generation.py · prose · downgraded · sudo
Python urllib.request — network access
check_notion.py · prose · downgraded · urllib.request
Python os.getenv — reads environment variable
config.py · prose · downgraded · os.getenv(
References webhook/callback URL
config.py · prose · downgraded · WEBHOOK_URL
Python aiohttp session — async network access
modules/analysis/analyze_keywords.py · prose · downgraded · aiohttp.ClientSession
Python shutil file operation — copies/moves/deletes files
modules/crawlers/boho.py · prose · downgraded · shutil.rmtree(
POSTs data to external URL
modules/notion_handler.py · prose · downgraded · .post("https://
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installnetwork_outcredential_access Thanks — recorded.