bootstrap-agents-md
Pass
Audited by Gen Agent Trust Hub on Jul 22, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/test_skill.pyusessubprocess.runto execute the skill's internal validation tools (validate.pyandtest_validate_agents_md.py). These executions are performed using the active Python interpreter (sys.executable) and target local script files within the skill package, which is a standard implementation for automated testing suites. - [REMOTE_CODE_EXECUTION]: The regression test script
scripts/test_validate_agents_md.pyutilizesimportlib.utilto dynamically load thevalidate_agents_md.pylogic. This is a local operation used to facilitate testing of the validator against temporary directory fixtures and does not involve remote code retrieval or arbitrary command execution. - [PROMPT_INJECTION]: The skill instructions in
SKILL.mdimplement a defensive strategy against indirect prompt injection by mandating that existing instruction files be treated exclusively as evidence. The agent is explicitly told to disregard the wording, structure, and assumptions of pre-existingAGENTS.mdorCLAUDE.mdfiles, ensuring that potentially malicious or stale instructions are not inherited during the replacement process. - [EXTERNAL_DOWNLOADS]: The
references/source-notes.mdfile contains several URLs pointing to official developer documentation from well-known service providers including OpenAI, Google, and Anthropic. These function as citations for the skill's design principles and do not trigger any runtime downloads or execution of external payloads.
Audit Metadata