plugin-runtime-debug
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides legitimate technical commands intended for environment diagnosis and process management during the debugging workflow.
- It suggests using PowerShell to inspect Node.js package links:
Get-Item <profile>/node_modules/<pkg> | Select LinkType, Target. - It recommends using
taskkill /PID <pid> /T /Fto resolve process hangs and port binding issues on Windows. - It advises using
node --checkto validate the syntax of generated JavaScript bundles before deployment. - [SAFE]: All identified operations and resource references are consistent with the skill's stated purpose of software debugging and maintenance.
- The file path
~/.dsh/source/currentrefers to the vendor's own source tree for contract verification. - The technical descriptions of ANSI escape sequences (e.g.,
ESC[49m,ESC[K) are used correctly in the context of fixing terminal rendering bugs. - The use of development tools like
pnpmandnodeis standard practice for the target audience of plugin developers.
Audit Metadata