Universal Data Model for the next generation of AI-driven smart spaces
Analysis
This skill appears to generate a local smart-space JSON template and does not show evidence of credential use, networking, hardware control, or data exfiltration.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
PRIMITIVE_DIR = os.path.join(os.getcwd(), "s2_primitive_data") ... with open(TEMPLATE_FILE, 'w', encoding='utf-8') as f:
The script creates a directory and writes a local JSON file. This is scoped and matches the stated template-generation purpose, but users should know it will modify the current working directory.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Supply this JSON schema to your OpenClaw agents as the baseline context for spatial awareness and control.
The generated schema is meant to be reused as agent context and contains many natural-language fields. This is purpose-aligned, but future filled-in values should be treated as data, not automatically trusted instructions.
