CanopiiCanopiiAll serversEnterprise →
io.github.Sandeeprdy1729/timps-swarm

io.github.Sandeeprdy1729/timps-swarm v2.2.3

Security Trust Score
Grade F · Serious issues
Tier 1 · Public sourceHigh confidence · 98%
Declared MCP capabilities
ResourcesPrompts

This server scored F. Run it behind runtime policy enforcement so one bad tool call can't become an incident.

2 issues capping this score
  • criticalNo command-injection sinks4 occurrences
  • mediumNo install/post-install scriptsruns postinstall
Reputation1stars1forks58downloads/mo0open issues58d agolast commit<1yage

Security controls

Deterministic, evidence-backed. Score earned from passing controls; a failed guard caps it.

Model–MCP Runtime Guardrails

  • Warn
    Strict JSON Schema Enforcementschemas not strict

    Tool inputs are constrained (additionalProperties:false), so unexpected arguments can't be smuggled in.

    Fix: Set additionalProperties:false and require explicit parameters on every tool.

  • Pass
    Indirect Prompt Injection (IPI) Defensesguardno injection markers

    Tool/prompt/resource text is free of hidden instructions that could hijack the agent.

  • Pass
    User-in-the-Loop / Approval Scopeguardno destructive tool scope

    No over-broad or destructive tools (arbitrary shell, bulk-delete) that warrant human approval.

  • N/A
    Tool Definition Integrityguardno prior version to diff

    Every consecutive version pair is diffed for new injection markers or destructive scope — a risky diff anywhere in history is a rug-pull (fail, durable); benign description drift warns.

Application Security Checks

  • Fail
    No command-injection sinksguard4 occurrences

    Untrusted tool input reaching a shell yields remote code execution. How many servers fail this?

    bin/timps-swarm.js:124bin/timps-swarm.js:129bin/timps-swarm.js:131bin/timps-swarm.js:623

    Fix: Never pass tool arguments to a shell; use argv arrays with shell disabled.

  • Fail
    No install/post-install scriptsguardruns postinstall

    install hooks run arbitrary code on every consumer at install time. How many servers fail this?

    Fix: Remove preinstall/install/postinstall scripts, or document and minimize them.

  • Warn
    No path traversalguard15 occurrences

    Naive path checks let tools read/write outside intended directories (EscapeRoute-class).

    bin/timps-swarm.js:173bin/timps-swarm.js:762lib/agent-files.js:249lib/claude-code-integration.js:219

    Fix: Resolve to a canonical path and verify containment; reject ../ and symlinks.

  • Warn
    No SSRF sinksguard5 occurrences

    Fetching tool-supplied URLs can pivot into internal networks and metadata services.

    bin/timps-swarm.js:46bin/timps-swarm.js:58lib/local-audit.js:117lib/mcp-proxy.js:74

    Fix: Allow-list destinations; reject arbitrary/loopback/link-local URLs.

  • Warn
    Dependencies pinned (lockfile)no lockfile found

    A lockfile makes installs reproducible and resistant to silent dependency swaps.

    Fix: Commit a lockfile (package-lock.json / pnpm-lock.yaml / poetry.lock).

  • Warn
    Published with provenanceno provenance attestation

    Build provenance attests the artifact was built from the claimed source by CI.

    Fix: Publish with npm provenance (--provenance) from a trusted CI.

  • Warn
    Established maintainersingle maintainer

    Brand-new / single anonymous maintainers raise takeover and malware risk.

    Fix: Publish under an established account/org; add multiple maintainers.

  • Warn
    Has a security policyno security policy

    A SECURITY.md gives a private path to report vulnerabilities.

    Fix: Add SECURITY.md with a disclosure contact and process.

  • Warn
    Adoption & popularitylimited adoption

    A small, capped nudge from stars/downloads — widely-used servers get more eyes on bugs. It can never offset a real security failure.

    Fix: Adoption grows naturally with real-world use; this never gates the score.

  • Pass
    No dynamic code executionguardno sinks found

    eval()/exec()/Function() on tool-derived strings allows arbitrary code execution.

  • Pass
    No unsafe deserializationguardno sinks found

    pickle/yaml.load/etc. on untrusted data can execute code.

  • Pass
    No committed secretsguardno secrets found

    Hardcoded keys/tokens in published source are live credentials an attacker can use.

  • Pass
    Credentials sourced from environmentreads credentials from environment

    Reading secrets from env/secret stores avoids hardcoding them.

  • Pass
    No known-vulnerable dependencies1 runtime deps, no known CVEs

    Runtime dependencies (parsed from the lockfile) are scanned against OSV.dev for published CVEs. Advisory: flagged dependencies lower the score but don't hard-cap it, since transitive reachability is unproven.

  • Pass
    Package name not typosquattingguarddistinct package name

    Names mimicking popular packages are a common malware delivery vector.

  • Pass
    Actively maintainedrecent commits

    Unmaintained servers don't receive security fixes.

  • Pass
    Repository not archivedguardactive

    Archived repositories will never be patched.

  • Pass
    Declares a licenseMIT

    A clear license is required for legal enterprise use.

  • Not checked
    Signed releasesnot evaluated

    Signed releases let consumers verify artifacts weren't tampered with.

