wiki-claims-resweep
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by ingesting and processing untrusted text from wiki pages.
- Ingestion points: Wiki page markdown files are read by
scripts/extract_page_claims.pyto identify claim candidates. - Boundary markers: No explicit delimiters or 'ignore embedded instructions' markers are used when passing extracted data to the
cogni-claims:claimsskill. - Capability inventory: The skill uses
Bashto execute local scripts and theSkilltool to invoke external claim verification; it also performs file writes to the wiki root. - Sanitization: Content is passed through a
strip_markdownfunction which removes formatting but does not filter for malicious instruction content. - [COMMAND_EXECUTION]: The skill uses the
Bashtool to run local Python scripts (extract_page_claims.pyandresweep_planner.py) for data extraction and report generation. These commands are executed within the context of the local file system and are used to manage the audit workflow.
Audit Metadata