niblet
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest external UI references, materials, and local bundles which could contain malicious instructions.
- Ingestion points: Data enters the context via the
find_ui_references,find_ui_materials, andget_design_referenceMCP tools, as well as through local.tmp/reference bundles as described inreferences/evidence.md. - Boundary markers: The skill provides explicit instructions in
references/evidence.mdto treat all retrieved text and metadata as untrusted reference data. - Capability inventory: The agent has the capability to modify repository code, write new files (e.g.,
PRODUCT.md,DESIGN.md), and execute shell commands via the host's existing toolset. - Sanitization: The instructions explicitly warn the agent not to execute scripts, follow embedded instructions, or copy integration manifests from reference materials.
- [EXTERNAL_DOWNLOADS]: The skill fetches design references, icons, and fonts from vendor-specific infrastructure.
- Evidence: The skill uses
api.niblet.comfor catalogue data andmedia.niblet.comfor visual assets. - Evidence: The local MCP adapter is distributed as the
@pymodel/nibletNode.js package. - [COMMAND_EXECUTION]: The skill provides instructions for the host/agent to execute the MCP server using
npx. - Evidence:
references/connection.mdspecifies the commandnpx -y @pymodel/nibletfor installation and execution. - [REMOTE_CODE_EXECUTION]: The skill supports connection to a remote MCP service.
- Evidence: The skill can be configured to connect to a hosted endpoint at
https://api.niblet.com/mcpas documented inreferences/connection.md.
Audit Metadata