Back to skill

Security audit

Qto Report

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward construction reporting helper that reads user-provided BIM/CAD data and can write QTO report files when asked.

Install only if you are comfortable letting the agent read project data files you provide and create report exports in the working directory. Use explicit filenames or output folders for generated Excel, CSV, and JSON reports to avoid overwriting existing files.

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
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (3)

Ae4

Medium
Category
analysis-evasion
Confidence
80% confidence
Finding
Suspicious Unicode normalization or mixed-script content

Natural-Language Policy Violations

Low
Confidence
86% confidence
Finding
The book reference and quotation include Russian text in an otherwise English skill description, but the document does not state that the skill is Russian-specific or give users an option for language/locale preference. This can violate language/locale policy expectations when a skill implicitly forces or assumes a specific language without opt-in.

Missing User Warnings

Low
Confidence
93% confidence
Finding
This markdown file includes several example commands that write Excel, CSV, and JSON files to disk, starting with `qto.to_excel("qto_report.xlsx")`, but the surrounding skill description does not warn users that running these examples will create or overwrite local files. For markdown files, user-facing documentation should disclose behaviors that affect user data or filesystem state.

Static analysis

No suspicious patterns detected.