Back to skill

Security audit

全网新闻聚合助手

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward news aggregator that fetches configured sources, writes local digest files, and optionally posts the digest to a configured Feishu chat.

Install only if you are comfortable letting it fetch every URL in config.json and send the generated digest to the configured Feishu conversation. Use a dedicated Feishu bot token with minimal chat access, keep private or intranet sources out of the source list unless intentionally sharing their headlines, and run the scheduler only when recurring delivery is desired.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep

Static analysis

Detected: suspicious.env_credential_access

Environment variable access combined with network send.

Critical
Code
suspicious.env_credential_access
Location
scripts/push.js:137