auth0-to-descope
Pass
Audited by Gen Agent Trust Hub on Jun 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security violations were detected. The skill follows best practices for a complex migration tool, incorporating user confirmation steps and clear documentation.
- [COMMAND_EXECUTION]: The skill uses a variety of system commands for project triage and verification:
grepandfindare used to map Auth0 integration points in the codebase.git cloneis used to fetch the officialdescope-migrationutility from GitHub.npm,pip, andgohandle dependency management and project compilation checks.curlis used for smoke testing the local development server and verifying JWT claims.- [EXTERNAL_DOWNLOADS]: The skill downloads dependencies and tools from trusted sources:
- Clones the migration script from
github.com/descope/descope-migration. - Installs official Descope SDKs from standard registries (NPM and PyPI).
- References the Descope Docs MCP server at
docs-mcp.descope.comfor real-time documentation lookups. - [DATA_EXFILTRATION]: While the skill scans sensitive files like
.env,Dockerfile, andpackage.json, it does so solely to identify configuration needs and map environment variables for the new provider. No behavior suggesting the transmission of discovered data to unauthorized external domains was observed. - [PROMPT_INJECTION]: The skill is designed to process untrusted codebase content during its analysis phase, which represents an attack surface for indirect prompt injection:
- Ingestion points: Codebase Analysis section in
SKILL.md(scanning project files viagrep). - Boundary markers: Absent; analyzed content hits are summarized directly in the agent's context.
- Capability inventory: Subprocess execution (shell commands), file system write access (refactoring source files), and network access (dependency installation).
- Sanitization: Absent; the skill relies on the agent's logic to interpret codebase hits correctly and requires user review of the generated
MIGRATION-PLAN.mdbefore execution.
Audit Metadata