Crypto Interactive Research Framework - CIRF

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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 agent may create local workspace files and send search queries or requested URLs to web-search/fetch providers while conducting research.

Why it was flagged

The skill expects the agent to write research outputs locally and use web research tools; this is aligned with the research purpose but is still meaningful tool authority.

Skill content
"File System Access - WRITE" ... "workspaces/{project-id}/outputs/**/*.md" ... "Network Access - WebSearch" ... "Network Access - WebFetch"
Recommendation

Use collaborative mode for sensitive topics, avoid including private data in searches, and review generated workspace files before reusing or sharing them.

What this means

Future research runs may be influenced by saved workspace settings, prior requirements, notes, or outputs.

Why it was flagged

The workspace template explicitly stores session variables and workflow history for later reuse, which is useful for continuity but can carry forward stale or user-supplied context.

Skill content
"After conversation compact, agents restore context from this cache" ... "PERSISTENCE: Survives conversation compacts"
Recommendation

Review workspace.yaml and saved outputs periodically, and clear or edit old workspace state when switching topics or after sensitive research.

What this means

Users have less registry-level provenance information for confirming that the prompt files match the intended upstream project.

Why it was flagged

The registry metadata does not provide a verified source or homepage, although the skill is instruction-only and no executable install mechanism is present.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the package against the declared project source before installing if provenance matters for your workflow.