run-spike
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill outlines a disciplined approach to prototyping that prioritizes security and code hygiene. It mandates that prototypes be clearly marked as throwaway and separated from production code.
- [DATA_EXFILTRATION]: The instructions explicitly state that state should live in memory and that persistence should be avoided. This design choice significantly reduces the risk of accidental data exposure or exfiltration during the execution of the logic spikes.
- [COMMAND_EXECUTION]: The skill requires using the host project's existing task runner rather than introducing arbitrary or new execution methods, ensuring that any code run is within the user's established environment and configuration.
- [PROMPT_INJECTION]: There are no detected patterns of prompt injection, role-play bypasses, or instructions to ignore safety guidelines. The instructions focus purely on software design validation.
Audit Metadata