xano-init
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute system commands for environment discovery, authentication state checking, and workflow management. - Evidence: The skill executes commands such as
xano --version,xano profile token,xano profile me,xano workspace:list, and variousxano sandboxcommands to verify the local environment and interact with the Xano platform. - [EXTERNAL_DOWNLOADS]: The skill interacts with the npm registry to check for package updates and provides instructions or commands to install or update the
@xano/cliand@xano/developer-mcppackages. - Evidence: Use of
npm viewto fetch version metadata and commands likenpm install -g @xano/cliandnpx -y @xano/developer-mcpto manage vendor-provided tools. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external sources including Xano API responses (workspace metadata, branch lists) and local project files (XanoScript
.xsfiles,CLAUDE.md) which are used to generate playbooks and status reports. - Ingestion points: The skill reads output from
xano workspace:list,xano profile me, and inspects local.xsfiles. - Boundary markers: The skill uses structured markdown templates for the playbook but does not explicitly mention sanitization of external metadata.
- Capability inventory: The skill has access to
Bashfor command execution andWritefor creating files. - Sanitization: No explicit sanitization of workspace names or branch names is mentioned before they are interpolated into the generated playbook or
CLAUDE.mdupdates.
Audit Metadata