test-environment-management
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFECREDENTIALS_UNSAFEPERSISTENCECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [CREDENTIALS_UNSAFE]: The
SKILL.mdfile contains hardcoded credentials in adocker-compose.test.ymlexample, specifically using 'password' as the value forDATABASE_URLandPOSTGRES_PASSWORD. - [PERSISTENCE]: The skill includes bash examples using cron syntax (
0 20 * * *and0 7 * * 1-5) to schedule the stopping and starting of AWS EC2 instances for cost optimization. - [COMMAND_EXECUTION]: The skill instructions demonstrate the use of CLI tools including
docker-compose,npm, and theawsCLI to manage environment lifecycles and run tests. - [INDIRECT_PROMPT_INJECTION]: The skill has a vulnerability surface for indirect prompt injection as it processes external environment configurations and infrastructure reports to perform management and parity checks.
- Ingestion points: Ingests environment configurations, parity check results, and cost reports via the
aqe/environment-management/memory namespace as defined inSKILL.md. - Boundary markers: No explicit boundary markers or instructions to ignore embedded commands were identified in the ingestion workflow.
- Capability inventory: The skill possesses the capability to execute shell commands via
docker-compose exec, perform cloud operations usingaws ec2, and execute application tests vianpm test. - Sanitization: There is no evidence of sanitization or schema validation for the ingested environment data before it is processed by the agent.
Audit Metadata