| title | GitHub Copilot Security and Compliance Instructions |
|---|---|
| author | Richard Slater |
| created | 2025-10-16 |
| updated | 2025-10-16 |
| version | 1.0 |
| purpose | Security and compliance guidelines for AI coding assistants |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "use client" | |
| import styles from './page.module.css' | |
| import { useCallback, useEffect } from 'react'; | |
| import React from 'react' | |
| import WalletButton from './components/WalletButton'; | |
| import { SessionKit, Session } from "@wharfkit/session" | |
| import { WebRenderer } from "@wharfkit/web-renderer" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQINBGBplmMBEAC4/lTwUbkk6KB7sC9AoY5OPu8dgInZig58EPHjviENNVr8do+Q | |
| n0slQp6Fp3C6Mj6gyVtfaWVxb9ZE9aTMPf8Kg/bxSHCYKYYLa/ZAerbYQjWW/esa | |
| fsYIps46jHbj4HDIqtSwE9Qg+g3CcOAifos2v0Kqpu/Lwt9VXxwH1J5GMiGJHjf3 | |
| vnfZDBq1yRhxOs4pEvPJgfyw1OUFtFGhh1AMwtd+36SxzC0Jv0LdXzEAkwcmJVMC | |
| UeyZU98pZWjlIDndr9rYiuHF5DASwObD9GDf1hNP5y/bw3PmIUmdh09c+IfsYeyv | |
| YklZ5HCUsN20oqKKxTgD7ZVnlq7ZyMG1HbleqVyk6OrGyCG/X1wjZFe1cCOvNZKS | |
| +qFzzZFnHTPCkOqbC3IskcA7IfALhHCeKjZE7niXjZ8Nm/e7kFmCT1bdd2VZiZ8B | |
| 5SGz+4zu9Ohiguu6SF+R65zc3hmGdWggQE3y/ySlEvpPZ9rJ9yB5E0eZ7J/grpoF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "log" | |
| "crypto/mlkem" | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "encoding/base64" | |
| "io" | |
| "crypto/rand" |
This document describes the local LGTM stack configured for this NixOS machine. The stack is managed declaratively by NixOS, runs as Podman containers under systemd, stores state on the host, and exposes service ports on localhost only.
LGTM means:
- Loki for logs.
- Grafana for dashboards, exploration, and datasource access.
- Tempo for traces.
- Mimir for metrics through the Prometheus-compatible API.
OlderNewer