roblox-typescript-developer
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to use standard development tools and project scripts, such as
npm run build,npx rbxtsc, androjo sourcemap. These operations are consistent with the intended purpose of managing a Roblox TypeScript build pipeline.- [PROMPT_INJECTION]: The skill analyzes project files includingpackage.json,tsconfig.json, and TypeScript source files to identify project configuration and interop requirements. While these are external data sources, the skill treats them as standard build artifacts within a development environment. - Ingestion points:
package.json,tsconfig.json, and.tssource files. - Boundary markers: None explicitly defined in the instructions.
- Capability inventory: Execution of shell commands via
npm,npx, androjo. - Sanitization: No specific sanitization or validation of the input file content is mentioned.- [EXTERNAL_DOWNLOADS]: References the use of
roblox-tsand@rbxts/typesfrom the npm registry, which are standard components of the Roblox TypeScript ecosystem.
Audit Metadata