init-app-stack
Warn
Audited by Gen Agent Trust Hub on Apr 22, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The script
scripts/install-skills.pyis designed to download and install external agent skills into the local environment usingnpx skills add. It specifically targets the GitHub repositorywshobson/agents, which is an untrusted third-party source. Installing external skills allows remote instructions to influence agent behavior and execution. - [COMMAND_EXECUTION]: The skill uses
subprocess.runinscripts/create.pyandscripts/install-skills.pyto execute system-level commands. This includes running package managers likebunanduvto scaffold project structures and thenpx skillsutility to install external extensions. - [EXTERNAL_DOWNLOADS]: The skill references and downloads content from several external sources. While some references target well-known organizations like Anthropics, it also initiates downloads from unverified third-party repositories (
wshobson/agents). - [INDIRECT_PROMPT_INJECTION]: The skill establishes an attack surface for indirect injection by scaffolding a workflow that automatically fetches and processes an OpenAPI schema from a local development server (
localhost:8000/openapi.json). - Ingestion points:
scripts/create.py(generatedgenerate-apiscript inpackage.json). - Boundary markers: None present in the generated code or instructions.
- Capability inventory:
subprocess.runandsubprocess.callacross multiple management scripts. - Sanitization: No validation or sanitization of the fetched schema is implemented before it is processed by code generation tools.
Audit Metadata