context-mapper
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as its primary function is to ingest and process untrusted data from arbitrary codebases and document corpora.
- Ingestion points: The skill reads file contents, names, and directory structures from user-specified
repo_pathorcorpus_pathusingRead,Grep, andGlobtools. - Boundary markers: Behavioral boundaries are established in the instructions ("observe and document, never modify"), though no explicit structural delimiters for the data being mapped are defined for the output format.
- Capability inventory: The agent has access to
Read,Glob,Grep, andBashtools, providing broad read access to the local filesystem. - Sanitization: No explicit sanitization or filtering of processed file content is mentioned, which is inherent to the goal of structural mapping.
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to execute standard system utilities for staleness detection and repository mapping. - Evidence: Uses
stat -c %Yto check map timestamps andfindto identify files modified after a certain date. - Context: These operations are restricted to benign metadata checks and do not involve executing untrusted scripts or piping network data to a shell.
Audit Metadata