code-refactoring

Pass

Audited by Gen Agent Trust Hub on May 19, 2026

Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses various command-line tools for version control (git), package management (npm, pip, bundle), testing/linting (npx with tsc, eslint, stryker, playwright, autocannon, artillery), and infrastructure management (kubectl, curl). These are standard tools for the described tasks and are used according to best practices.
  • [EXTERNAL_DOWNLOADS]: The instructions include downloading standard development dependencies and tools using npm, pip, npx, and bundle from official registries.
  • [DATA_EXFILTRATION]: Uses pg_dump to export database state to a local file (baseline-db.sql) and curl to capture API responses for baseline comparison. These operations are performed to ensure data integrity and facilitate rollbacks during refactoring, which is consistent with the skill's primary purpose.
Audit Metadata
Risk Level
SAFE
Analyzed
May 19, 2026, 10:27 AM
Security Audit — agent-trust-hub — code-refactoring