news-agent-skills
Analysis
This skill mostly matches its news-management purpose, but it hard-codes a documented authentication-bypass token and can trigger backend crawl/analysis jobs, so it should be reviewed before use.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
"crawl": ("POST", "/tasks/crawl", "采集"),
"analyze": ("POST", "/tasks/analyze", "分析"),
"trend": ("POST", "/tasks/trend", "趋势统计")The skill exposes POST operations that start backend collection, analysis, and trend jobs, but the artifacts do not show local confirmation, task-size limits, or rollback controls.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
HEADERS = {"Authorization": "Bearer PharmaBlock Gateway"}The task script always sends a fixed bearer value for API access; the documentation describes this value as a development bypass token, so actions are not tied to the installing user's normal SSO identity.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
**LLM**:使用阿里云 DashScope(qwen-plus)进行文章分析
The skill documentation says analysis uses an external LLM provider, which is purpose-aligned but means article data may be processed outside the local backend.
