create-orders-manager
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill implements strong security boundaries for sensitive data. It explicitly instructs the agent to treat
.envfiles as protected secrets, use.env.examplefor documentation, and never print secrets to the output. It also utilizes a Vite proxy to prevent CORS issues without exposing the API key directly in client-side code where possible. - [COMMAND_EXECUTION]: Shell commands used (
npm,curl,mv) are standard for project scaffolding and local environment setup.curlcommands are specifically used for connectivity testing against the vendor's own API domain (api.datadoe.com). - [EXTERNAL_DOWNLOADS]: The skill references standard, well-known Node.js packages (
@tanstack/react-table,dayjs,lucide-react) from official registries. While it specifiesaxios@1.13.6(which may be a typo for 1.3.6 as 1.13.x is not a standard release), it targets a legitimate library. - [PROMPT_INJECTION]: The skill exhibits a standard indirect prompt injection surface common to data dashboards. It ingests untrusted data from an external API (DataDoe) such as product names and order statuses. However, the instructions favor standard React rendering which provides default XSS protection via JSX escaping. Capability is limited to browser-side display and localStorage.
Audit Metadata