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 /F to resolve process hangs and port binding issues on Windows.
  • It advises using node --check to 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/current refers 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 pnpm and node is standard practice for the target audience of plugin developers.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 8, 2026, 01:39 PM
Security Audit — agent-trust-hub — plugin-runtime-debug