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.runfunction to execute the provided Python scripts for verification. - Evidence: Found in
tests/test_risk_prioritize.pyandtests/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.pyandscripts/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