Back to skill

Security audit

Splat Transform Workflow for LCC / LCC 转 SuperSplat

Security checks for vulnerabilities and agentic risk

Overview

This skill is a disclosed workflow guide for converting LCC/PLY Gaussian splat assets and does not show hidden data access or unsafe persistence.

Install only if you need this LCC/PLY to SuperSplat conversion workflow. Review paths before running the example commands because they can create or overwrite conversion outputs under the target output and viewer public directories.

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
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • 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 (2)

Skill Enumeration

Medium
Category
Agent Snooping
Content
## Skill Locations / Skill 文件位置

- Plugin skill: `plugins/splat-transform-for-lcc/skills/splat-transform-workflow-for-lcc/SKILL.md`
- Top-level copy: `skills/splat-transform-workflow-for-lcc/SKILL.md`
- Keep these two files in sync when updating workflow guidance.
Confidence
80% confidence
Finding
Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

Skill Enumeration

Medium
Category
Agent Snooping
Content
## Skill Locations / Skill 文件位置

- Plugin skill: `plugins/splat-transform-for-lcc/skills/splat-transform-workflow-for-lcc/SKILL.md`
- Top-level copy: `skills/splat-transform-workflow-for-lcc/SKILL.md`
- Keep these two files in sync when updating workflow guidance.
Confidence
80% confidence
Finding
Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.

Static analysis

No suspicious patterns detected.