Cost Estimation Resource

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill bundle provides a resource-based cost estimation tool. The Python code in `SKILL.md` implements the core logic, including data loading from pandas DataFrames and exporting results to Excel. The `claw.json` explicitly declares `filesystem` permissions, which aligns with the `export_to_excel` function. The `instructions.md` file contains clear, on-topic directives for the AI agent, without any evidence of prompt injection attempts to subvert the agent's purpose or perform unauthorized actions. There is no indication of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. Potential vulnerabilities like input validation or path traversal in file export are common software flaws and do not demonstrate malicious intent in this context, especially since filesystem access is declared.