skills/jamditis/tools/test-first-bugs/Gen Agent Trust Hub

test-first-bugs

Pass

Audited by Gen Agent Trust Hub on Jul 21, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses shell utilities to discover test infrastructure in the user's project.
  • Evidence: The scripts/find-tests.sh script and SKILL.md use find, grep, and ls to locate test directories, configuration files, and package metadata.
  • Context: These are standard discovery operations required for the skill's functionality.
  • [COMMAND_EXECUTION]: The skill instructs the agent to execute standard test runners to verify fixes.
  • Evidence: SKILL.md and references/test-frameworks.md provide commands for pytest, npm test, go test, cargo test, rspec, and others.
  • [EXTERNAL_DOWNLOADS]: The skill suggests setting up common testing environments using official package managers.
  • Evidence: Instructions include pip install pytest, npm install jest, and npm install vitest.
  • Context: These commands target well-known services and official registries.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 21, 2026, 10:00 PM
Security Audit — agent-trust-hub — test-first-bugs