forge-cost
Warn
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill performs dynamic execution of a Python script located within the workspace based on a file search.
- Evidence:
SKILL.mdcontains logic tofind . -path "*/forge_agent/cost_scan.py"and subsequently executepython <path-to-cost_scan.py>. - Context: This pattern allows for the execution of arbitrary code if a file matching that path is present in the repository being audited.
- [PROMPT_INJECTION]: The skill processes a large number of infrastructure configuration files, creating a surface for indirect prompt injection.
- Ingestion points: The skill reads multiple file types across
SKILL.mdincluding.tf,Pulumi.yaml,fly.toml,render.yaml,wrangler.toml,vercel.json,netlify.toml,railway.toml, anddocker-compose.yml. - Boundary markers: No delimiters or "ignore" instructions are provided to the agent before it reads these files.
- Capability inventory: The skill is granted access to the
Bash,Write,Edit,WebFetch, andWebSearchtools in the frontmatter ofSKILL.md. - Sanitization: No input validation or content sanitization is performed on the data read from configuration files.
- [EXTERNAL_DOWNLOADS]: The skill references and uses external cost analysis services and CLIs.
- Evidence:
SKILL.mddocuments dependencies on theinfracostCLI and its associated API for cost auditing, and the skill includesWebFetchandWebSearchin itsallowed-toolsconfiguration.
Audit Metadata