minimal-repro
Pass
Audited by Gen Agent Trust Hub on Jun 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- Command Execution: The skill performs shell commands such as
npx tsp compileandrmto manage reproduction files and test the TypeSpec compiler. These operations are restricted to the workspace or temporary directories as described in the instructions. - External Downloads: The skill may utilize
npm installto fetch additional packages if a reproduction requires dependencies not present in the local environment. This involves downloading code from external registries. - Processing Untrusted Content: The skill is designed to ingest and process TypeSpec source code from user input or external URLs. This presents a potential surface for indirect prompt injection, where embedded content might attempt to influence the agent's behavior during the reproduction or minimization steps.
Audit Metadata