dcf-valuation
Pass
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to process external financial data and web content, which inherently introduces a surface for indirect prompt injection. However, the skill implements robust defensive measures by explicitly instructing the agent to treat all external content as untrusted evidence and to ignore any embedded commands, role changes, or tool-use requests.
- Ingestion points: As noted in
SKILL.md, the skill reads data from user-provided financial information, uploaded filings, and public web sources through research commands. - Boundary markers: The
SKILL.mdfile contains a 'Data Rules' section that specifically directs the agent to ignore instructions found within source content. - Capability inventory: The skill uses the
file_writecapability exclusively to save generated reports in thefinance/directory as specified inSKILL.mdand the YAML frontmatter. - Sanitization: The agent is instructed to use external content strictly for factual grounding and citations, ensuring it does not influence the agent's logic or behavior.
Audit Metadata