logic

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

Overview

This instruction-only reasoning skill is coherent and has no code, credentials, or network access, but it does create scoped local memory that can influence future answers.

This appears safe to install as an instruction-only reasoning aid. Be aware that it keeps local reasoning state in ~/logic/, so review that folder occasionally and avoid placing private or sensitive information in the skill's reflections or candidate rules.

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

If the local reasoning files are edited poorly or contain bad assumptions, future answers may be biased or less reliable.

Why it was flagged

The skill creates persistent local reasoning context that can be reused across future tasks and shape the agent's answers.

Skill content
Memory and reasoning files live in `~/logic/`... `principles.md` # HOT: reasoning constitution, always loaded ... `reflections.md` # lessons from strong / weak reasoning runs
Recommendation

Keep ~/logic/ scoped to reasoning guidance, avoid storing secrets there, and periodically review promoted principles or reflections.

What this means

The skill may update its own local reasoning notes when heartbeat maintenance is invoked.

Why it was flagged

The heartbeat process can maintain and edit the skill's local state over time, but the artifacts bound it to ~/logic/ and explicitly prohibit deleting user-authored reasoning content or reorganizing files outside that directory.

Skill content
Ensure `~/logic/heartbeat-state.md` exists... Scan `~/logic/` for files changed after that marker... refresh `index.md`... compact `reflections.md`... compact `candidates.md`
Recommendation

Review heartbeat changes if you rely on this skill heavily, especially before allowing any candidate rule to become a stable principle.