deepagents-typescript-quickstart
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- External Documentation Reference: The skill fetches implementation details from an official documentation site. This is used to ensure the agent uses the most current and accurate API patterns for scaffolding the project.
- Dependency Management: The skill instructs the agent to install standard packages from a public registry. This is a routine part of setting up a new TypeScript project and follows standard developer workflows.
- Secure Secret Handling: The instructions specifically advise storing API keys in a
.envfile that is excluded from version control. This aligns with industry best practices for local development to prevent accidental credential exposure.
Audit Metadata