@6171/physics-lab-experiment-suite
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides instructions for unpacking asset archives using shell commands such as
tar xzf. It also includes a Python scriptscripts/unpack.pywhich utilizes thetarfilelibrary to programmatically extract experiment files to the filesystem. - [COMMAND_EXECUTION]: The skill relies on external binaries
arduino-cliorarduinoto facilitate the compilation and deployment of microcontroller firmware, which involves executing commands to interact with hardware. - [PROMPT_INJECTION]: The skill processes contents from local compressed archives, presenting a potential surface for indirect prompt injection if the source assets contain instructions meant to influence the agent's behavior.
- Ingestion points: Local compressed archives in the
assets/directory, including.inofirmware files and.htmlsimulators. - Boundary markers: The instructions do not define specific delimiters or "ignore" warnings when reading the content of extracted files.
- Capability inventory: The skill has the capability to write files to the local disk and execute hardware-related command-line tools.
- Sanitization: The
scripts/unpack.pyscript performs extraction usingtarfile.extractall()without validating file paths, which is a common security oversight for archive handling.
Audit Metadata