Golden Master

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This instruction-only skill is coherent with its stated purpose and mainly asks the agent to read repository files and generate user-approved freshness metadata.

This looks safe for tracking documentation freshness in a repository. Before using it, choose the files or directories deliberately, avoid scanning secrets or unrelated private documents, and review any generated metadata changes before committing them.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

64/64 vendors flagged this skill as clean.

View on VirusTotal

Risk analysis

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.

#
ASI06: Memory and Context Poisoning
Low
What this means

If you point the skill at private or sensitive files, their contents may be processed by your configured AI provider.

Why it was flagged

The skill discloses that repository file contents may be placed into the agent/model context during analysis, which is expected for this purpose but still relevant for sensitive files.

Skill content
All file analysis uses your agent's configured model ... If your agent uses a cloud-hosted LLM (Claude, GPT, etc.), data is processed by that service as part of normal agent operation.
Recommendation

Use it on intended project/documentation files only, and avoid including secrets, credentials, or unrelated private documents in the scanned paths.

#
ASI02: Tool Misuse and Exploitation
Info
What this means

If you ask it to establish or refresh tracking, it may generate or apply metadata changes to repository files.

Why it was flagged

The skill may support file metadata updates, but it explicitly requires user direction before modifying files.

Skill content
Boundaries: Identify relationships and staleness, never auto-modify files without explicit request
Recommendation

Review any proposed file diffs before committing, especially in shared repositories.