create-auth-skill
Pass
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to install
better-authand its related ecosystem packages (e.g.,@better-auth/cli,@better-auth/passkey) via npm. These are legitimate, well-known packages for the intended functionality. - [COMMAND_EXECUTION]: The skill utilizes command execution for environment setup and database management. Evidence includes:
- Installation commands:
npm install better-auth. - Migration and schema generation:
npx @better-auth/cli@latest migrateandnpx @better-auth/cli@latest generate. - Secret generation: Recommends using
openssl rand -base64 32for creating secrets. - [INDIRECT_PROMPT_INJECTION]: The skill scans existing project files to detect frameworks and databases, creating a potential surface for indirect injection if a malicious file contains instructions designed to influence the agent's behavior during Phase 1.
- Ingestion points: Project configuration files (
next.config,package.json,prisma/schema.prisma) are read in Phase 1, Step 1. - Boundary markers: No specific delimiters or "ignore instructions" warnings are defined for the file scanning process.
- Capability inventory: The agent has the capability to execute shell commands for package installation and CLI operations (
npm,npx). - Sanitization: No specific sanitization or validation of the content of the scanned files is specified prior to logic branching.
Audit Metadata