sora-video
Warn
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [DATA_EXFILTRATION]: The skill reads environment configuration from hidden files located at
~/.shuliu-skills/.envand./.shuliu-skills/.envto retrieve theLNAPI_KEYused for authentication. - [DATA_EXFILTRATION]: The script
scripts/main.tspermits reading any file from the filesystem through the--promptfilesand--imagearguments. The contents of these files are then sent to the external service athttps://lnapi.com, creating a risk of exfiltrating sensitive files like SSH keys or credentials if the agent is directed to access them. - [COMMAND_EXECUTION]: The skill's primary operation involves executing a local TypeScript script (
scripts/main.ts) using thebunruntime environment. - [DATA_EXFILTRATION]: The skill possesses a vulnerability surface for indirect prompt injection due to its file-processing capabilities.
- Ingestion points: Content from files specified via
--promptfilesand--imageinscripts/main.ts. - Boundary markers: Absent; file content is concatenated and sent directly to the API without delimiters or instructions to ignore embedded commands.
- Capability inventory: Includes
readFile(filesystem access),writeFile(filesystem write), andfetch(network transmission to an external domain). - Sanitization: None; the skill does not validate file paths or sanitize the content of the files before transmission.
Audit Metadata