MS-PPT-Style: Morgan Stanley PPT Generator
PassAudited by VirusTotal on May 8, 2026.
Overview
Type: OpenClaw Skill Name: ms-ppt-style Version: 1.0.0 The skill bundle is a legitimate tool for generating PowerPoint presentations in a Morgan Stanley-inspired financial report style using the 'pptxgenjs' library. The core logic in index.js and the instructions in SKILL.md are strictly focused on slide layout, color palettes, and chart generation, with no evidence of data exfiltration, malicious execution, or prompt injection.
Findings (0)
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.
Presentations created with this skill may appear more official or affiliated than intended, creating trust, compliance, or impersonation risk.
The skill is described as a style generator, but generated files are given an official-sounding Morgan Stanley author value, which could make recipients believe the deck came from Morgan Stanley.
pres.author = 'Morgan Stanley Research';
Do not use false institutional authorship. Change the default author to the actual user or organization, and add a clear disclaimer if the skill is only imitating a visual style.
Installing later dependency versions could change behavior if the upstream package changes or is compromised.
The skill depends on an external npm package using a version range. This is expected for PPTX generation, but the artifacts do not include a lockfile or pinned dependency.
"dependencies": {
"pptxgenjs": "^3.12.0"
}Install from a trusted npm registry and consider pinning dependencies with a lockfile for reproducible installs.
