Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions skills/neon-ai-gateway/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ metadata:

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "b5beae8767c18ee7b9dc1ae1eb6c93c7cb1a96c4" # main as of 2026-09-18
ref: "e8be8ff34267b559c90106a5e0bafd3071e76d46" # main as of 2026-09-18
path: "skills/neon-ai-gateway"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/neon-auth/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ metadata:

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "b5beae8767c18ee7b9dc1ae1eb6c93c7cb1a96c4" # main as of 2026-09-18
ref: "e8be8ff34267b559c90106a5e0bafd3071e76d46" # main as of 2026-09-18
path: "skills/neon-auth"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/neon-object-storage/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ metadata:

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "b5beae8767c18ee7b9dc1ae1eb6c93c7cb1a96c4" # main as of 2026-09-18
ref: "e8be8ff34267b559c90106a5e0bafd3071e76d46" # main as of 2026-09-18
path: "skills/neon-object-storage"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
Expand Down
6 changes: 4 additions & 2 deletions skills/neon-postgres-branches/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ metadata:

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "b5beae8767c18ee7b9dc1ae1eb6c93c7cb1a96c4" # main as of 2026-09-18
ref: "e8be8ff34267b559c90106a5e0bafd3071e76d46" # main as of 2026-09-18
path: "skills/neon-postgres-branches"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: LLM_PROMPT_INJECTION
reason: "Accepted risk: when its bundled `neon` parent is absent, `SKILL.md:19-22` fetches that parent from the official Neon domain or installs it through Neon CLI. This is a documented same-publisher dependency path, not an untrusted third-party source; the mutable remote content is intentionally not pinned to this artifact."
- rule_id: MANIFEST_MISSING_LICENSE
reason: "neondatabase/agent-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
4 changes: 2 additions & 2 deletions skills/neon-postgres-egress-optimizer/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "b5beae8767c18ee7b9dc1ae1eb6c93c7cb1a96c4" # main as of 2026-09-18
ref: "e8be8ff34267b559c90106a5e0bafd3071e76d46" # main as of 2026-09-18
path: "skills/neon-postgres-egress-optimizer"
version: "0.1.9"
version: "0.1.10"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
Expand Down
4 changes: 2 additions & 2 deletions skills/neon-postgres/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ metadata:

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "b5beae8767c18ee7b9dc1ae1eb6c93c7cb1a96c4" # main as of 2026-09-18
ref: "e8be8ff34267b559c90106a5e0bafd3071e76d46" # main as of 2026-09-18
path: "skills/neon-postgres"
version: "0.1.9"
version: "0.1.10"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
Expand Down
6 changes: 4 additions & 2 deletions skills/neon/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ metadata:

spec:
repository: "https://github.com/neondatabase/agent-skills"
ref: "b5beae8767c18ee7b9dc1ae1eb6c93c7cb1a96c4" # main as of 2026-09-18
ref: "e8be8ff34267b559c90106a5e0bafd3071e76d46" # main as of 2026-09-18
path: "skills/neon"
version: "0.1.0"
version: "0.1.1"

provenance:
repository_uri: "https://github.com/neondatabase/agent-skills"
repository_ref: "refs/heads/main"

security:
allowed_issues:
- rule_id: ATR_2026_00063
reason: "FP: `references/claimable-neon.md:41` documents `neon claim create` writing its provisioned variables to `.env` or `.env.local`, with safeguards for existing Neon-managed keys and gitignore. It neither reads a host secret nor transmits data to an external sink, so it is not a multi-skill exfiltration chain."
- rule_id: MANIFEST_MISSING_LICENSE
reason: "neondatabase/agent-skills is licensed Apache-2.0 at the repository root; upstream does not embed an SPDX license identifier in per-skill SKILL.md frontmatter."
Loading