skill-tester
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/script_tester.pyutility usessubprocess.runto execute Python scripts found within the target skill's directory. This is the intended functionality of the meta-skill, designed to verify script syntax, imports, and runtime behavior. TheSKILL.mdfile contains a clear warning: 'WARNING — runs the target's code. ... Never point them at an untrusted or unreviewed skill; run skill-security-auditor on it first.' - [SAFE]: Detections for
evalandexecpatterns inreferences/quality-scoring-rubric.mdandtests/test_security_scorer.pyare confirmed false positives. In the rubric, these appear as educational examples of insecure coding practices to avoid. In the test suite, they are string literals used to verify that the security detection regexes inscripts/security_scorer.pyfunction correctly. - [SAFE]: The skill maintains a strict policy of using only the Python standard library, which is verified by its own
_find_external_importslogic. This reduces the risk of supply chain attacks through third-party dependencies. - [INDIRECT_PROMPT_INJECTION]: The skill processes external file data (SKILL.md, scripts, assets) from target directories. The analysis confirms these ingestion points are used for structural validation, code quality scoring, and testing. There is no evidence of this content being unsafely interpolated into agent prompts to hijack the tester's logic.
Audit Metadata