wev-tesseract
Warn
Audited by Gen Agent Trust Hub on Feb 19, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- DATA_EXFILTRATION (MEDIUM): The skill contains logic to crawl the file system starting from the user's home directory. Specifically, the
collapse-all-skillsfunction accesses theHOMEenvironment variable and useslistFiles()to enumerate directories and locateSKILL.mdfiles. - Evidence:
(str/replace dir "~" (System/getenv "HOME"))and.listFiles (java.io.File. expanded). - COMMAND_EXECUTION (LOW): The skill instructions include commands that execute local files using Babashka (
bb) and thejusttask runner. This relies on the presence of a local scriptlib/wev_26_worlds.cljwhich is not provided in the snippet. - Evidence:
bb lib/wev_26_worlds.clj,just wev-collapse. - INDIRECT_PROMPT_INJECTION (LOW): The skill is designed to ingest and process data from other
SKILL.mdfiles across the system. This creates a surface where a malicious skill file elsewhere on the machine could influence the agent's behavior during the 'collapse' protocol. - Ingestion points:
SKILL.mdfiles found inskill-dirs. - Boundary markers: Absent; the skill reads the file contents directly.
- Capability inventory: File system enumeration, local script execution via
bb. - Sanitization: None detected for the ingested file paths or metadata.
Audit Metadata