Aicodem skill

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

Overview

This skill appears to locally convert provided test-case data into an XMind file, with no artifact evidence of credential use, network access, persistence, or destructive behavior.

This looks like a purpose-aligned local file-generation skill. Before installing, note that it runs packaged Python code and writes a generated .xmind file; avoid putting sensitive test data into the output unless you are comfortable storing it locally.

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 skill will run packaged Python code locally when invoked and may create the requested output file.

Why it was flagged

Invoking the skill executes an included Python script. This is expected for generating the XMind file, but it is still local code execution users should recognize.

Skill content
steps:
  - name: generate_xmind
    type: python
    entry: scripts/generate_xmind.py
Recommendation

Install from a trusted source, review the script if provenance matters, and invoke it only for intended test-case data and output locations.

What this means

Users have less external context for verifying the publisher or source history of the included script.

Why it was flagged

The registry information does not provide an upstream source or homepage for independent provenance checks, although the included artifacts do not show suspicious dependencies or install behavior.

Skill content
Source: unknown
Homepage: none
Recommendation

Treat the packaged artifacts as the review source, and prefer installation only if you trust the publisher or have reviewed the included code.