Transport & Trust Model

  • Warn
    Execution Sandboxingruns natively (no container image)

    A container/sandbox image limits blast radius; a server that runs natively has full host access.

    Fix: Ship a Dockerfile/Containerfile (or document a sandboxed run) so the server runs isolated.

  • Warn
    Network Exposurebinds 0.0.0.0

    Binding 0.0.0.0 or exposing debug inspectors widens the attack surface.

    Fix: Bind to 127.0.0.1 by default; never ship open debug endpoints.

  • N/A
    Transport Encryption (TLS)guardno remote endpoints

    Plaintext HTTP exposes traffic and bearer tokens to interception.

  • N/A
    IAM / Authentication Scopingno remote endpoints

    OAuth 2.1 / Protected Resource Metadata gates who can invoke tools.

  • N/A
    Live Endpoint Reachablenot dynamically scanned

    A dynamic scan connected to the declared remote endpoint and it responded — verified live, not a dead URL.

  • N/A
    Authentication Enforced (live)not dynamically scanned

    If the server declares auth is required, it must actually reject anonymous clients. Serving tools to unauthenticated callers is a real exposure.

Tools (80)

timps_batchtimps_db_agenttimps_delegatetimps_dispatchtimps_run_tasktimps_upi_agenttimps_abdm_agenttimps_i18n_agenttimps_list_agentstimps_pr_reviewertimps_ui_ux_agenttimps_full_checkuptimps_memory_agenttimps_rag_designertimps_data_wranglertimps_dataset_agenttimps_issue_triagertimps_kernel_statustimps_log_detectivetimps_network_medictimps_sql_optimizertimps_trend_monitortimps_agent_composertimps_cost_optimizertimps_dotfile_doctortimps_file_organizertimps_gst_compliancetimps_learning_agenttimps_research_agenttimps_research_scouttimps_security_guardtimps_technical_debttimps_update_managertimps_ai_safety_agenttimps_backup_sentineltimps_battery_analysttimps_log_interpretertimps_media_librariantimps_migration_pilottimps_model_evaluatortimps_privacy_cleanertimps_prompt_engineertimps_sprint_reportertimps_test_data_agenttimps_vector_db_agenttimps_api_design_agenttimps_code_archaeologytimps_context_briefingtimps_context_switchertimps_dependency_agenttimps_dependency_rebeltimps_digilocker_agenttimps_finetuning_agenttimps_inbox_gatekeepertimps_monitoring_agenttimps_pattern_detectortimps_system_optimizertimps_unit_test_writertimps_flaky_test_huntertimps_indiehacker_agenttimps_meeting_condensertimps_onboarding_mentortimps_refactoring_agenttimps_self_critic_agenttimps_cloud_cost_auditortimps_competitor_trackertimps_content_multipliertimps_disk_space_prophettimps_environment_doctortimps_incident_respondertimps_n8n_workflow_agenttimps_certificate_rotatortimps_dependency_sentineltimps_docstring_generatortimps_api_contract_auditortimps_flaky_test_detectivetimps_tech_debt_quantifiertimps_boilerplate_architecttimps_terraform_plan_reviewertimps_merge_conflict_predictor