spec-task

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

Overview

This instruction-only skill enforces a structured task workflow and persistent task archives, and those behaviors are disclosed and aligned with its purpose.

Use this skill if you want strict planning, status tracking, verification, and task archiving. Expect it to create project task files and memory entries; review archive behavior and avoid including secrets or highly sensitive details in persisted task artifacts.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

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.

What this means

The agent may spend time creating and maintaining task documents before doing complex work.

Why it was flagged

The skill can steer the agent into this workflow for non-trivial tasks and inject reminders into context.

Skill content
所有非平凡任务必须通过 spec-task 管理... before_prompt_build: 检测工作区状态,注入 prependContext 提醒
Recommendation

Install this only if you want strict task lifecycle enforcement; use another workflow if you prefer lightweight ad-hoc execution.

What this means

Task-management actions will be tied to the detected project root, which is appropriate for this workflow but affects where files are created or updated.

Why it was flagged

The skill describes automatic argument injection for its task-management tools.

Skill content
before_tool_call: 对 task_create、config_merge、task_archive、task_recall 自动注入 `project_root` 参数
Recommendation

Check that the detected project root is the intended workspace before relying on the workflow.

What this means

You have less external context for who maintains the skill or where to verify it.

Why it was flagged

The package has limited provenance information, although it does not include executable code or an install mechanism.

Skill content
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Recommendation

Review the included instructions and registry owner before installing, especially in shared or sensitive workspaces.

What this means

Sensitive task details could be saved into memory and influence future tasks if included in summaries or lessons.

Why it was flagged

The skill persists task summaries and lessons into agent memory for later reuse.

Skill content
record_history → 写入 ${agent.workspace}/memory/task-history/YYYY-MM-DD/<task-name>.md ... generate_lessons → 写入 ${agent.workspace}/memory/task-lessons/<capability-keywords>.md
Recommendation

Avoid placing secrets or private data in task summaries, outputs, or lessons, and review archive settings before using the skill on sensitive work.