blueprint-feature-tracker-status
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXPOSURE]: The skill reads from
docs/blueprint/feature-tracker.json. This is a project-specific metadata file and does not contain sensitive system or user credentials. - [COMMAND_EXECUTION]: The skill provides examples of using the
Bashtool withjqto query the tracker file. These commands are localized to the project's data and do not perform administrative or dangerous system modifications. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from
feature-tracker.jsonand displays it to the user. While this creates a surface for indirect prompt injection if the JSON file is maliciously crafted, the skill only performs read and display operations, and subsequent actions like starting a feature require user interaction viaAskUserQuestion. - Ingestion points: Reads
docs/blueprint/feature-tracker.jsonusing theReadtool. - Boundary markers: None explicitly defined; data is parsed as JSON.
- Capability inventory: Uses
Read,Bash(forjq), andAskUserQuestion. - Sanitization: No explicit sanitization of JSON strings before display.
Audit Metadata