code-prior-art-survey
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The survey process involves cloning remote repositories discovered during the research phase. The skill mitigates risks associated with remote content by explicitly instructing the agent to treat all fetched repository data as non-executable information and prohibiting the installation or execution of surveyed code.
- [COMMAND_EXECUTION]: The skill uses a local script (
scripts/validate_prior_art.py) to perform deterministic validation of research artifacts. This script uses secure practices, such asyaml.safe_load, and its execution is confined to validating schema adherence for locally generated files.
Audit Metadata