Angular token saver
NPM · @ALEX-APPS/NG-TOKEN-SAVER · SCANNED AUG 12
Compiler-backed Angular template answers, component contracts and version facts for AI agents
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 30 of 98 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to Alex88Ryabov/alex-apps-ng-token-saver). View diagnostics → Pass
- Clear OSI-approved license (GPL-3.0-or-later).Pass
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability79
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 517 tokens (~86/item across 6 items; 6 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 85% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @alex-apps/ng-token-saver
claude mcp add alex88ryabov-ng-token-saver -- npx -y @alex-apps/ng-token-saver
codex mcp add alex88ryabov-ng-token-saver -- npx -y @alex-apps/ng-token-saver
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"alex88ryabov-ng-token-saver": {
"type": "local",
"command": [
"npx",
"-y",
"@alex-apps/ng-token-saver"
],
"enabled": true
}
}
} openclaw mcp add alex88ryabov-ng-token-saver --command npx --arg -y --arg @alex-apps/ng-token-saver
mcp_servers:
alex88ryabov-ng-token-saver:
command: "npx"
args: ["-y", "@alex-apps/ng-token-saver"] {
"mcpServers": {
"alex88ryabov-ng-token-saver": {
"command": "npx",
"args": [
"-y",
"@alex-apps/ng-token-saver"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 11 Aug 26 +2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 7 Aug 26 77
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 12 Aug 2026 · Analysed npm/@alex-apps/ng-token-saver@0.1.7
Provenance Verified
A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.
| Result | Verified |
|---|---|
| Ecosystem | npm |
| Reason | Verified |
| Discovered via | Registry attestation endpoint |
| Source repo | Alex88Ryabov/alex-apps-ng-token-saver |
| Certificate issuer | https://token.actions.githubusercontent.com |
| Certificate SAN | https://github.com/Alex88Ryabov/alex-apps-ng-token-saver/.github/workflows/publish.yml@refs/tags/v0.1.7 |
| Rekor log index | 2370080269 |
| Predicate type | https://slsa.dev/provenance/v1 |
| Subject digest | sha512:c94d865dbe5e3f372f7ff8972e2a47db33921ee05015e0e14b750f624eb1e5ad7f02d0ccade6e6408fd3daa47d8fc9eb2b9473c21393b9cf230c1b1ab |
Dependencies 98 packages
| Packages resolved | 98 |
|---|---|
| Stale | 30 |
| Tree resolution | Complete |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
ng_component_info Angular: component contract ~65
Public contract of a component or directive: inputs, outputs, class members, decorator metadata. Accepts .ts or .html. Reads the source; ngserver is not needed.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | Path to the component (.ts) or to its template (.html) |
No output schema declared.
No examples provided.
ng_find_usages Angular: find usages ~137
Usages of a component, directive, pipe or service across the workspace: elements, attribute selectors, pipes and class references. Accepts a file path or a selector.
| Name | Type | Req | Description |
|---|---|---|---|
| input | string | – | Only tag usages binding this input/output; entries then point at the binding |
| limit | integer | – | How many usages to return, 100 by default |
| path | string | – | Scope the search to this folder (a file means its folder); default is the whole workspace |
| selectorOrFile | string | yes | Path to the declaring .ts, or the selector itself: app-user-card, [appDrag], money |
No output schema declared.
No examples provided.
ng_template_definition Angular: declaration of a template symbol ~79
From a position in an Angular template (.html or inline in .ts) to its TypeScript declaration. line and character are 0-based, as in LSP.
| Name | Type | Req | Description |
|---|---|---|---|
| character | integer | yes | – |
| file | string | yes | Path to the template: .html, or .ts with an inline template |
| line | integer | yes | – |
No output schema declared.
No examples provided.
ng_template_diagnostics Angular: template errors ~96
Angular compiler errors for a template after an edit. Accepts .html or .ts; files checks a batch. An entry anchored in the companion file names it in file. An empty list means "no errors" only when the server is healthy.
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | – | Path to the template or to the component |
| files | array | – | Batch of up to 20 templates; the answer groups diagnostics per file |
No output schema declared.
No examples provided.
ng_version_rules Angular: rules for the project version ~77
What exists and what does not in this project's Angular version: template syntax, signal APIs, zoneless, DI. Every rule was measured on the v17-v22 stand.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | Any file or folder inside the workspace; defaults to the working directory |
| topic | string | – | Narrow the answer to one topic |
No output schema declared.
No examples provided.
ng_workspace_map Angular: workspace map ~63
Workspace projects, Angular/CLI/TypeScript versions, strictTemplates and zone.js per project. Understands angular.json, Nx and solution style. Call once per session.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | – | Any file or folder inside the workspace; defaults to the working directory |
No output schema declared.
No examples provided.