You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A discussion dedicated to the Personalize module. Share your thoughts, questions, and feedback here.
Module Scorecard
Presentation & Onboarding
Credential Hygiene
Restricted-Network Readiness
Engineering Quality
Overall
8 / 25
N/A
N/A
6 / 10
40 / 100
Drilldown
Presentation & Onboarding — 8 / 25
Criterion
Max
Score
Notes
Configuration-mode examples
12
8
Single example provided showing basic usage with count, agent_id, and version. Does not demonstrate the path or log_path customization options that exist as variables.
Coder-context framing
8
0
README does not explain what this adds on top of Coder or where Coder fits in the flow. Simply states "Run a script on workspace start that allows developers to run custom commands to personalize their workspace" without Coder-specific context.
Visual preview
5
0
No image, GIF, or video present. Only an icon reference.
Credential Hygiene — N/A
Criterion
Max
Score
Notes
Secrets marked sensitive
16
N/A
Module has no credential or secret inputs.
Non-hardcoded auth path
4
N/A
Module has no authentication mechanism.
Restricted-Network Readiness — N/A
Criterion
Max
Score
Notes
Mirrorable artifact source
10
N/A
Module downloads or installs nothing; it only runs a user-provided script via coder_script.
Bring-your-own binary
6
N/A
Module downloads or installs nothing; it only runs a user-provided script via coder_script.
Egress transparency
4
N/A
Module downloads or installs nothing; it only runs a user-provided script via coder_script.
Engineering Quality — 6 / 10
Criterion
Max
Score
Notes
Input quality
6
6
All three inputs (agent_id, path, log_path) have clear descriptions and sensible defaults. No validation blocks present, but the simple string inputs don't require complex validation.
Test coverage
4
0
Test file main.test.ts only verifies the warning message when no personalize script exists. Does not test actual script execution, custom paths, or log output. No .tftest.hcl file present.
Overall — 40 / 100
Raw 14 / 35 → round(14 / 35 × 100) = 40
Scored against SCORECARD.md on 2026-07-14 with claude-sonnet-4-5.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A discussion dedicated to the Personalize module. Share your thoughts, questions, and feedback here.
Module Scorecard
Drilldown
Presentation & Onboarding — 8 / 25
count,agent_id, and version. Does not demonstrate thepathorlog_pathcustomization options that exist as variables.Credential Hygiene — N/A
Restricted-Network Readiness — N/A
coder_script.coder_script.coder_script.Engineering Quality — 6 / 10
agent_id,path,log_path) have clear descriptions and sensible defaults. No validation blocks present, but the simple string inputs don't require complex validation.main.test.tsonly verifies the warning message when no personalize script exists. Does not test actual script execution, custom paths, or log output. No.tftest.hclfile present.Overall — 40 / 100
Raw 14 / 35 → round(14 / 35 × 100) = 40
Scored against SCORECARD.md on 2026-07-14 with
claude-sonnet-4-5.Beta Was this translation helpful? Give feedback.
All reactions