configure-axis
Pass
Audited by Gen Agent Trust Hub on Jul 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references external resources from trusted domains and well-known services. It suggests using
npxto install or run packages from the NPM registry and provides acurlcommand to download the skill file itself from Netlify's official GitHub repository. - [COMMAND_EXECUTION]: The skill defines a configuration schema that includes a
run_scriptaction for test setup and teardown. These actions execute shell commands (e.g.,git init,npm install,rm -rf) within the agent's workspace. While this is the intended functionality of the AXIS framework, it represents a powerful capability. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection (Category 8), as it processes configuration data that could be controlled by an external party.
- Ingestion points: The skill reads
axis.config.jsonand various scenario JSON files from the local filesystem. - Boundary markers: None. There are no instructions for the agent to distinguish between its own system instructions and potentially malicious instructions embedded within the JSON files it reads.
- Capability inventory: Significant. The skill has the ability to execute arbitrary shell scripts through the
run_scriptfield, perform filesystem operations, and interact with network services via MCP. - Sanitization: None. The skill does not describe any validation or escaping of the content read from configuration files before the agent acts upon it.
Audit Metadata