web-state-ngrx-signalstore
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely instructional and serves as a documentation reference for Angular state management using the
@ngrx/signalslibrary. The provided code examples follow established architectural best practices and do not contain any malicious payloads or hidden operations. - [INDIRECT_PROMPT_INJECTION]: As a documentation resource, the skill establishes a context that the agent uses to process user-provided requirements for code generation.
- Ingestion points: The instructions in
SKILL.mdand theexamples/directory guide the agent when interpreting user-supplied feature requests or data models. - Boundary markers: The skill content is organized using standard Markdown headers, providing structural separation but no explicit sandboxing for untrusted data processed at runtime.
- Capability inventory: The code examples demonstrate legitimate web capabilities such as network communication via Angular's
HttpClient, persistent storage vialocalStorage, and component-level lifecycle hooks. - Sanitization: The patterns emphasize safe coding practices, including strict TypeScript typing, immutable state updates using
patchState, and standard URI parameter encoding.
Audit Metadata