Frontier Knowledge Digest

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: frontier-knowledge-digest Version: 1.0.0 The 'frontier-knowledge-digest' skill is a standard news aggregation tool designed to search for scientific and technical updates, summarize them, and save a report to the local filesystem (~/Documents/FrontierKnowledge/). The execution flow in SKILL.md is transparent, well-structured, and aligns perfectly with the stated purpose without any signs of data exfiltration, malicious command execution, or prompt injection attacks.

Findings (0)

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.

What this means

The skill will leave saved reports on disk, and those reports may be referenced later as digest history.

Why it was flagged

The skill explicitly creates persistent local digest files in the user's Documents folder.

Skill content
Saved to: ~/Documents/FrontierKnowledge/{year-month}/{date}-daily-digest.md
Recommendation

Use the dedicated folder as intended, review or delete old reports if needed, and avoid adding private notes to that folder unless you are comfortable with future digests using them as context.

What this means

Past saved content could influence future recommendations, which is useful for deduplication but means local history may become part of the skill's working context.

Why it was flagged

The instruction implies the agent may consult prior digest history when generating future reports.

Skill content
No duplicates — Check history to avoid repeat recommendations
Recommendation

Keep the digest history folder limited to generated reports and periodically clear it if you do not want earlier reports influencing future outputs.