Ontology Mapper

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a benign ontology-mapping assistant, with only ordinary file-access considerations for user-provided construction data and exports.

This skill is reasonable for mapping construction datasets to ontologies. Before installing, confirm the version mismatch is expected, and when using it, only grant access to the project files you want analyzed or exported.

Findings (2)

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 be able to read or write local files when processing construction data or creating exports.

Why it was flagged

The skill asks for filesystem access. This fits the documented workflow of accepting user-provided project files and offering exports, but it is still a capability users should scope carefully.

Skill content
"permissions": [
    "filesystem"
  ]
Recommendation

Provide only the specific project files needed and review any requested export path before allowing file writes.

What this means

A version mismatch can make it harder to verify exactly which release is being reviewed or installed.

Why it was flagged

The registry metadata lists version 2.1.0, while claw.json declares version 2.0.0. This looks like a minor provenance/packaging inconsistency rather than unsafe behavior.

Skill content
Version: 2.1.0
Recommendation

Confirm the package version and publisher details before installation if release provenance matters for your workflow.