asmdef-lint
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes standard shell utilities including
find,jq,sed, andgrepto perform read-only structural analysis of project files. These operations are restricted to the localAssetsdirectory. - [DATA_EXFILTRATION]: No network activity or access to sensitive system locations (such as
~/.ssh,~/.aws, or.envfiles) was detected. - [PROMPT_INJECTION]: The instructions are clear and instructional, without any attempts to bypass agent safety protocols, system prompts, or ethical constraints.
- [INDIRECT_PROMPT_INJECTION]: The skill has an ingestion surface for untrusted data from project
.asmdeffiles. - Ingestion points:
Assets/*.asmdef(processed inSKILL.mdviafindandjq). - Boundary markers: Absent; the skill does not use specific delimiters to wrap external content.
- Capability inventory: Limited to read-only shell commands and
echofor reporting results. - Sanitization: Uses
jqfor structured field extraction, providing implicit validation of the JSON format.
Audit Metadata