aep-model
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from local project files which are considered untrusted input. Maliciously crafted content in these files could theoretically influence agent behavior during the modeling process.
- Ingestion points:
product/index.yaml,product-context.yaml, and story descriptions. - Boundary markers: No specific delimiters or instructions are used to isolate ingested data from the agent's logic.
- Capability inventory: The skill has the ability to execute shell commands (
npx,git) and write to the filesystem. - Sanitization: The instructions do not specify any validation or sanitization for the ingested text.
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to use
npxfor YAML validation, which downloads tools from the npm registry at runtime. - Evidence:
SKILL.mdStep 4 andreferences/yaml-guardrails.mdcontain commands usingnpx js-yamlandnpx tsx. - Source: Downloads originate from the npm registry, a well-known service.
- [COMMAND_EXECUTION]: The skill executes various shell commands for file management, validation, and version control.
- Evidence:
SKILL.mdStep 4 includes a script to validate YAML files and git commands to commit/push changes.
Audit Metadata