Back to skill

Security audit

Homestruk Maintenance Triage

Security checks for vulnerabilities and agentic risk

Overview

This skill is a coherent property-maintenance triage helper, but users should store any generated tenant work orders in a private, access-controlled workspace.

Before installing, confirm that the OpenClaw workspace and work-order directory are private, access-controlled, and appropriate for tenant PII. Avoid placing sensitive contractor or tenant records in shared or synced folders unless that is intended.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Rogue AgentSelf-Modification, Session Persistence
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (3)

Session Persistence

Medium
Category
Rogue Agent
Content
issue, cosmetic damage, squeaky door, clogged (non-emergency)
drain, light fixture out, minor pest sighting.

Action: Create work order. Schedule at mutual convenience.

### COSMETIC / LOW (schedule at next convenient time)
Indicators: paint touch-up, weatherstripping, caulking,
Confidence
60% confidence
Finding
Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The work-order template directs the agent to persist tenant PII and operational details to disk, including name, phone, address, unit, and maintenance history, without retention, access-control, or privacy handling instructions. If the workspace is shared, synced, or insufficiently protected, this creates a direct confidentiality and compliance risk and may expose sensitive occupancy and contact information.

Missing User Warnings

Low
Confidence
89% confidence
Finding
The skill explicitly instructs the agent to read from a local workspace path containing contractor roster data, but provides no boundary checks, consent model, or data-minimization guidance. In an agent environment, this can cause unintended access to locally available business data and normalize exfiltration of information unrelated to the current tenant request.

Static analysis

No suspicious patterns detected.