qa-methodology

Pass

Audited by Gen Agent Trust Hub on Aug 5, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill's test suite utilizes the subprocess.run function to execute the provided Python scripts for verification.
  • Evidence: Found in tests/test_risk_prioritize.py and tests/test_check_ac_testability.py.
  • Context: This behavior is benign as it is confined to local unit tests that invoke the skill's own scripts using sys.executable. No user-supplied or remote input is passed into a shell environment.
  • [SAFE]: The utility scripts (scripts/risk-prioritize.py and scripts/check-ac-testability.py) are implemented using only the Python standard library (json, argparse, re, sys).
  • [SAFE]: No evidence of hardcoded credentials, data exfiltration, or obfuscation was detected in the skill files or metadata.
  • [SAFE]: The skill correctly identifies potential security risks such as prompt injection and supply-chain vulnerabilities within its instructional content (references/security-testing.md), framing them as test scenarios rather than active threats.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 5, 2026, 09:21 PM
Security Audit — agent-trust-hub — qa-methodology