openalgo-chart-setup
Pass
Audited by Gen Agent Trust Hub on Aug 19, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands via the
Bashtool to inspect the project environment (e.g.,cat package.json,rg) and to verify the generated code using build tools (npx tsc,npm run build). - [EXTERNAL_DOWNLOADS]: The skill initiates the installation of the
openalgo-chartspackage usingnpm install. This is the intended behavior of the skill and aligns with the author's ecosystem. - [PROMPT_INJECTION]: The skill presents an attack surface for indirect prompt injection by processing project metadata to drive execution.
- Ingestion points: The skill reads and searches the project's
package.jsonfile usingcatandrgto detect the framework. - Boundary markers: There are no boundary markers or explicit instructions to ignore embedded commands within the ingested
package.jsondata. - Capability inventory: The skill has access to the
Bashtool and performs write operations. It uses these capabilities to execute project-defined scripts during the verification phase (npm run build). - Sanitization: No sanitization or validation is performed on the content of the
package.jsonfile before its defined scripts are executed by the agent.
Audit Metadata