naver-news-briefing
Analysis
The skill appears to match its stated Naver News briefing purpose, but users should notice that it stores Naver API credentials and local monitoring settings.
Findings (4)
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.
`integration-plan` returns a more practical operator bundle: save command, run command, schedule object, cron line, OpenClaw-friendly systemEvent text
The skill can generate recurring-monitoring instructions and scheduler-ready text. The artifacts frame this as operator guidance and explicitly describe saved plans rather than hidden autonomous execution.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
The registry metadata does not provide strong provenance or setup declarations, even though the package includes executable Python scripts. The included artifacts are coherent, so this is a review note rather than a concern.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
credentials are stored in `data/config.json` and use DPAPI-backed secret storage on Windows when possible
The skill requires and stores Naver Search API credentials. This is expected for the integration, but it is sensitive account material that affects the user's API access and quota.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Preserve operator-facing metadata on saved watch/group entries: `label`, `tags`, `template`, `schedule`, `operator_hints`, and original request context.
The skill intentionally keeps persistent local watch/group state and original request context, which can influence later briefings or reveal the user's monitoring interests.
